mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Added simple tx/rx statistics command (ctrl-t s)
To display the total number of bytes transmitted/received simply perform the 'ctrl-t s' command sequence. This feature can be useful when eg. trying to detect non-printable characters.
This commit is contained in:
parent
0687d7ff7b
commit
a8103b8983
3 changed files with 17 additions and 1 deletions
|
|
@ -63,6 +63,8 @@ Display help.
|
|||
In session, the following key sequences are intercepted as tio commands:
|
||||
.IP "\fBctrl-t q"
|
||||
Quit
|
||||
.IP "\fBctrl-t s"
|
||||
Show session statistics (total number of bytes transmitted/received)
|
||||
.IP "\fBctrl-t t"
|
||||
Send ctrl-t key code
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue