summary refs log tree commit diff
path: root/buffer.c
AgeCommit message (Expand)Author
2020-10-09Clear wrapping point at alignment tabC. McEnroe
2020-09-11Copy style from wrapping pointC. McEnroe
2020-09-08Include DEL in characters ncurses will print in ^A formC. McEnroe
2020-09-07Let wrapped lines use the last columnC. McEnroe
2020-09-06Handle non-alignment tabs in line wrappingC. McEnroe
2020-09-02Recalculate unreadHard on reflowC. McEnroe
2020-09-02Hide ignored messages at the soft -> hard buffer layerC. McEnroe
2020-09-02Preserve style after alignmentC. McEnroe
2020-09-02Actually insert blank lines in the soft bufferC. McEnroe
2020-09-02Don't consider the alignment tab a wrapping pointC. McEnroe
2020-09-02Fix line wrapping in various waysC. McEnroe
2020-09-02Render one main window from buffersC. McEnroe
2020-09-01Implement buffer line wrappingC. McEnroe
2020-09-01Factor buffer out of uiC. McEnroe