mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 17:06:21 +00:00
Changed logging for writing to terminal window title
This commit is contained in:
@@ -2289,7 +2289,7 @@ _ui_draw_term_title(void)
|
||||
// print to x-window title bar
|
||||
int res = system(new_win_title);
|
||||
if (res == -1) {
|
||||
log_error("Error printing title");
|
||||
log_error("Error writing terminal window title.");
|
||||
}
|
||||
if (win_title != NULL) {
|
||||
free(win_title);
|
||||
|
||||
Reference in New Issue
Block a user