Pressing the enter key on an empty line scrolls a line

darcs-hash:20051230125705-ac50b-b8064453d6b3a7ac041a3c8d0b23a3189ca3f162.gz
This commit is contained in:
axel 2005-12-30 22:57:05 +10:00
parent 02a3288db7
commit 7eec1a6625

View File

@ -2844,8 +2844,13 @@ wchar_t *reader_readline()
writestr( L"\n" );
}
else
{
writech('\r');
writembs(clr_eol);
writech('\n');
repaint();
}
break;
}