about summary refs log tree commit diff stats
path: root/src/main.nim
Commit message (Expand)AuthorAgeFilesLines
* buffer: wait for scripts in headless modebptato2025-02-151-5/+3
* pager: catch SIGINT for interrupt handlerbptato2025-02-051-1/+6
* main: add version checkbptato2025-01-261-0/+4
* buffer: improve screen state synchronizationbptato2025-01-231-1/+1
* pager, term: replace execCmd, Filebptato2025-01-221-2/+3
* Remove submodulesbptato2025-01-181-2/+0
* pager: improve content type handlingbptato2025-01-151-2/+2
* config: switch to camel casebptato2025-01-131-2/+2
* loader: fix memory leak on x-saveoutput + various fd leaksbptato2025-01-111-1/+3
* buffer: remove server socketbptato2025-01-091-8/+5
* loader: use per-process control socketsbptato2025-01-081-2/+7
* Try to set close-on-exec, misc cleanupbptato2025-01-041-0/+1
* CHA_CONFIG_DIR -> CHA_DIRbptato2024-12-271-2/+2
* main: add missing noreturnbptato2024-12-221-1/+1
* Add historybptato2024-12-171-1/+5
* client: mostly merge into pagerbptato2024-12-091-1/+3
* Fix casingbptato2024-12-051-1/+1
* config, mailcap: remove std/streams dependency, specialize mmapbptato2024-12-051-1/+1
* mimetypes: refactor, use mime.types for inline image extensionsbptato2024-12-051-0/+2
* main: support -C/path etc.bptato2024-12-051-10/+15
* toml, config: skip copying buf, use PosixStreambptato2024-12-031-7/+9
* config.configdir -> config.dirbptato2024-11-261-3/+3
* twtstr: beforeLast -> untilLastbptato2024-11-151-1/+1
* formdata: eliminate a global varbptato2024-11-151-1/+4
* chapath: fix a few more bugs, simplifybptato2024-11-131-1/+4
* config: refactor, accept more possible config dirsbptato2024-10-281-18/+26
* termcap: merge into termbptato2024-10-231-1/+0
* gmifetch: rewrite in Nimbptato2024-10-121-1/+2
* term: don't panic if termcap tgetent failsbptato2024-08-171-0/+11
* main, forkserver: optimize startupbptato2024-07-061-2/+2
* main: misc improvementsbptato2024-07-051-9/+29
* Move JS wrapper into Monouchabptato2024-06-031-6/+5
* main: fix tmpdir/sockdir permsbptato2024-05-311-3/+4
* config: fix -C with files not in CWDbptato2024-05-311-1/+1
* forkserver: simplify fcLoadConfigbptato2024-05-181-1/+1
* config: separate tmp dir for sockets, usersbptato2024-05-161-2/+3
* Use isSome instead of isOkbptato2024-05-051-1/+1
* client: make quit() actually quit, misc fixesbptato2024-05-041-13/+16
* Add capsicum supportbptato2024-03-281-3/+4
* config: improve input systembptato2024-03-261-1/+11
* main: refactor slightlybptato2024-03-211-149/+134
* main: set CHA_LIBEXEC_DIR env var at startupbptato2024-03-191-1/+5
* client: refactor inputbptato2024-03-181-3/+3
* config: clean up/simplifybptato2024-03-171-13/+13
* Move SIGCHLD ignore call to forkserverbptato2024-03-171-4/+0
* main: ignore SIGCHLDbptato2024-03-171-0/+4
* Move around some modulesbptato2024-03-141-1/+1
* Replace Chakasu with Chagashibptato2024-02-221-1/+1
* forkserver: clean upbptato2024-01-291-2/+1
* Remove std/terminal dependencybptato2024-01-171-1/+1