about summary refs log tree commit diff
path: root/buffer.c (follow)
Commit message (Expand)AuthorAge
* Clear wrapping point at alignment tabJune McEnroe2020-10-09
* Copy style from wrapping pointJune McEnroe2020-09-11
* 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