mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 21:40:29 +00:00
keybind: add set_font_size
Fixes #7795 This allows the font size to be set to an absolute value.
This commit is contained in:
committed by
Mitchell Hashimoto
parent
48394d0328
commit
eb5694794c
@@ -1,4 +1,5 @@
|
||||
const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
const assert = std.debug.assert;
|
||||
const Allocator = std.mem.Allocator;
|
||||
const Action = @import("Binding.zig").Action;
|
||||
@@ -460,6 +461,7 @@ fn actionCommands(action: Action.Key) []const Command {
|
||||
.esc,
|
||||
.text,
|
||||
.cursor_key,
|
||||
.set_font_size,
|
||||
.scroll_page_fractional,
|
||||
.scroll_page_lines,
|
||||
.adjust_selection,
|
||||
|
||||
Reference in New Issue
Block a user