mirror of
https://github.com/thiagoauler/apple1.git
synced 2025-02-16 08:31:14 +00:00
enabling scrolling to the screen
This commit is contained in:
parent
e37307986f
commit
1baadbdd82
@ -7,7 +7,10 @@ void io_init()
|
||||
initscr();
|
||||
noecho();
|
||||
cbreak();
|
||||
|
||||
scrollok(stdscr, TRUE);
|
||||
nodelay(stdscr, TRUE);
|
||||
keypad(stdscr, TRUE);
|
||||
|
||||
keyboard_control = 0x00;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user