diff options
author | Michael Nazaroff <naz@gentoo.org> | 2003-05-02 10:57:49 +0000 |
---|---|---|
committer | Michael Nazaroff <naz@gentoo.org> | 2003-05-02 10:57:49 +0000 |
commit | cb46ad3fb9358798fa299ac84cd2de0e6007b73b (patch) | |
tree | 6623da27574104e2ee809523c050123046562b0a /sys-libs | |
parent | Removed some old gnome masks (diff) | |
download | gentoo-2-cb46ad3fb9358798fa299ac84cd2de0e6007b73b.tar.gz gentoo-2-cb46ad3fb9358798fa299ac84cd2de0e6007b73b.tar.bz2 gentoo-2-cb46ad3fb9358798fa299ac84cd2de0e6007b73b.zip |
Small update to gpm.conf.d
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/gpm/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/gpm/files/gpm.conf.d | 10 |
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" |