Moved unread in titlebar
This commit is contained in:
@@ -140,7 +140,7 @@ ui_refresh(void)
|
|||||||
gint unread = _win_get_unread();
|
gint unread = _win_get_unread();
|
||||||
|
|
||||||
if (unread != 0) {
|
if (unread != 0) {
|
||||||
printf("%c]0;*%s%s - %s (%d unread)%c", '\033', "Profanity", version_str->str, jid, unread, '\007');
|
printf("%c]0;%s%s (%d) - %s%c", '\033', "Profanity", version_str->str, unread, jid, '\007');
|
||||||
} else {
|
} else {
|
||||||
printf("%c]0;%s%s - %s%c", '\033', "Profanity", version_str->str, jid, '\007');
|
printf("%c]0;%s%s - %s%c", '\033', "Profanity", version_str->str, jid, '\007');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user