aboutsummaryrefslogtreecommitdiff
path: root/src/uicmd.hh
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-08-04 21:46:18 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-08-04 22:23:21 +0200
commit8429930aecec8f5714c9e956171002fbb9c4eba3 (patch)
treec5d0992fc22fb90b2dbebc3875a803408ecc1188 /src/uicmd.hh
parent607e4acefeec5776dfff63090a79baef15c6c336 (diff)
Focus the N-th tab with Alt-<number>
Allows jumping directly to a given tab. It encourages a low number of tabs opened, otherwise it will exceed the 1 to 10 range.
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r--src/uicmd.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh
index 581eac30..7ef676e9 100644
--- a/src/uicmd.hh
+++ b/src/uicmd.hh
@@ -74,6 +74,7 @@ void a_UIcmd_view_page_bugs(void *vbw);
void a_UIcmd_bugmeter_popup(void *vbw);
int *a_UIcmd_get_history(BrowserWindow *bw, int direction);
void a_UIcmd_nav_jump(BrowserWindow *bw, int offset, int new_bw);
+void a_UIcmd_focus_tab(void *vbw, int index);
void a_UIcmd_close_bw(void *vbw);
void a_UIcmd_close_all_bw(void *p);