mc: multple fixes (#2367)
[termux-packages] / packages / lynx / userdefs.h.patch
1 diff -u -r ../lynx2-8-8/userdefs.h ./userdefs.h
2 --- ../lynx2-8-8/userdefs.h 2014-03-09 22:43:10.000000000 +0100
3 +++ ./userdefs.h 2014-07-02 10:03:04.780137325 +0200
4 @@ -366,7 +366,7 @@
5 * the "TMPDIR" (unix), or "TEMP" or "TMP" (Windows,DOS,OS/2)
6 * variable.
7 */
8 -#define TEMP_SPACE "/tmp/"
9 +#define TEMP_SPACE "@TERMUX_PREFIX@/tmp/"
10
11 /********************************
12 * Comment this line out to disable code that implements command logging
13 @@ -738,7 +738,7 @@
14 * RFC 1345 Mnemonic mnemonic
15 * Transparent x-transparent
16 */
17 -#define CHARACTER_SET "iso-8859-1"
18 +#define CHARACTER_SET "utf-8"
19
20 /*****************************
21 * PREFERRED_LANGUAGE is the language in MIME notation (e.g., "en",
22 @@ -767,7 +767,7 @@
23 * an error response with the 406 (not acceptable) status code, though
24 * the sending of an unacceptable response is also allowed. (RFC2068)
25 */
26 -#define PREFERRED_CHARSET ""
27 +#define PREFERRED_CHARSET "utf-8"
28
29 /*****************************
30 * If MULTI_BOOKMARK_SUPPORT is set to MBM_STANDARD or MBM_ADVANCED, and
31 @@ -921,7 +921,7 @@
32 * The default defined here can be changed in lynx.cfg, and .lynxrc, or
33 * toggled via the -accept_all_cookies command line switch.
34 */
35 -#define ACCEPT_ALL_COOKIES FALSE
36 +#define ACCEPT_ALL_COOKIES TRUE
37
38 /****************************************************************
39 * Section 2. Things that you probably want to change or review
40 @@ -972,7 +972,7 @@
41 * and configuration defaults, and the default always can be toggled
42 * via the -show_cursor command line switch.
43 */
44 -#define SHOW_CURSOR FALSE
45 +#define SHOW_CURSOR TRUE
46
47 /******************************
48 * UNDERLINE_LINKS controls whether links are underlined by default, or shown