Skip to content
Snippets Groups Projects
Commit aa4198b0 authored by deuce's avatar deuce
Browse files

Support downloading via X/Ymodem when in ANSI and curses mode.

parent c922e94a
Branches
Tags
No related merge requests found
......@@ -2586,7 +2586,7 @@ BOOL doterm(struct bbslist *bbs)
begin_upload(bbs, FALSE, inch);
break;
case 4:
zmodem_download(bbs);
begin_download(bbs);
break;
case 7:
capture_control(bbs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment