Merge pull request #296 from mitchellh/mrn/macos-inherit-font-size

macOS: inherit font size when creating new tab
This commit is contained in:
Mitchell Hashimoto
2023-08-18 09:22:06 -07:00
committed by GitHub
12 changed files with 143 additions and 28 deletions

View File

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