diff options
| author | Albert Cervin <albert@acervin.com> | 2024-03-26 10:59:06 +0100 |
|---|---|---|
| committer | Albert Cervin <albert@acervin.com> | 2024-03-26 10:59:06 +0100 |
| commit | 1b888cc723792ec0e49c7e5aaa78c3c5486a95b9 (patch) | |
| tree | da0b4f6fcdf394b155938472a0ca0d100effb2ef /test/minibuffer.c | |
| parent | 5b3234f34fd081a3fe81c95bd55f4bfc853568a5 (diff) | |
| download | dged-1b888cc723792ec0e49c7e5aaa78c3c5486a95b9.tar.gz dged-1b888cc723792ec0e49c7e5aaa78c3c5486a95b9.tar.xz dged-1b888cc723792ec0e49c7e5aaa78c3c5486a95b9.zip | |
Implement kill-buffer command
Can be killed with the command `kill-buffer`, the shortcut `C-x k`
or from the buffer menu.
Diffstat (limited to 'test/minibuffer.c')
| -rw-r--r-- | test/minibuffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |
