From a43d0cec7a1ab98c5264d7881c8d2752f21dc812 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 20 Sep 2017 18:58:19 +0100 Subject: Add concept of browser scroll offset saving in local history --- include/netsurf/browser_window.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/netsurf') diff --git a/include/netsurf/browser_window.h b/include/netsurf/browser_window.h index 567e314c5..6c44e161f 100644 --- a/include/netsurf/browser_window.h +++ b/include/netsurf/browser_window.h @@ -116,7 +116,10 @@ enum browser_window_nav_flags { * A transaction is unverifiable if the user does not * have that option. */ - BW_NAVIGATE_UNVERIFIABLE = (1 << 2) + BW_NAVIGATE_UNVERIFIABLE = (1 << 2), + + /** suppress initial history updates (used by back/fwd/etc) */ + BW_NAVIGATE_NO_TERMINAL_HISTORY_UPDATE = (1 << 3) }; /** -- cgit v1.2.3