diff options
author | June McEnroe <june@causal.agency> | 2020-09-02 16:29:38 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-09-02 16:29:38 -0400 |
commit | d00b3d3b70f326a18b58e6652428e928236e7c65 (patch) | |
tree | 0be51a9e827f05469b79d6a7081bf8228ee1e384 /chat.h | |
parent | Reimplement split scrolling (diff) | |
download | catgirl-d00b3d3b70f326a18b58e6652428e928236e7c65.tar.gz catgirl-d00b3d3b70f326a18b58e6652428e928236e7c65.zip |
Actually insert blank lines in the soft buffer
So they can be preserved forever!
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chat.h b/chat.h index 72b0246..d05121f 100644 --- a/chat.h +++ b/chat.h @@ -291,7 +291,6 @@ int bufferPush( struct Buffer *buffer, int cols, enum Heat heat, time_t time, const char *str ); -int bufferBlank(struct Buffer *buffer); void bufferReflow(struct Buffer *buffer, int cols); enum Edit { |