add (terrible) support for auto window resizing
This commit is contained in:
parent
a90b99baa3
commit
373081a1b3
4 changed files with 94 additions and 90 deletions
|
|
@ -15,6 +15,8 @@ enum crs_termmode {
|
|||
TMODE_NORAW,
|
||||
};
|
||||
|
||||
#define termsize(width, height) (width=COLS); (height=LINES)
|
||||
|
||||
int termmode(const enum crs_termmode mode);
|
||||
|
||||
void init_ncurses(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue