mirror of
https://github.com/thiagoauler/apple1.git
synced 2025-08-05 15:25:08 +00:00
refreshing output buffer to the screen
This commit is contained in:
@@ -42,5 +42,6 @@ void output()
|
||||
display_buffer = '\n';
|
||||
}
|
||||
addch(display_buffer);
|
||||
refresh();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user