{ "\033[[D", NEWT_KEY_F4, NULL },
{ "\033[[E", NEWT_KEY_F5, NULL },
- { "\033OP", NEWT_KEY_F2, NULL },
+ { "\033OP", NEWT_KEY_F1, NULL },
{ "\033OQ", NEWT_KEY_F2, NULL },
- { "\033OR", NEWT_KEY_F2, NULL },
- { "\033OS", NEWT_KEY_F2, NULL },
+ { "\033OR", NEWT_KEY_F3, NULL },
+ { "\033OS", NEWT_KEY_F4, NULL },
{ "\033[11~", NEWT_KEY_F1, NULL },
{ "\033[12~", NEWT_KEY_F2, NULL },
static char keyPrefix = '\033';
static const char * version = "Newt windowing library version " VERSION
- " - (C) 1996 Red Hat Software. "
+ " - (C) 1996-2000 Red Hat Software. "
"Redistributable under the term of the Library "
"GNU Public License. "
"Written by Erik Troan\n";
Summary: A development library for text mode user interfaces.
Name: newt
-%define version 0.50.7
+%define version 0.50.8
Version: %{version}
-Release: 2
+Release: 1
Copyright: LGPL
Group: System Environment/Libraries
Source: ftp://ftp.redhat.com/pub/redhat/code/newt/newt-%{version}.tar.gz
%postun -p /sbin/ldconfig
%changelog
+* Wed Feb 22 2000 Preston Brown <pbrown@redhat.com>
+- fix critical bug in fkey 1-4 recognition on xterms
+
* Wed Feb 9 2000 Matt Wilson <msw@redhat.com>
- fixed snack widget setcallback function