Enabled curses console scrolling

git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@42 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
Daniel Loffgren 2015-09-19 05:29:22 +00:00
parent d8d3d30bfb
commit dd3b036157
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ void pia_start(a1pia *pia) {
crmode();
noecho();
nonl();
scrollok(pia->screen, YES);
pia->signalled = 0;
pia->suspended = 0;
wrefresh(pia->screen);