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