summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nazaroff <naz@gentoo.org>2003-05-02 10:57:49 +0000
committerMichael Nazaroff <naz@gentoo.org>2003-05-02 10:57:49 +0000
commit6ee4242c297b711a4f17d5ca04ecb78b9107a2a8 (patch)
tree439faeeb5fba908b55bbf38667372b2b0f3c28ef /sys-libs/gpm
parentRemoved some old gnome masks (diff)
downloadhistorical-6ee4242c297b711a4f17d5ca04ecb78b9107a2a8.tar.gz
historical-6ee4242c297b711a4f17d5ca04ecb78b9107a2a8.tar.bz2
historical-6ee4242c297b711a4f17d5ca04ecb78b9107a2a8.zip
Small update to gpm.conf.d
Diffstat (limited to 'sys-libs/gpm')
-rw-r--r--sys-libs/gpm/ChangeLog6
-rw-r--r--sys-libs/gpm/files/gpm.conf.d10
2 files changed, 14 insertions, 2 deletions
diff --git a/sys-libs/gpm/ChangeLog b/sys-libs/gpm/ChangeLog
index ee688a56744d..75cc393ccdfa 100644
--- a/sys-libs/gpm/ChangeLog
+++ b/sys-libs/gpm/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for sys-libs/gpm
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.16 2003/03/14 20:21:51 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.17 2003/05/02 10:57:49 naz Exp $
*gpm-1.20.0-r6 (13 Jan 2002)
@@ -14,6 +14,10 @@
Fix for bug #5232 which helps keep useless logs to minimum.
+ 02 May 2003; Michael Nazaroff <naz@gentoo.org> gpm.conf.d :
+ Added option to /etc/conf.d/gpm to allow it to use a fuller character
+ set if desired by the user. A added feature via a request in bug 19381.
+
*gpm-1.20.0-r5 (18 Nov 2002)
14 Mar 2003; Jan Seidel <tuxus@gentoo.org> :
diff --git a/sys-libs/gpm/files/gpm.conf.d b/sys-libs/gpm/files/gpm.conf.d
index 5d7640513f9a..5b6a2b5fd4f1 100644
--- a/sys-libs/gpm/files/gpm.conf.d
+++ b/sys-libs/gpm/files/gpm.conf.d
@@ -11,5 +11,13 @@
#RESPONSIVENESS=
#REPEAT_TYPE=raw
-#APPEND="-g 1 -A 60"
+# Please uncomment this line if you want gpm to understand charsets used
+# in URLs and names with ~ or : in them, etc. This is a good idea to turn on!
+
+#APPEND="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\""
+
+# Various other options
+
+#APPEND="-g 1 -A 60"
+#APPEND="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\" -g 1 -A 60"