index
:
~noa/catgirl
this commit
master
weechat-hashes
Unnamed repository; edit this file 'description' to name the repository.
noa
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buffer.c
Age
Commit message (
Expand
)
Author
2021-01-26
Add numbers to buffer lines
C. McEnroe
2021-01-25
Do not copy time to wrapped lines
C. McEnroe
2021-01-23
Remove use of "%n" to appease de Raadt
C. McEnroe
2021-01-16
Generalize ignore toggling to visibility threshold
C. McEnroe
2021-01-09
Count width of 2 for invalid multibyte with high bit
C. McEnroe
2021-01-04
Collapse whitespace while wrapping and discard trailing space
C. McEnroe
2020-10-09
Clear wrapping point at alignment tab
C. McEnroe
2020-09-11
Copy style from wrapping point
C. McEnroe
2020-09-08
Include DEL in characters ncurses will print in ^A form
C. McEnroe
2020-09-07
Let wrapped lines use the last column
C. McEnroe
2020-09-06
Handle non-alignment tabs in line wrapping
C. McEnroe
2020-09-02
Recalculate unreadHard on reflow
C. McEnroe
2020-09-02
Hide ignored messages at the soft -> hard buffer layer
C. McEnroe
2020-09-02
Preserve style after alignment
C. McEnroe
2020-09-02
Actually insert blank lines in the soft buffer
C. McEnroe
2020-09-02
Don't consider the alignment tab a wrapping point
C. McEnroe
2020-09-02
Fix line wrapping in various ways
C. McEnroe
2020-09-02
Render one main window from buffers
C. McEnroe
2020-09-01
Implement buffer line wrapping
C. McEnroe
2020-09-01
Factor buffer out of ui
C. McEnroe