mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Add support for disabling prefix key handling
To disable prefix key input handing simply set prefix-ctrl-key to 'none'. Based on original patch from Sebastian Krahmer.
This commit is contained in:
parent
6c520090c6
commit
593f9495f4
5 changed files with 11 additions and 5 deletions
|
|
@ -59,6 +59,7 @@ struct option_t
|
|||
bool hex_mode;
|
||||
unsigned char prefix_code;
|
||||
unsigned char prefix_key;
|
||||
bool prefix_enabled;
|
||||
bool response_wait;
|
||||
int response_timeout;
|
||||
bool mute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue