Commit Graph

9 Commits

Author SHA1 Message Date
wdlkmpx 073e95a57a update README 2021-01-22 16:27:28 +08:00
wdlkmpx 21dc2c4470 update README 2021-01-07 21:03:03 +08:00
wdlkmpx 8e028445ca CTRl-g (search mode): cancel search and clear text entry 2020-12-29 17:34:52 +08:00
wdlkmpx 4fd7c52c48 CTRL-p: fetch the previous command from the history list 2020-12-29 17:33:28 +08:00
wdlkmpx 68282dd4c0 "!": history search mode that matches only the start of strings
The gtk entry must be emtpy before pressing "!"

It enters a special (history) search mode that only
matches the start of strings, a reverse search

hit CTRL-R or CTRL-S to extend search backwards or forwards
2020-10-14 09:09:39 +08:00
wdlkmpx 833e0708e2 update README a bit 2020-10-07 00:56:03 +08:00
wdlkmpx 3762bfc1d4 completionline.cc: make CTRL-R work as intended.. 2020-09-13 23:58:41 +08:00
wdlkmpx 05511520d9 *** handle configuration and history with C code ***
This is a major change that may lead to a complete C application.

Deleted files:
- prefs.cc
- prefs.h
- history.cc
- history.h

New files:
- config_prefs.c
- config_prefs.h
- history.c
- history.h

gmrun was mostly broken, I'm not sure when the app became so broken
but it's better now.

The code is more readable and more stable.

Various bugs were fixed, it would take many lines to explain the changes,
they were just so dramatic
2020-09-13 00:16:42 +08:00
wdlkmpx c64e88d053 update README a bit 2020-07-16 18:51:05 +08:00