about summary refs log tree commit diff stats
path: root/src/io/lineedit.nim
Commit message (Collapse)AuthorAgeFilesLines
* Add unicode normalization, etcbptato2022-12-191-54/+28
|
* lineedit: fix crash in prevHist/nextHistbptato2022-12-191-0/+3
|
* Add siteconf, fix lineedit bugsbptato2022-11-291-3/+5
| | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.)
* Add line editing history, other lineedit fixesbptato2022-11-291-83/+112
| | | | It's still kind of broken...
* Add textareabptato2022-11-281-1/+1
| | | | Editing is implemented using an external editor (like vi).
* Fix lineedit bugsbptato2022-11-261-43/+65
|
* Fix some table layout issuesbptato2022-11-251-0/+2
|
* Improve status messages, fix regressions, etcbptato2022-11-251-0/+22
|
* Rewrite buffer/pager for multi-processingbptato2022-11-191-200/+196
|
* Do not always assume stdin is /dev/ttybptato2022-11-091-5/+8
| | | | | This way we theoretically don't have to wait for stdin input to finish loading from e.g. a pipe before we start accepting input. (In practice, we still do.)
* WIP pagerbptato2022-10-041-4/+6
|
* More JS bindingsbptato2022-09-131-2/+2
|
* Add JS binding generationbptato2022-09-121-2/+4
|
* Hide passwords while typingbptato2022-07-311-8/+19
|
* Add search functionbptato2022-07-221-21/+38
| | | | | Uses libregexp from QuickJS. Incremental search is quite hacky for now, but overall it seems to work OK.
* Implement formsbptato2022-01-291-6/+6
| | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think.
* Fix some path bugs and misc. warningsbptato2022-01-251-4/+4
|
* Fix pager bugsbptato2021-12-231-31/+56
|
* More code formatting consistencybptato2021-12-171-1/+1
|
* Clean up unused importsbptato2021-11-121-1/+0
|
* Remove composebptato2021-10-031-92/+49
|
* Reorganize importsbptato2021-08-071-7/+3
|
* Refactoring in buffer.nimbptato2021-08-061-1/+0
|
* Refactor display.nim and twtio.nimbptato2021-08-061-0/+290