mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Move roundtrip on exit flag into terminal options to have a consistent API
This commit is contained in:
@@ -33,7 +33,7 @@ func do_chunked_io(io_data *rc_io_data) (serialized_response []byte, err error)
|
||||
}
|
||||
if io_data.on_key_event != nil {
|
||||
lp.FullKeyboardProtocol()
|
||||
lp.NoRoundtripToTerminalOnExit = false
|
||||
lp.NoRoundtripToTerminalOnExit()
|
||||
} else {
|
||||
lp.NoKeyboardStateChange()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user