summaryrefslogtreecommitdiff
path: root/src/apprt.zig
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2024-08-26 20:09:45 -0700
committerMitchell Hashimoto <m@mitchellh.com>2024-08-26 20:13:27 -0700
commit3d1ee3daa8dea8f5f332d9db52b7cc72171cc9cf (patch)
treee7f79f0e6f7403dd50d7f25b49fc9f7feda22102 /src/apprt.zig
parent02c6fb5a8ca2464a53668ca48d27f0c541a8070b (diff)
apprt: make gotoTab handle all tab movements
Diffstat (limited to 'src/apprt.zig')
-rw-r--r--src/apprt.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apprt.zig b/src/apprt.zig
index 767fc57e6..491f1b8b5 100644
--- a/src/apprt.zig
+++ b/src/apprt.zig
@@ -28,6 +28,7 @@ pub const ClipboardRequestType = structs.ClipboardRequestType;
pub const ColorScheme = structs.ColorScheme;
pub const CursorPos = structs.CursorPos;
pub const DesktopNotification = structs.DesktopNotification;
+pub const GotoTab = structs.GotoTab;
pub const IMEPos = structs.IMEPos;
pub const Selection = structs.Selection;
pub const SplitDirection = structs.SplitDirection;