diff --git a/exec/fseditor.js b/exec/fseditor.js index 537cb30a333021055f751e271d54ff38e53cac4d..9c6b0f50a21f7ad4e69362fcb32f9496028dde2e 100644 --- a/exec/fseditor.js +++ b/exec/fseditor.js @@ -1371,7 +1371,7 @@ console.ctrlkey_passthru="+ACGLOQRVWXYZ"; console.clear(); var f=new File(system.node_dir+"QUOTES.TXT"); if(f.open("r",false)) { - line=make_lines(quote_msg(f.read()),''); + line=make_lines(quote_msg(word_wrap(f.read(),76),'')); ypos=line.length; if(ypos>=topline+lines_on_screen) topline=ypos-lines_on_screen+1;