Skip to content

Commit

Permalink
restore highlight of mute but active sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
ka9q committed Jul 24, 2024
1 parent fd192c4 commit 9cf48cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ static void *display(void *arg){
struct session const *sp = Sessions_copy[session];

attr_t attr = A_NORMAL;
if(sp->now_active && !sp->muted && (Best_session == NULL || Best_session == sp))
if(sp->now_active)
attr |= A_BOLD;

// 1 adjusts for the titles
Expand Down

0 comments on commit 9cf48cf

Please sign in to comment.