Skip to content
Snippets Groups Projects
Commit a4f606a6 authored by Rob Swindell's avatar Rob Swindell :speech_balloon: Committed by Deucе
Browse files

Ust TERM_KEY_DOWN instead of (non-obvious) LF macro

No functional change.
parent faa962a2
Branches
Tags
No related merge requests found
...@@ -457,7 +457,7 @@ bool sbbs_t::pause(bool set_abort) ...@@ -457,7 +457,7 @@ bool sbbs_t::pause(bool set_abort)
getnodedat(cfg.node_num, &thisnode); getnodedat(cfg.node_num, &thisnode);
nodesync(); nodesync();
attr(tempattrs); 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; lncntr=rows-2;
pause_inside = false; pause_inside = false;
return !aborted; return !aborted;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment