mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
862b461a07d64e3a645b1b1bba274a9159fab35f
- Make text selection easier and quicker by selecting text directly on long press, and using standard grip bars for changing the selection. - Disable the drawer while selecting text. - Fix problem with selecting snippets of text with wide unicode characters at start and end. - Remove the "tap-screen" configuration option for a more common show keyboard behaviour when tapping the terminal. - Do no longer map the back key to escape by default - but it's still possible to do by configuration. - Add new hardware keyboard shortcut Ctrl+Shift+K for toggling soft keyboard visibility.
Termux app
Termux is an Android terminal app and Linux environment.
- Termux on Google Play Store
- Termux on F-Droid
- termux.com
- Termux Help
- Termux app on GitHub
- Termux packages on GitHub
- Termux Google+ community
License
Released under the GPLv3 license. Contains code from Terminal Emulator for Android
which is released under the Apache License 2.0.
Building JNI libraries
For ease of use, the JNI libraries are checked into version control. Execute the build-jnilibs.sh
script to rebuild them.
Terminal resources
Terminal emulators
- VTE (libvte): Terminal emulator widget for GTK+, mainly used in gnome-terminal. Source, Open Issues, and All (including closed) issues.
- iTerm 2: OS X terminal application. Source, Issues and Documentation (which includes iTerm2 proprietary escape codes).
- Konsole: KDE terminal application. Source, in particular tests, Bugs and Wishes.
- hterm: JavaScript terminal implementation from Chromium. Source, including tests, and Google group.
- xterm: The grandfather of terminal emulators. Source.
- Connectbot: Android SSH client. Source
- Android Terminal Emulator: Android terminal app which Termux terminal handling is based on. Inactive. Source.
Description
Termux - a terminal emulator application for Android OS extendible by variety of packages.
Languages
Java
98.3%
C++
1.2%
C
0.4%
Shell
0.1%