mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 17:55:36 +08:00
This fixes https://github.com/termux/termux-widget/issues/2, which was caused by the terminal launching the terminal session process before the terminal size was known. Also remove the built JNI libraries from source control.
3.4 KiB
3.4 KiB
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
Execute the build-jnilibs.sh
script to build the required JNI libraries.
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.