mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add support for hexidecimal mode
A new key command 'ctrl-t h' is introduced which toggles between hexidecial mode and normal mode. When in hexidecimal mode data received will be printed in hexidecimal.
This commit is contained in:
parent
7ae62d6030
commit
3457446a04
3 changed files with 47 additions and 1 deletions
|
|
@ -74,6 +74,8 @@ List available key commands
|
|||
Send serial break (triggers SysRq on Linux, etc.)
|
||||
.IP "\fBctrl-t c"
|
||||
Show configuration (baudrate, databits, etc.)
|
||||
.IP "\fBctrl-t h"
|
||||
Toggle hexidecimal mode
|
||||
.IP "\fBctrl-t l"
|
||||
Clear screen
|
||||
.IP "\fBctrl-t q"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue