mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 19:36:22 +00:00
Fixed ">" indicator when tidying windows
This commit is contained in:
@@ -621,8 +621,8 @@ void
|
||||
ui_close_current(void)
|
||||
{
|
||||
int current_index = wins_get_current_num();
|
||||
wins_close_current();
|
||||
status_bar_inactive(current_index);
|
||||
wins_close_current();
|
||||
status_bar_active(1);
|
||||
title_bar_title();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user