Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buffer: fix some search bugs & refactor regex stuff | bptato | 2023-01-01 | 1 | -27/+27 |
| | | | | | | | | 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. | ||||
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 1 | -2/+2 |
| | |||||
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 1 | -0/+3 |
| | | | | Also probably other fixes. | ||||
* | Add more cookie options | bptato | 2022-12-13 | 1 | -0/+3 |
| | |||||
* | regex.nim: remove unused functions | bptato | 2022-12-10 | 1 | -42/+1 |
| | | | | Including replace. | ||||
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 1 | -1/+68 |
| | | | | Also, fix a bug in the | ||||
* | Add siteconf, fix lineedit bugs | bptato | 2022-11-29 | 1 | -0/+45 |
| | | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.) | ||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -9/+16 |
| | |||||
* | Incremental search fixes | bptato | 2022-07-25 | 1 | -2/+2 |
| | |||||
* | Improved incremental search: support unicode | bptato | 2022-07-23 | 1 | -8/+42 |
| | |||||
* | Add search function | bptato | 2022-07-22 | 1 | -0/+105 |
Uses libregexp from QuickJS. Incremental search is quite hacky for now, but overall it seems to work OK. |