Added history and tab-completion based on the history contents. Fixed

potential segmentation fault if key symbol translation fails.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@650 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
shaper
2002-03-14 16:45:26 +00:00
parent 40e0623806
commit 93bcb0bbdb
5 changed files with 244 additions and 7 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
#
# $Id: Makefile.am,v 1.4 2001/08/18 02:34:06 mdb Exp $
# $Id: Makefile.am,v 1.5 2002/03/14 16:45:26 shaper Exp $
bin_PROGRAMS = lookuplet
@@ -9,7 +9,8 @@ lookuplet_SOURCES = \
querybox.c \
preferences.c \
binding.c \
keysym-util.c
keysym-util.c \
history.c
INCLUDES = \
-I. \