termux-app/terminal-emulator/src/main/java/com/termux/terminal
agnostic-apollo f1d411a5ab Fixed: Fix shared terminal transcript joining back lines
Regression of 370ac2bd caused in 5f71e3e7 by the (in)famous @trygveaa
2022-06-19 03:08:28 +05:00
..
ByteQueue.java Restructure library modules 2017-04-02 14:21:36 +02:00
JNI.java Restructure library modules 2017-04-02 14:21:36 +02:00
KeyHandler.java only send PF1 for num lock when in application mode 2021-01-16 19:53:22 -08:00
Logger.java Fixed: Use android.util.Log for terminal-emulator logging if TerminalSessionClient is null like when running tests 2022-01-23 01:36:41 +05:00
TerminalBuffer.java Fixed: Fix shared terminal transcript joining back lines 2022-06-19 03:08:28 +05:00
TerminalColorScheme.java Changed: Use black or white cursor color based on terminal background instead of always white if colors.properties didn't have cursor color set 2022-06-14 19:13:19 +05:00
TerminalColors.java Changed: Use black or white cursor color based on terminal background instead of always white if colors.properties didn't have cursor color set 2022-06-14 19:13:19 +05:00
TerminalEmulator.java Added: Add `SCROLL` extra key to toggle auto scrolling of terminal to bottom on terminal text updates and termux activity return 2022-06-18 22:45:48 +05:00
TerminalOutput.java Add `PASTE` extra key for pasting text from clipboard 2021-07-19 17:52:11 +05:00
TerminalRow.java Fixed: Fix ArrayIndexOutOfBoundsException when setting zero width terminal character 2022-01-23 01:40:22 +05:00
TerminalSession.java Added: Store pid in ExecutionCommand for sessions and tasks 2022-01-23 01:42:26 +05:00
TerminalSessionClient.java Added: Store pid in ExecutionCommand for sessions and tasks 2022-01-23 01:42:26 +05:00
TextStyle.java Fix some invalid html in javadoc 2017-04-02 15:11:56 +02:00
WcWidth.java update WcWidth.java, add note about c version 2020-08-07 07:38:06 +01:00