macOS: new window can inherit font size

This is the second part of #281 and adds the same mechanism that was
added for tabs in #296 for windows.

It works exactly the same way.
This commit is contained in:
Thorsten Ball
2023-08-19 09:29:56 +02:00
parent 0b6de6928c
commit 2e9b787668
8 changed files with 99 additions and 20 deletions

View File

@@ -277,6 +277,7 @@ pub const Key = enum(c_int) {
copy_to_clipboard,
paste_from_clipboard,
new_tab,
new_window,
};
/// Trigger is the associated key state that can trigger an action.