mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-30 13:14:45 -04:00
fix: miss check c->mon when switch tty
This commit is contained in:
parent
1b2e1cec68
commit
e1c1bf77a7
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ void client_focus_group_member(Client *c) {
|
||||||
|
|
||||||
void client_check_tab_node_visible(Client *c) {
|
void client_check_tab_node_visible(Client *c) {
|
||||||
|
|
||||||
if (!c || c->iskilling)
|
if (!c || c->iskilling || !c->mon)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Client *head = c;
|
Client *head = c;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue