diff options
author | Ian Jackson <ian@chiark.chu.cam.ac.uk> | 1996-04-04 01:58:40 +0100 |
---|---|---|
committer | Ian Jackson <ian@chiark.chu.cam.ac.uk> | 1996-04-04 01:58:40 +0100 |
commit | 1b80fb16c22db72457d7a456ffbf1f70a8dfc0a5 (patch) | |
tree | c0ee53eba4e71f4c246ee9e45fbd90e931bbd1f9 /dselect/keyoverride | |
download | dpkg-1b80fb16c22db72457d7a456ffbf1f70a8dfc0a5.tar.gz |
dpkg (1.1.4); priority=MEDIUM
* Allow overwriting of conflicting packages being removed. (Bug#2614.)
* a.out control file says Pre-Depends: libc4 | libc. (Bug#2640.)
* ELF control file and libc dependencies changed to use finalised scheme.
* ELF control file and libc dependencies for i386 only. (Bug#2617.)
* Guidelines say use only released libraries and compilers.
* Install wishlist as /usr/doc/dpkg/WISHLIST.
* Remove spurious entries for Guidelines in info dir file.
* dpkg-deb --build checks permissions on control (DEBIAN) directory.
* Spaces in control file fields not copied by dpkg-split. (Bug#2633.)
* Spaces in split file part control data ignore. (Bug#2633.)
* Portability fixes, including patch from Richard Kettlewell.
* Fixed minor configure.in bug causing mangled GCC -W options.
-- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Apr 1996 01:58:40 +0100
Diffstat (limited to 'dselect/keyoverride')
-rw-r--r-- | dselect/keyoverride | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/dselect/keyoverride b/dselect/keyoverride new file mode 100644 index 000000000..4de681f10 --- /dev/null +++ b/dselect/keyoverride @@ -0,0 +1,59 @@ +# dselect - Debian GNU/Linux package maintenance user interface +# keyoverride - override strings for ncurses key names +# +# Copyright (C) 1995 Ian Jackson <iwj10@cus.cam.ac.uk> +# +# This is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, +# or (at your option) any later version. +# +# This is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +32 Space +13 Return +27 Escape +28 ^\ +29 ^] +30 ^^ +31 ^_ +34 Quote +39 Apostrophe +44 Comma +45 Hyphen +47 Slash +59 Semicolon +92 Backslash +96 Backquote +127 DEL +KEY_UP Up +KEY_DOWN Down +KEY_RIGHT Right +KEY_LEFT Left +KEY_IC Insert +KEY_SIC Shift Insert +KEY_DC Delete +KEY_SDC Shift Delete +KEY_NPAGE Page Down +KEY_PPAGE Page Up +KEY_CATAB Clear Tabs +KEY_EIC EIC +KEY_EOL EOL +KEY_SEOL Shift EOL +KEY_EOS EOS +KEY_LL Bottom +KEY_SF Scroll Forward +KEY_SR Scroll Reverse +KEY_SRESET Soft Reset +KEY_SLEFT Shift Left +KEY_SRIGHT Shift Right +KEY_SPREVIOUS Shift Previous +KEY_MAX [elide] +KEY_MIN [elide] |