about summary refs log tree commit diff stats
path: root/completion.c
Commit message (Collapse)AuthorAgeFilesLines
* Add for support for, and enable GTK3 as default.Josh Rickmar2012-07-091-0/+2
| | | | | | GTK2 is still supported. To build against GTK2, use: $ GTK_VERSION=gtk2 make
* rename xxxterm to xomreroMarco Peereboom2012-05-171-1/+1
|
* include using <> instead of ; this will have falloutMarco Peereboom2012-01-231-1/+1
|
* Add history.c and completion.c...Stevan Andjelkovic2012-01-021-0/+98
... and move history and completion related functions to them. ok marco@