mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 11:21:32 +00:00
Note that set-font-size --all changes configured size
This commit is contained in:
parent
091fec0867
commit
099fed07e9
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ class SetFontSize(RemoteCommand):
|
|||
--all -a
|
||||
type=bool-set
|
||||
By default, the font size is only changed in the active OS window,
|
||||
this option will cause it to be changed in all OS windows.
|
||||
this option will cause it to be changed in all OS windows. It also changes
|
||||
the font size for any newly created OS Windows in the future.
|
||||
'''
|
||||
|
||||
def message_to_kitty(self, global_opts: RCOptions, opts: 'CLIOptions', args: ArgsType) -> PayloadType:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue