mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-27 02:56:28 +00:00
macos: fix goto last tab
This commit is contained in:
@@ -297,7 +297,8 @@ pub const Action = union(enum) {
|
||||
/// Go to the last tab (the one with the highest index)
|
||||
last_tab: void,
|
||||
|
||||
/// Go to the tab with the specific number, 1-indexed.
|
||||
/// Go to the tab with the specific number, 1-indexed. If the tab number
|
||||
/// is higher than the number of tabs, this will go to the last tab.
|
||||
goto_tab: usize,
|
||||
|
||||
/// Toggle the tab overview.
|
||||
|
||||
Reference in New Issue
Block a user