prepared 4.4.1 bugfix and minor feature enhancement release
This commit is contained in:
parent
cc7970010b
commit
a92cf496c1
5 changed files with 5 additions and 5 deletions
2
screen.c
2
screen.c
|
@ -284,7 +284,7 @@ togglebar(const char *arg) {
|
|||
|
||||
void
|
||||
togglefloating(const char *arg) {
|
||||
if(!sel || isfloating())
|
||||
if(!sel)
|
||||
return;
|
||||
sel->isfloating = !sel->isfloating;
|
||||
if(sel->isfloating)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue