about summary refs log tree commit diff stats
path: root/src/display/pager.nim
Commit message (Collapse)AuthorAgeFilesLines
* display/pager: correct maximum status message widthbptato2023-01-071-4/+6
|
* Slightly refactor commandModebptato2023-01-061-6/+7
|
* Get rid of eprint in place of stderr.writebptato2023-01-051-1/+1
| | | | eprint should only be used for debugging.
* Add ask()bptato2023-01-051-42/+66
|
* pager: fix prevBuffer, nextBuffer, replace weirdnessbptato2023-01-041-8/+16
| | | | Now they should behave as expected. (I hope.)
* client, pager, dom, ...: better error handlingbptato2023-01-041-10/+7
| | | | Now the browser shouldn't completely die when a buffer crashes.
* container, pager: work around bad codegenbptato2023-01-021-7/+7
|
* Fix connection load info not being shownbptato2023-01-021-1/+1
|
* loader: proper redirect handlingbptato2023-01-011-3/+4
|
* buffer: fix some search bugs & refactor regex stuffbptato2023-01-011-1/+1
| | | | | | | | cursorBytes uses twidth now. cursorNextMatch matches the byte *after* the cursor (somewhat more consistently than before). match() no longer counts capture groups. LRE_FLAG_GLOBAL now goes through the entire string.
* pager: fix bug with tab on screen shiftingbptato2023-01-011-2/+3
|
* Proper support for tabsbptato2022-12-271-4/+4
|
* pager: improve title display, fix alert displaybptato2022-12-251-4/+34
|
* pager: proxy values in container; js: bugfixesbptato2022-12-201-62/+48
| | | | Also, a little bonus: w3m keybindings
* Add JS support to documentsbptato2022-12-181-1/+4
|
* Allow cycling through hover-texts with ubptato2022-12-161-6/+6
|
* Fix a processFormat bugbptato2022-12-161-2/+2
|
* discardTree only kills child buffers, fix discardBufferbptato2022-12-161-3/+5
|
* container: do not load all lines at once in readLinesbptato2022-12-151-4/+2
|
* pager: fix getRoot returning nothingbptato2022-12-151-0/+1
|
* Add discardTree, update docsbptato2022-12-151-19/+34
|
* Fix searchbptato2022-12-141-1/+5
|
* Add referer support, re-render on windowChangebptato2022-12-131-18/+32
|
* Add more cookie optionsbptato2022-12-131-7/+6
|
* Add network.max-redirect, prepend-https optionsbptato2022-12-131-12/+11
|
* Update config and config docsbptato2022-12-131-5/+10
|
* Add all sorts of config options and cookiesbptato2022-12-131-18/+41
|
* Add wikipedia substitution, bookmark file keybindingbptato2022-12-111-4/+6
|
* Fix container replacement bugsbptato2022-12-111-0/+7
|
* Fixes & QOL improvementsbptato2022-12-111-5/+40
| | | | | | | | * fix infinite loop after closing buffer * fix setx not triggering hover updates * fix D not going back to PREV but to parent * add M-d, M-,, M-., M-/ for old D behavior, cycle through siblings, back to parent
* Fix -dbptato2022-12-101-3/+8
|
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-101-1/+1
| | | | Write always blocks for now, as it's too big of a footgun not to
* Add title tag support, peek, peekCursorbptato2022-12-051-1/+7
|
* Make redraw() actually clear the screenbptato2022-12-011-0/+2
| | | | It's more useful this way.
* Fix some screen update issues, remove redraw timerbptato2022-12-011-6/+1
| | | | | For now it's unnecessary; may be re-added later to support some dynamic document features.
* Add siteconf, fix lineedit bugsbptato2022-11-291-4/+22
| | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.)
* Restore cursor position on reloadbptato2022-11-291-4/+6
|
* Add line editing history, other lineedit fixesbptato2022-11-291-13/+19
| | | | It's still kind of broken...
* Fix container insertionbptato2022-11-281-1/+1
|
* Add textareabptato2022-11-281-1/+10
| | | | Editing is implemented using an external editor (like vi).
* Rework broken non-blocking iobptato2022-11-271-7/+10
| | | | | Piped input works correctly again! (Also fix hash's setter not working with url's without a fragment)
* Fix some regressions, add loading progress barbptato2022-11-271-19/+27
|
* Also, implement proper asyncbptato2022-11-271-8/+16
| | | | Well, not really proper, but better than nothing? Maybe not.
* Fix lineedit bugsbptato2022-11-261-9/+9
|
* Fix misc bugsbptato2022-11-251-1/+6
|
* Improve status messages, fix regressions, etcbptato2022-11-251-79/+56
|
* Buffer improvementsbptato2022-11-251-0/+4
|
* Avoid forking child processes from the main processbptato2022-11-241-17/+17
| | | | Caveat: this breaks piped streams.
* Table improvementsbptato2022-11-221-0/+3
|
* Termcap support (?)bptato2022-11-211-4/+8
|