mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Added key command for showing session settings
A new key command "ctrl-t i" is added to allow the user to display the various session settings information (baudrate, databits, log file, etc.). This is usefull in case you have a running session but have forgotten what the settings are.
This commit is contained in:
parent
d180b9f336
commit
ffe87bc566
5 changed files with 40 additions and 9 deletions
|
|
@ -61,6 +61,8 @@ Display help.
|
|||
.PP
|
||||
.TP 16n
|
||||
In session, the following key sequences are intercepted as tio commands:
|
||||
.IP "\fBctrl-t i"
|
||||
Show session settings information (baudrate, databits, etc.)
|
||||
.IP "\fBctrl-t q"
|
||||
Quit
|
||||
.IP "\fBctrl-t s"
|
||||
|
|
@ -70,11 +72,11 @@ Send ctrl-t key code
|
|||
|
||||
.SH "EXAMPLES"
|
||||
.TP
|
||||
The most common use is without options. For example:
|
||||
A typical use is without options. For example:
|
||||
|
||||
tio /dev/ttyUSB0
|
||||
.TP
|
||||
Which corresponds to:
|
||||
Which corresponds to the commonly used options:
|
||||
|
||||
tio \-b 115200 \-d 8 \-f none \-s 1 \-p none /dev/ttyUSB0
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue