From owner-cvs-gnu Tue Jan 14 18:50:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA28825 for cvs-gnu-outgoing; Tue, 14 Jan 1997 18:50:51 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA28815; Tue, 14 Jan 1997 18:50:50 -0800 (PST) Date: Tue, 14 Jan 1997 18:50:50 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199701150250.SAA28815@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog checklist.c menubox.c msgbox.c radiolist.c textbox.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/01/14 18:50:49 Modified: gnu/lib/libdialog checklist.c menubox.c msgbox.c radiolist.c textbox.c Log: Allow emacs-style next/prev characters as well as arrow keys so that I can offer this as a consistent feature. Revision Changes Path 1.31 +3 -3 src/gnu/lib/libdialog/checklist.c 1.29 +3 -3 src/gnu/lib/libdialog/menubox.c 1.16 +2 -0 src/gnu/lib/libdialog/msgbox.c 1.33 +3 -3 src/gnu/lib/libdialog/radiolist.c 1.18 +2 -0 src/gnu/lib/libdialog/textbox.c