mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
9e03634d29
a/coreutils-9.0-x86_64-2.txz: Rebuilt. DIR_COLORS: Add support for .tzst, .zst, .flv, and .m2t extensions. Thanks to regdub. a/elvis-2.2_0-x86_64-8.txz: Rebuilt. Removed elvis.clr.orig. Thanks to ctrlaltca. d/bison-3.8.2-x86_64-1.txz: Upgraded. d/meson-0.59.1-x86_64-1.txz: Upgraded. d/subversion-1.14.1-x86_64-4.txz: Rebuilt. Added compile options --with-kwallet and --with-gnome-keyring (the latter was already used by default). Thanks to rsts and Windu. kde/plasma-desktop-5.22.5-x86_64-2.txz: Rebuilt. Removed main.xml.orig. Thanks to ctrlaltca. l/gst-plugins-bad-free-1.18.5-x86_64-1.txz: Added. These are the "bad" GStreamer plugins that have free enough licenses to ship. Thanks to Heinz Wiesinger. l/gtk4-4.4.0-x86_64-1.txz: Upgraded. l/libssh2-1.10.0-x86_64-1.txz: Upgraded. n/lynx-2.9.0dev.9-x86_64-1.txz: Upgraded. Based on testing here, this seems stable enough to include. Please let me know if there are any new problems. lynx.cfg: Add ASSUME_CHARSET:utf-8. Thanks to usr345. Removed CHANGES.orig. Thanks to ctrlaltca. xap/x3270-4.0ga14-x86_64-1.txz: Upgraded. xap/xpdf-4.03-x86_64-3.txz: Rebuilt. Removed .orig files. Thanks to ctrlaltca.
31 lines
935 B
Diff
31 lines
935 B
Diff
--- ./lynx.cfg.orig 2021-08-01 13:50:51.000000000 -0500
|
|
+++ ./lynx.cfg 2021-09-25 13:27:05.424126198 -0500
|
|
@@ -496,7 +496,7 @@
|
|
# ASSUME_CHARSET can also be changed via the 'o'ptions menu but will
|
|
# not be saved as permanent value in user's .lynxrc file to avoid more chaos.
|
|
#
|
|
-#ASSUME_CHARSET:iso-8859-1
|
|
+ASSUME_CHARSET:utf-8
|
|
|
|
.h2 ASSUMED_DOC_CHARSET_CHOICE
|
|
.h2 DISPLAY_CHARSET_CHOICE
|
|
@@ -3008,8 +3008,18 @@
|
|
#COLOR:4:magenta:white
|
|
#COLOR:5:blue:white
|
|
#COLOR:6:red:white
|
|
-COLOR:6:brightred:black
|
|
+#COLOR:6:brightred:black
|
|
#COLOR:7:magenta:cyan
|
|
+COLOR:0:black:white
|
|
+COLOR:1:blue:white
|
|
+COLOR:2:yellow:blue
|
|
+COLOR:3:green:white
|
|
+COLOR:4:magenta:white
|
|
+COLOR:5:blue:white
|
|
+# This makes links a *lot* more visible. The default settings are like
|
|
+# "let's torture the color-blind" :^)
|
|
+COLOR:6:brightred:black
|
|
+COLOR:7:magenta:cyan
|
|
|
|
.h2 COLOR_STYLE
|
|
# Also known as "lss" (lynx style-sheet), the color-style file assigns color
|