mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Add xmodem and ymodem file send support (#208)
* Add xmodem and ymodem file send support --------- Co-authored-by: pnr <pnr@home25.nl>
This commit is contained in:
parent
812dee8e54
commit
e6ffbd9058
6 changed files with 285 additions and 1 deletions
|
|
@ -323,6 +323,10 @@ Toggle line timestamp mode
|
|||
Toggle conversion to uppercase on output
|
||||
.IP "\fBctrl-t v"
|
||||
Show version
|
||||
.IP "\fBctrl-t x"
|
||||
Send a file using the XMODEM protocol (prompts for file name)
|
||||
.IP "\fBctrl-t y"
|
||||
Send a file using the YMODEM protocol (prompts for file name)
|
||||
.IP "\fBctrl-t ctrl-t"
|
||||
Send ctrl-t character
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue