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:
Martin Lund 2016-05-18 15:29:09 +02:00
parent d180b9f336
commit ffe87bc566
5 changed files with 40 additions and 9 deletions

View file

@ -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