summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-07-17 19:44:26 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-10-24 15:12:56 +0100
commit6afda499c290bea17fe2bcf5fcd257a1770528cf (patch)
treeee5e5494a853e1f10f32b3e8fa23832292d8b038 /desktop/options.h
parent5f5ca2c20587e035278163c9b444b36cfff6dced (diff)
downloadnetsurf-6afda499c290bea17fe2bcf5fcd257a1770528cf.tar.gz
netsurf-6afda499c290bea17fe2bcf5fcd257a1770528cf.tar.bz2
Show the IDN decoded form in the URL bar on GTK if the option is set.
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/options.h b/desktop/options.h
index 33ecb7554..f01261ee1 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -185,6 +185,9 @@ NSOPTION_UINT(min_reflow_period, DEFAULT_REFLOW_PERIOD)
/* use core selection menu */
NSOPTION_BOOL(core_select_menu, false)
+/* display decoded international domain names */
+NSOPTION_BOOL(display_decoded_idn, false)
+
/******** Fetcher options ********/
/** Maximum simultaneous active fetchers */