mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-03 14:08:39 +02:00
4d758f871b
Fork and heavily simplify terminal-emulator/terminal-view from Termux into a self-contained Kotlin terminal package. Remove all library-style abstractions (TerminalOutput, TerminalSessionClient, Logger) and dead code (mouse events, paste, key input) since the terminal is read-only. The emulator creates a PTY via busybox script for proper escape sequence support. The UI is a pure Compose Canvas with scroll support, replacing the old AndroidView-based approach. Made-with: Cursor