tio/src
Martin Lund 02729c10b1 Add support for remapping prefix key
Make it possible to remap the prefix key (default: ctrl-t) by setting
the prefix-ctrl-key variable in the configuration file.

Allowed values are in the range a..z.

Example, to set the prefix key to ctrl-a simply do:

prefix-ctrl-key = a
2022-07-15 12:18:40 +02:00
..
bash-completion Rename EOL delay to Output line delay 2022-07-11 14:08:12 +02:00
configfile.c Add support for remapping prefix key 2022-07-15 12:18:40 +02:00
configfile.h Fix command-line tty-device|config parsing 2022-06-11 22:56:03 +02:00
error.c Cleanup error printing routines 2022-07-11 23:18:19 +02:00
error.h Cleanup error printing routines 2022-07-11 23:18:19 +02:00
log.c Cleanup error printing routines 2022-07-11 23:18:19 +02:00
log.h Cleanup log code 2022-06-22 00:22:18 +02:00
main.c Add support for remapping prefix key 2022-07-15 12:18:40 +02:00
meson.build Simplify arbitrary baudrate code 2022-07-12 12:09:09 +02:00
misc.c Update TODO 2022-07-14 11:13:22 +02:00
misc.h Add support for remapping prefix key 2022-07-15 12:18:40 +02:00
options.c Add support for remapping prefix key 2022-07-15 12:18:40 +02:00
options.h Add support for remapping prefix key 2022-07-15 12:18:40 +02:00
print.c Cleanup stdout flushing 2022-06-22 01:03:59 +02:00
print.h Cleanup error printing routines 2022-07-11 23:18:19 +02:00
setspeed.c Add missing include 2022-07-12 22:27:42 +02:00
setspeed.h Simplify arbitrary baudrate code 2022-07-12 12:09:09 +02:00
signals.c Handle SIGHUP 2022-03-18 19:19:11 +01:00
signals.h Handle SIGHUP 2022-03-18 19:19:11 +01:00
socket.c Cleanup error printing routines 2022-07-11 23:18:19 +02:00
socket.h Add support for external control via a Unix domain socket. 2022-04-18 14:06:33 -07:00
tty.c Add support for remapping prefix key 2022-07-15 12:18:40 +02:00
tty.h Add support for remapping prefix key 2022-07-15 12:18:40 +02:00