Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Generalize ignore toggling to visibility threshold | June McEnroe | 2021-01-16 |
| | |||
* | Count width of 2 for invalid multibyte with high bit | June McEnroe | 2021-01-09 |
| | |||
* | Collapse whitespace while wrapping and discard trailing space | June McEnroe | 2021-01-04 |
| | | | | | The latter avoids an extra blank line when a message ends with whitespace that hits the edge of the window. | ||
* | Clear wrapping point at alignment tab | June McEnroe | 2020-10-09 |
| | | | | | This fixes odd wrapping when a nick contains a hyphen and there are no further wrapping points. | ||
* | Copy style from wrapping point | June McEnroe | 2020-09-11 |
| | | | | | | This fixes a bug when wrapping on a word with style changes inside it, where the copied style would be different depending on the width of the terminal. | ||
* | Include DEL in characters ncurses will print in ^A form | June McEnroe | 2020-09-08 |
| | |||
* | Let wrapped lines use the last column | June McEnroe | 2020-09-07 |
| | |||
* | Handle non-alignment tabs in line wrapping | June McEnroe | 2020-09-06 |
| | |||
* | Recalculate unreadHard on reflow | June McEnroe | 2020-09-02 |
| | |||
* | Hide ignored messages at the soft -> hard buffer layer | June McEnroe | 2020-09-02 |
| | | | | This restores normal scrolling behaviour. | ||
* | Preserve style after alignment | June McEnroe | 2020-09-02 |
| | | | | This makes wrapping text with background colour look much better. | ||
* | Actually insert blank lines in the soft buffer | June McEnroe | 2020-09-02 |
| | | | | So they can be preserved forever! | ||
* | Don't consider the alignment tab a wrapping point | June McEnroe | 2020-09-02 |
| | |||
* | Fix line wrapping in various ways | June McEnroe | 2020-09-02 |
| | | | | | | Never split a codepoint, don't set wrapping point unless we're not already wrapping, wrap on any unicode whitespace, only clear rest of line if still on the same line... | ||
* | Render one main window from buffers | June McEnroe | 2020-09-02 |
| | | | | | | | | Still missing: split scrolling and preserving a blank on reflow either from resize or ignore toggling. Anecdata: on one of my instances of catgirl, RAM usage of the previous release was ~30M, RAM usage of this commit was ~12M. | ||
* | Implement buffer line wrapping | June McEnroe | 2020-09-01 |
| | | | | Not yet rendered in the UI! Just done in parallel. | ||
* | Factor buffer out of ui | June McEnroe | 2020-09-01 |
In preparation for doing line wrapping outside of ncurses. |