david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Assume a 24-line screen, since we can't (easily) avoid scrolling after

printing in the bottom-right position.
This commit is contained in:
Michael Brown 2006-12-19 01:16:43 +00:00
parent 0aa1223264
commit cdfe61662b
1 changed files with 1 additions and 1 deletions

View File

@ -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 */