From 1b888cc723792ec0e49c7e5aaa78c3c5486a95b9 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Tue, 26 Mar 2024 10:59:06 +0100 Subject: Implement kill-buffer command Can be killed with the command `kill-buffer`, the shortcut `C-x k` or from the buffer menu. --- test/minibuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/minibuffer.c b/test/minibuffer.c index 5243b6c..28ee277 100644 --- a/test/minibuffer.c +++ b/test/minibuffer.c @@ -28,7 +28,7 @@ void init() { } minibuffer_init(&b, &bufs); - windows_init(100, 100, &b, &b); + windows_init(100, 100, &b, &b, &bufs); } void destroy() { -- cgit v1.2.3