From 0968a8ac7c5342978fced88af6a897d9b5cdc6ab Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 2 Sep 2020 21:29:03 -0400 Subject: Recalculate unreadHard on reflow --- chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chat.h') 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, -- cgit 1.4.1