diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-07-09 00:27:04 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-07-09 00:27:04 +0000 |
commit | cc4054129b8ce4043e8ab2a701e795827bdb2e0a (patch) | |
tree | dbba1868596f149e11d3b76a58a6fb41432adbe8 /src/LYMain.c | |
parent | 35787b45f4cbf08d6e4d913e859a39a4e4369766 (diff) | |
download | lynx-snapshots-cc4054129b8ce4043e8ab2a701e795827bdb2e0a.tar.gz |
snapshot of project "lynx", label v2-9-0dev_6m
Diffstat (limited to 'src/LYMain.c')
-rw-r--r-- | src/LYMain.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index 14e015ec..af78ef78 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYMain.c,v 1.293 2021/06/09 20:55:53 tom Exp $ + * $LynxId: LYMain.c,v 1.295 2021/07/05 20:26:11 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> @@ -178,6 +178,9 @@ lynx_list_item_type *externals = NULL; /* linked list of external options */ #endif +#ifdef USE_IDN2 +int LYidnaMode = LYidnaTR46; +#endif lynx_list_item_type *uploaders = NULL; int LYShowColor = SHOW_COLOR_UNKNOWN; /* to show or not */ |