tio/src
g0mb4 0b55981e52 Extended hexadecimal mode.
While in hex mode (ctrl-t h) you can output hexadecimal values.
E.g.: to send 0x0A you have to type 0A (always 2 characters).

Added option -x, --hex to start in hexadecimal mode.

Added option --newline-in-hex to interpret newline characters in hex mode.
This is disabled by default, because, in my opinion, hex stream is
fundamentally different from text, so a "new line" is meaningless in this
context.
2022-06-06 19:10:00 +02:00
..
bash-completion Update bash completion 2022-06-04 19:24:26 +02:00
configfile.c Fix configfile memory leaks 2022-06-04 20:37:06 +02:00
configfile.h Add support for external control via a Unix domain socket. 2022-04-18 14:06:33 -07:00
error.c Redirect error messages to stderr 2022-05-24 13:35:27 +02:00
error.h Update headers 2022-03-11 15:15:39 +01:00
iossiospeed.c Update headers 2022-03-11 15:15:39 +01:00
log.c Append to existing log file (no truncation) 2022-05-07 16:02:41 +02:00
log.h Update headers 2022-03-11 15:15:39 +01:00
main.c Print socket info at startup 2022-04-20 19:20:26 +02:00
meson.build Add support for external control via a Unix domain socket. 2022-04-18 14:06:33 -07:00
misc.c Update headers 2022-03-11 15:15:39 +01:00
misc.h Update headers 2022-03-11 15:15:39 +01:00
options.c Extended hexadecimal mode. 2022-06-06 19:10:00 +02:00
options.h Extended hexadecimal mode. 2022-06-06 19:10:00 +02:00
print.c Extended hexadecimal mode. 2022-06-06 19:10:00 +02:00
print.h Redirect error messages to stderr 2022-05-24 13:35:27 +02:00
setspeed2.c Update headers 2022-03-11 15:15:39 +01: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 Print socket info at startup 2022-04-20 19:20:26 +02:00
socket.h Add support for external control via a Unix domain socket. 2022-04-18 14:06:33 -07:00
tty.c Extended hexadecimal mode. 2022-06-06 19:10:00 +02:00
tty.h Update headers 2022-03-11 15:15:39 +01:00