mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03: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:
@@ -2,7 +2,7 @@
|
|||||||
#include <console.h>
|
#include <console.h>
|
||||||
|
|
||||||
unsigned short _COLS = 80;
|
unsigned short _COLS = 80;
|
||||||
unsigned short _LINES = 25;
|
unsigned short _LINES = 24;
|
||||||
|
|
||||||
static void ansiscr_init ( struct _curses_screen *scr ) {
|
static void ansiscr_init ( struct _curses_screen *scr ) {
|
||||||
/* Reset terminal attributes and clear screen */
|
/* Reset terminal attributes and clear screen */
|
||||||
|
|||||||
Reference in New Issue
Block a user