aboutsummaryrefslogtreecommitdiff
path: root/line-editor.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump liberty, move the UI to liberty-xui.cPřemysl Eric Janouch2023-06-191-327/+0
| | | | | | | | | | Also bump termo. This deduplicates code between nncmpp and hex, and adds support for bold + italic attributes under X11. There is still a lot of space for prettification. Unfortunately, most of our specialized widgets are quite entangled.
* Implement M-u, M-l, M-c from ReadlinePřemysl Eric Janouch2022-09-181-1/+40
|
* Make M-f behave like it does in ReadlinePřemysl Eric Janouch2022-09-181-1/+1
|
* Name changePřemysl Eric Janouch2020-08-011-1/+1
|
* Move the line editor into its own filePřemysl Janouch2018-10-201-0/+288
Trying to make it reusable in other projects.