mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Assume a 24-line screen, since we can't (easily) avoid scrolling after
printing in the bottom-right position.
This commit is contained in:
parent
0aa1223264
commit
cdfe61662b
@ -2,7 +2,7 @@
|
||||
#include <console.h>
|
||||
|
||||
unsigned short _COLS = 80;
|
||||
unsigned short _LINES = 25;
|
||||
unsigned short _LINES = 24;
|
||||
|
||||
static void ansiscr_init ( struct _curses_screen *scr ) {
|
||||
/* Reset terminal attributes and clear screen */
|
||||
|
Loading…
Reference in New Issue
Block a user