mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
@@ -54,11 +54,11 @@ final class SSHTerminalDelegate: TerminalView, Sendable, @preconcurrency Termina
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override func showCursor(source: Terminal) {
|
// override func showCursor(source: Terminal) {
|
||||||
super.showCursor(source: source)
|
// super.showCursor(source: source)
|
||||||
super.cursorStyleChanged(source: getTerminal(), newStyle: getTerminal().options.cursorStyle)
|
// super.cursorStyleChanged(source: getTerminal(), newStyle: getTerminal().options.cursorStyle)
|
||||||
print("showcursor called")
|
// print("showcursor called")
|
||||||
}
|
// }
|
||||||
|
|
||||||
override func hideCursor(source: Terminal) {
|
override func hideCursor(source: Terminal) {
|
||||||
super.hideCursor(source: source)
|
super.hideCursor(source: source)
|
||||||
|
|||||||
Reference in New Issue
Block a user