mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
be6a73d862ab8ae2b7a5cc37f281ea0fbd0d118d
Termux will now properly send \r to the terminal instead of \n when pasting multiline strings. This fixes cat not repeating back lines and nano accidentally justifying text (because \n maps to ^J), as well as other potential issues. This matches the behavior of other terminals, such as iTerm2 which explicitly does it here: https://github.com/gnachman/iTerm2/blob/f8a5930/sources/iTermPasteHelper.m#L113 Signed-off-by: easyaspi314 (Devin) <easyaspi314@users.noreply.github.com>
Termux app
Termux is an Android terminal app and Linux environment.
- Termux on Google Play Store
- Termux on F-Droid
- Termux Facebook
- Termux Google+ community
- Termux Help
- Termux Twitter
- Termux Wiki
Note that this repository is for the app itself (the user interface and the terminal emulation). For the packages installable inside the app, see termux/termux-packages
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%