From bb7408a56e4c2841ceee3ce6127b52695d8e131c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 2 Jul 2011 22:40:45 +0000 Subject: When opening new tabs next to the active one, open them sequentially until the tab is switched away from. This is more akin to how Firefox etc do it. Make this the default. svn path=/trunk/netsurf/; revision=12561 --- amiga/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index d7602da4b..2264a350e 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -114,6 +114,7 @@ struct gui_window struct gui_window_2 *shared; int tab; struct Node *tab_node; + struct Node *last_new_tab; int c_x; /* Caret X posn */ int c_y; /* Caret Y posn */ int c_w; /* Caret width */ -- cgit v1.2.3