mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 05:19:13 +00:00
maybe fixed the cursor disappearing on uniminimise
This commit is contained in:
@@ -54,11 +54,11 @@ 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")
|
||||
// }
|
||||
override func showCursor(source: Terminal) {
|
||||
super.showCursor(source: source)
|
||||
super.cursorStyleChanged(source: getTerminal(), newStyle: getTerminal().options.cursorStyle)
|
||||
print("showcursor called")
|
||||
}
|
||||
|
||||
override func hideCursor(source: Terminal) {
|
||||
super.hideCursor(source: source)
|
||||
|
||||
Reference in New Issue
Block a user