mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 18:56:20 +00:00
@@ -644,6 +644,10 @@ _cons_show_bookmarks(const GList *list)
|
|||||||
ProfWin *console = wins_get_console();
|
ProfWin *console = wins_get_console();
|
||||||
Bookmark *item;
|
Bookmark *item;
|
||||||
|
|
||||||
|
if (list == NULL) {
|
||||||
|
cons_show("");
|
||||||
|
cons_show("No bookmarks found.");
|
||||||
|
} else {
|
||||||
cons_show("");
|
cons_show("");
|
||||||
cons_show("Bookmarks:");
|
cons_show("Bookmarks:");
|
||||||
|
|
||||||
@@ -666,6 +670,7 @@ _cons_show_bookmarks(const GList *list)
|
|||||||
if (wins_is_current(console)) {
|
if (wins_is_current(console)) {
|
||||||
win_update_virtual(console);
|
win_update_virtual(console);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
cons_alert();
|
cons_alert();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user