Add a new --start-in-fullscreen command line flag

Fixes #856
This commit is contained in:
Kovid Goyal
2018-09-05 07:36:13 +05:30
parent 547959c1ef
commit 1451a8ccc0
3 changed files with 10 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ Changelog
0.12.1 [future]
------------------------------
- Add a new :option:`kitty --start-in-fullscreen` command line flag to start
kitty in fullscreen mode (:iss:`856`)
- macOS: Fix a character that cannot be rendered in any font causing
font fallback for all subsequent characters that cannot be rendered in the
main font to fail (:iss:`799`)