mirror of https://github.com/cy384/ssheven.git
clear selection when resizing window
This commit is contained in:
parent
df1e5769e9
commit
97b5bd1453
|
@ -22,3 +22,5 @@ void mouse_click(Point p, int click);
|
|||
void update_console_colors(void);
|
||||
|
||||
size_t get_selection(char** selection);
|
||||
|
||||
void clear_selection(void);
|
||||
|
|
Loading…
Reference in New Issue