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
+2 -2
View File
@@ -1,5 +1,5 @@
/**
* $Id: lookuplet.c,v 1.6 2001/08/18 02:34:06 mdb Exp $
* $Id: lookuplet.c,v 1.7 2002/03/14 16:45:26 shaper Exp $
*
* lookuplet - a utility for quickly looking up information
* Copyright (C) 2001 Michael Bayne
@@ -84,7 +84,7 @@ main (int argc, char** argv)
#endif
if (applet_mode) {
/* intialize; this will basically set up the applet, corba and
/* initialize; this will basically set up the applet, corba and
call gnome_init() */
applet_widget_init(PACKAGE, VERSION, argc, argv, NULL, 0, NULL);