about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-02 16:29:38 -0400
committerJune McEnroe <june@causal.agency>2020-09-02 16:29:38 -0400
commitd00b3d3b70f326a18b58e6652428e928236e7c65 (patch)
tree0be51a9e827f05469b79d6a7081bf8228ee1e384 /chat.h
parentReimplement split scrolling (diff)
downloadcatgirl-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.h1
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 {