mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
client: fix handling of "-m" command-line flag
This commit is contained in:
parent
e9e3e076fc
commit
82caa7bd04
2 changed files with 2 additions and 1 deletions
|
|
@ -88,6 +88,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.
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
2
client.c
2
client.c
|
|
@ -100,7 +100,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