1
0
mirror of https://github.com/termux/termux-app synced 2024-06-14 05:16:37 +00:00
termux-app/terminal-emulator/src/main/java/com/termux/terminal
2022-10-24 07:58:37 +05:30
..
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 feat(KeyHandler): respect modifiers with PgUp and PgDn 2022-10-24 07:58:37 +05:30
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
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
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
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