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

Move to end of quoted text.

parent 396396bc
No related branches found
No related tags found
No related merge requests found
......@@ -1368,8 +1368,13 @@ var oldpass=console.ctrlkey_passthru;
console.ctrlkey_passthru="+ACGLOQRVWXYZ";
console.clear();
var f=new File(system.node_dir+"QUOTES.TXT");
if(f.open("r",false))
if(f.open("r",false)) {
line=make_lines(quote_msg(f.read()),'');
ypos=line.length;
if(ypos>=topline+lines_on_screen)
topline=ypos-lines_on_screen+1;
line.push(new Line());
}
file=''; /* Free up the memory */
edit();
console.ctrlkey_passthru=oldpass;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment