mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 15:06:21 +00:00
Attention flag - Implemented Alt+m
This commit is contained in:
@@ -996,6 +996,18 @@ ui_win_unread(int index)
|
||||
}
|
||||
}
|
||||
|
||||
gboolean
|
||||
ui_win_has_attention(int index)
|
||||
{
|
||||
ProfWin* window = wins_get_by_num(index);
|
||||
if (window) {
|
||||
return win_has_attention(window);
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
char*
|
||||
ui_ask_password(gboolean confirm)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user