mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 23:46:22 +00:00
Next and previous windows, handle KEY_CODE_YES terms, jump empty wins
This commit is contained in:
@@ -28,6 +28,8 @@ ProfWin * wins_get_console(void);
|
||||
ProfWin * wins_get_current(void);
|
||||
void wins_set_current_by_num(int i);
|
||||
ProfWin * wins_get_by_num(int i);
|
||||
ProfWin * wins_get_next(void);
|
||||
ProfWin * wins_get_previous(void);
|
||||
ProfWin * wins_get_by_recipient(const char * const recipient);
|
||||
int wins_get_num(ProfWin *window);
|
||||
int wins_get_current_num(void);
|
||||
|
||||
Reference in New Issue
Block a user