mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
lol workaround for cursor disappearing when unminimizing: set the cursor style to the current style
This commit is contained in:
@@ -58,6 +58,7 @@ final class SSHTerminalDelegate: TerminalView, Sendable, @preconcurrency Termina
|
||||
|
||||
override func showCursor(source: Terminal) {
|
||||
super.showCursor(source: source)
|
||||
super.cursorStyleChanged(source: getTerminal(), newStyle: getTerminal().options.cursorStyle)
|
||||
print("showcursor called")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user