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:
agnostic-apollo 2021-06-10 08:03:12 +05:00
parent f545ebf0bd
commit e119d34bca
5 changed files with 36 additions and 3 deletions

View file

@ -56,6 +56,8 @@ public interface TerminalViewClient {
boolean onCodePoint(int codePoint, boolean ctrlDown, TerminalSession session);
void onEmulatorSet();
void logError(String tag, String message);