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

@@ -67,6 +67,11 @@ public class TermuxTerminalViewClientBase implements TerminalViewClient {
return false;
}
@Override
public void onEmulatorSet() {
}
@Override
public void logError(String tag, String message) {
Logger.logError(tag, message);