Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add default background/foreground color override | bptato | 2023-07-29 | 1 | -0/+2 | |
| | ||||||
* | Add suspend() function (bound to C-z) | bptato | 2023-07-26 | 1 | -0/+1 | |
| | ||||||
* | Remove unused config variable | bptato | 2023-06-26 | 1 | -1/+0 | |
| | ||||||
* | Fix crash in openEditor if SIGINT was delivered | bptato | 2023-06-26 | 1 | -0/+1 | |
| | | | | | | | | | | | nvi for example sets ISIG and traps SIGINT. Without this patch, this would propagate to all processes in the same process group and kill them. (It still does, but we set a signalHandler to ignore that.) Still not perfect, because for some reason we receive WIFSIGNALED even if the signal did not actually kill the editor. For now, we just treat this as a success. | |||||
* | Fix color U, slightly change contrast algorithm | bptato | 2023-06-10 | 1 | -1/+1 | |
| | ||||||
* | Fix some type confusion with colors, fix crash in pager | bptato | 2023-06-09 | 1 | -1/+1 | |
| | ||||||
* | Add XTERM title renaming | bptato | 2023-06-07 | 1 | -0/+1 | |
| | ||||||
* | Set display-charset to auto | bptato | 2023-05-20 | 1 | -1/+1 | |
| | ||||||
* | Refactor config, add charset opts | bptato | 2023-05-16 | 1 | -1/+6 | |
| | | | | Only document-charset supported for now. | |||||
* | res/config: fix M-c console binding | bptato | 2023-01-20 | 1 | -4/+1 | |
| | ||||||
* | res/config, doc/config: encode search query strings | bptato | 2023-01-08 | 1 | -1/+1 | |
| | ||||||
* | Slightly refactor commandMode | bptato | 2023-01-06 | 1 | -1/+7 | |
| | ||||||
* | default config: make the search function slightly more robust | bptato | 2022-12-25 | 1 | -1/+1 | |
| | | | | For easier copy-pasting... | |||||
* | pager: proxy values in container; js: bugfixes | bptato | 2022-12-20 | 1 | -1/+5 | |
| | | | | Also, a little bonus: w3m keybindings | |||||
* | Update visual home page, use name consistently | bptato | 2022-12-16 | 1 | -1/+1 | |
| | ||||||
* | Add discardTree, update docs | bptato | 2022-12-15 | 1 | -2/+2 | |
| | ||||||
* | Add network.max-redirect, prepend-https options | bptato | 2022-12-13 | 1 | -0/+4 | |
| | ||||||
* | Update config and config docs | bptato | 2022-12-13 | 1 | -7/+3 | |
| | ||||||
* | Add wikipedia substitution, bookmark file keybinding | bptato | 2022-12-11 | 1 | -0/+5 | |
| | ||||||
* | Add visual-home, rename undocumented config values | bptato | 2022-12-11 | 1 | -0/+5 | |
| | ||||||
* | Fix container replacement bugs | bptato | 2022-12-11 | 1 | -1/+1 | |
| | ||||||
* | Fixes & QOL improvements | bptato | 2022-12-11 | 1 | -1/+5 | |
| | | | | | | | | * 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 | |||||
* | Add multiple text-decoration, overline emulation | bptato | 2022-12-07 | 1 | -0/+2 | |
| | ||||||
* | Add force-clear | bptato | 2022-12-07 | 1 | -0/+1 | |
| | ||||||
* | Add 1G as cursorFirstLine shortcut | bptato | 2022-12-05 | 1 | -0/+1 | |
| | ||||||
* | Add title tag support, peek, peekCursor | bptato | 2022-12-05 | 1 | -0/+2 | |
| | ||||||
* | Add siteconf, fix lineedit bugs | bptato | 2022-11-29 | 1 | -0/+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 fixes | bptato | 2022-11-29 | 1 | -0/+2 | |
| | | | | It's still kind of broken... | |||||
* | Add textarea | bptato | 2022-11-28 | 1 | -0/+4 | |
| | | | | Editing is implemented using an external editor (like vi). | |||||
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 1 | -1/+2 | |
| | ||||||
* | Fix command() keybinding | bptato | 2022-11-25 | 1 | -1/+1 | |
| | ||||||
* | Fix user style regression, add minimum-contrast | bptato | 2022-11-25 | 1 | -0/+1 | |
| | ||||||
* | Add alt-screen option, fix an ansi color bug | bptato | 2022-11-21 | 1 | -3/+2 | |
| | ||||||
* | Color & term improvements | bptato | 2022-11-21 | 1 | -3/+4 | |
| | ||||||
* | Incremental loading of text files, etc. | bptato | 2022-11-20 | 1 | -3/+3 | |
| | ||||||
* | Re-implement highlighting | bptato | 2022-11-19 | 1 | -1/+1 | |
| | ||||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -18/+23 | |
| | ||||||
* | Implement tree buffers, fix a js bug, refactor | bptato | 2022-10-19 | 1 | -53/+53 | |
| | ||||||
* | Add JS binding generation | bptato | 2022-09-12 | 1 | -55/+56 | |
| | ||||||
* | Clean up client request methods, add DUPE_BUFFER | bptato | 2022-08-18 | 1 | -2/+3 | |
| | ||||||
* | Increase tokenizer buffer size, add mark color option | bptato | 2022-07-29 | 1 | -0/+4 | |
| | ||||||
* | Remove unmaintained networking calls | bptato | 2022-07-24 | 1 | -4/+0 | |
| | ||||||
* | Add search function | bptato | 2022-07-22 | 1 | -0/+4 | |
| | | | | | Uses libregexp from QuickJS. Incremental search is quite hacky for now, but overall it seems to work OK. | |||||
* | Initial QuickJS integration | bptato | 2022-07-13 | 1 | -0/+1 | |
| | ||||||
* | Add curl support | bptato | 2022-06-07 | 1 | -0/+4 | |
| | | | | This calls the curl binary, not libcurl. | |||||
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 1 | -0/+3 | |
| | ||||||
* | Add double-width-ambiguous to config.toml | bptato | 2021-12-19 | 1 | -0/+3 | |
| | ||||||
* | Add commands for vertical navigation on displayed line | bptato | 2021-12-19 | 1 | -1/+3 | |
| | ||||||
* | Change configuration format to toml | bptato | 2021-12-05 | 1 | -0/+63 | |