mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-08 10:01:12 +01:00
Fix issue where terminal cursor blinking would not automatically start again if termux activity was restarted after exiting it with double back press
This commit is contained in:
parent
f545ebf0bd
commit
e119d34bca
5 changed files with 36 additions and 3 deletions
|
|
@ -56,6 +56,8 @@ public interface TerminalViewClient {
|
|||
boolean onCodePoint(int codePoint, boolean ctrlDown, TerminalSession session);
|
||||
|
||||
|
||||
void onEmulatorSet();
|
||||
|
||||
|
||||
void logError(String tag, String message);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue