Console editing stuff

This commit is contained in:
Anton E. Gavrilov 2000-05-22 09:24:07 +00:00
parent 476b299074
commit a73a779486
3 changed files with 164 additions and 120 deletions

View file

@ -41,6 +41,7 @@ typedef struct
int current; // line where next message will be printed
int x; // offset in current line for next print
int display; // bottom of console displays this line
int numlines; // number of non-blank text lines, used for backscroling
} console_t;
extern console_t con_main;