mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Rework x/y-modem transfer command
Remove ctrl-t X optin and instead introduce submenu to ctrl-t x option for picking which xmodem protocol to use.
This commit is contained in:
parent
a208c9908a
commit
d8fb1ab0ca
4 changed files with 131 additions and 55 deletions
|
|
@ -32,6 +32,3 @@ int ctrl_key_code(unsigned char key);
|
|||
void alert_connect(void);
|
||||
void alert_disconnect(void);
|
||||
bool fs_dir_exists(const char *path);
|
||||
|
||||
extern char key_hit;
|
||||
int xymodem_send(int sio, const char *filename, char mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue