mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 01:51:37 +00:00
Console editing stuff
This commit is contained in:
parent
476b299074
commit
a73a779486
3 changed files with 164 additions and 120 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue