mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 07:21:18 +03:00
Added the --no-escape command-line option
Disables the escape character so that picocom can never enter command mode.
This commit is contained in:
@ -197,6 +197,13 @@ Picocom accepts the following command-line options.
|
||||
(see description above). If **x** is given, then **C-x** will make
|
||||
picocom enter command mode. (Default: **a**)
|
||||
|
||||
**--no-escape** | **-n**
|
||||
|
||||
: Disables the escape character. Picocom will never enter
|
||||
command-mode if this option is enabled. To exit picocom, either
|
||||
close its standard input, or send it the TERM or INT
|
||||
signal. (Default: Disabled).
|
||||
|
||||
**--echo** | **-c**
|
||||
|
||||
: Enable local echo. Every character being read from the terminal
|
||||
|
Reference in New Issue
Block a user