mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
client: fix handling of "-m" command-line flag
This commit is contained in:
parent
8bd711c33b
commit
20910abf36
2 changed files with 2 additions and 1 deletions
|
|
@ -38,6 +38,7 @@
|
|||
* Key mappings for key combinations with `shift`+`tab`
|
||||
(https://codeberg.org/dnkl/foot/issues/210).
|
||||
* Key mappings for key combinations with `alt`+`return`.
|
||||
* `footclient` `-m` (`--maximized`) flag being ignored.
|
||||
|
||||
|
||||
## 1.5.3
|
||||
|
|
|
|||
2
client.c
2
client.c
|
|
@ -99,7 +99,7 @@ main(int argc, char *const *argv)
|
|||
login_shell = true;
|
||||
break;
|
||||
|
||||
case ',':
|
||||
case 'm':
|
||||
maximized = true;
|
||||
fullscreen = false;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue