Bind key to switch to next active window

alt-a brings one to the next window with unread messages.

Regards https://github.com/profanity-im/profanity/issues/1114
This commit is contained in:
Michael Vetter
2019-09-30 18:28:05 +02:00
parent d6c638c70f
commit e8420e7235
3 changed files with 41 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ ProfWin* wins_get_by_string(const char *str);
ProfWin* wins_get_next(void);
ProfWin* wins_get_previous(void);
ProfWin* wins_get_next_unread(void);
int wins_get_num(ProfWin *window);
int wins_get_current_num(void);
void wins_close_current(void);