Skip to content
Snippets Groups Projects
Commit c0e79057 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Ust TERM_KEY_DOWN instead of (non-obvious) LF macro

No functional change.
parent 1aec6425
Branches
Tags
1 merge request!488Overhaul LZH code
......@@ -457,7 +457,7 @@ bool sbbs_t::pause(bool set_abort)
getnodedat(cfg.node_num, &thisnode);
nodesync();
attr(tempattrs);
if(ch==LF) // down arrow == display one more line
if(ch == TERM_KEY_DOWN) // down arrow == display one more line
lncntr=rows-2;
pause_inside = false;
return !aborted;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment