mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-05 16:41:10 +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
|
|
@ -322,6 +322,7 @@ public final class TerminalEmulator {
|
|||
public void updateTerminalSessionClient(TerminalSessionClient client) {
|
||||
mClient = client;
|
||||
setCursorStyle();
|
||||
setCursorBlinkState(true);
|
||||
}
|
||||
|
||||
public TerminalBuffer getScreen() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue