diff options
author | C. McEnroe | 2020-09-02 21:29:03 -0400 |
---|---|---|
committer | C. McEnroe | 2020-09-02 21:29:03 -0400 |
commit | 0968a8ac7c5342978fced88af6a897d9b5cdc6ab (patch) | |
tree | 857ccfd468b6b25d89f171f811060d4d0e1af4c0 /chat.h | |
parent | a46fbea0ec38a153c07a06ea0177b136db3e3ecf (diff) |
Recalculate unreadHard on reflow
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.h b/chat.h index 6f2ba15..6cf34b3 100644 --- a/chat.h +++ b/chat.h @@ -291,7 +291,7 @@ int bufferPush( struct Buffer *buffer, int cols, bool ignore, enum Heat heat, time_t time, const char *str ); -void bufferReflow(struct Buffer *buffer, int cols, bool ignore); +int bufferReflow(struct Buffer *buffer, int cols, bool ignore, size_t tail); enum Edit { EditHead, |