summary refs log tree commit diff
path: root/buffer.c (follow)
Commit message (Expand)AuthorAge
* Include DEL in characters ncurses will print in ^A formJune McEnroe2020-09-08
* Let wrapped lines use the last columnJune McEnroe2020-09-07
* Handle non-alignment tabs in line wrappingJune McEnroe2020-09-06
* Recalculate unreadHard on reflowJune McEnroe2020-09-02
* Hide ignored messages at the soft -> hard buffer layerJune McEnroe2020-09-02
* Preserve style after alignmentJune McEnroe2020-09-02
* Actually insert blank lines in the soft bufferJune McEnroe2020-09-02
* Don't consider the alignment tab a wrapping pointJune McEnroe2020-09-02
* Fix line wrapping in various waysJune McEnroe2020-09-02
* Render one main window from buffersJune McEnroe2020-09-02
* Implement buffer line wrappingJune McEnroe2020-09-01
* Factor buffer out of uiJune McEnroe2020-09-01
r class='logheader'>2020-01-14Ensure ansi resets formatting and null-terminatesJune McEnroe fmemopen in text-mode only ensures the buffer is null-terminated if the last write does not fill the buffer. 2020-01-14Implement IRC formatting to ANSI translationJune McEnroe 2020-01-14Add -b flag for live backupJune McEnroe 2020-01-14Add columnsize = 0 option to FTS indexJune McEnroe Since we don't use ranking functions and I don't see them being useful, there is no point in having columnsize, which just takes extra space in the database. In my database of approximately 3.5 million events, disabling columnsize saves about 62 MB. The migration unfortunately has to rebuild the entire index to disable it. 2020-01-12Add option for client cert and SASL EXTERNALJune McEnroe 2020-01-12Add Linux.mkJune McEnroe 2020-01-11Fix unscoop dedup window syntaxJune McEnroe 2020-01-11Bump busy timeout to 10sJune McEnroe