about summary refs log tree commit diff stats
path: root/src/local/pager.nim
Commit message (Expand)AuthorAgeFilesLines
* pager: rework D/discard bufferbptato2024-05-311-47/+126
* html: improve Request, derive Client from Windowbptato2024-05-201-1/+1
* pager: editor command fixesbptato2024-05-121-2/+2
* client, pager: remove unnecessary std/streamsbptato2024-05-111-9/+6
* buffer: fix multipart formsbptato2024-05-111-1/+17
* pager: take $EDITOR from envbptato2024-05-111-5/+5
* luwrap: use separate context (+ various cleanups)bptato2024-05-101-3/+7
* js: refactorbptato2024-05-081-2/+2
* Use isSome instead of isOkbptato2024-05-051-3/+3
* client: make quit() actually quit, misc fixesbptato2024-05-041-1/+1
* js: fix various leaks etc.bptato2024-05-031-16/+28
* loader: fix applying config for initial requestbptato2024-05-021-2/+1
* config: add insecure-ssl-no-verify option to siteconfbptato2024-05-011-1/+5
* pager: reduce unnecessary image redrawsbptato2024-04-261-1/+1
* Initial image supportbptato2024-04-251-0/+5
* sandbox: seccomp support on Linuxbptato2024-04-181-1/+1
* Update code stylebptato2024-04-171-44/+46
* js: remove automatic function -> closure conversionbptato2024-04-151-14/+28
* pager: fix incremental search with empty stringbptato2024-03-301-3/+11
* pager: exclude status line from buffer heightbptato2024-03-301-1/+5
* pager: edit source fixesbptato2024-03-301-27/+8
* pager: fix broken writeToFilebptato2024-03-291-5/+1
* fflush() before forksbptato2024-03-281-6/+11
* buffer: fix cancel()bptato2024-03-271-1/+16
* pager: percent-decode path name in askDownloadPathbptato2024-03-251-1/+1
* js: proper distinction between Opt/Optionbptato2024-03-241-6/+6
* io: derive DynStream from RootObj (not Stream)bptato2024-03-241-25/+29
* pager: detect JS as textbptato2024-03-241-1/+5
* config: add default-headers to siteconfbptato2024-03-211-19/+7
* libregexp: update LRE_FLAG_UTF16 namebptato2024-03-211-1/+1
* cell: update FormatFlag naming, remove useless templatesbptato2024-03-211-1/+1
* pager: fix flipped predicate for downloadbptato2024-03-211-1/+1
* pager: add "save link", "save source"; change & document some keybindingsbptato2024-03-201-38/+66
* pager: do not ask to download text/*bptato2024-03-191-1/+1
* buffer: add markURLbptato2024-03-191-1/+2
* client: refactor inputbptato2024-03-181-9/+7
* config: parse mime.types/mailcap/urimethodmap inside parseConfigbptato2024-03-181-17/+8
* pager: remove useless codebptato2024-03-181-15/+0
* config: clean up/simplifybptato2024-03-171-20/+6
* client: fix "Hit any key" bug on load failurebptato2024-03-171-11/+21
* pager: fix buffer filteringbptato2024-03-171-2/+4
* client, pager: various file saving fixesbptato2024-03-161-15/+17
* pager: fix disappearing buffers when reload failsbptato2024-03-161-9/+8
* pager: simplify line editingbptato2024-03-161-61/+66
* pager, loader: add "Save file to" functionalitybptato2024-03-161-11/+74
* config: add start.console-buffer optionbptato2024-03-161-1/+1
* Clean up BufferConfigbptato2024-03-151-23/+46
* pager: unregister containers properly when headers are pendingbptato2024-03-141-7/+17
* Move around some modulesbptato2024-03-141-10/+60
* pager: add "open in editor" keybinding (sE)bptato2024-03-141-5/+55