mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
Avoid cursor move on every single character
This commit is contained in:
@@ -28,6 +28,8 @@ typedef uint32_t attr_t;
|
||||
|
||||
/** Curses SCREEN object */
|
||||
typedef struct _curses_screen {
|
||||
/** Current cursor position */
|
||||
unsigned int curs_x, curs_y;
|
||||
/** Current attribute */
|
||||
attr_t attrs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user