apprt: make gotoTab handle all tab movements

This commit is contained in:
Mitchell Hashimoto
2024-08-26 20:09:45 -07:00
parent 02c6fb5a8c
commit 3d1ee3daa8
4 changed files with 24 additions and 53 deletions

View File

@@ -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;