0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

get_opt_*: Add ses parameter

Add a session parameter to get_opt_ and its wrappers in preparation for session-specific and domain-specific options.
This commit is contained in:
Miciah Dashiel Butler Masters
2007-08-28 16:41:18 +00:00
committed by Miciah Dashiel Butler Masters
parent 3975d28bce
commit ea372bd0cd
89 changed files with 425 additions and 375 deletions

View File

@@ -13,7 +13,7 @@ struct terminal;
struct uri;
struct view_state;
#define get_ecmascript_enable() get_opt_bool("ecmascript.enable")
#define get_ecmascript_enable() get_opt_bool("ecmascript.enable", NULL)
struct ecmascript_interpreter {
struct view_state *vs;