xC: fix the integration test
Alpine 3.23 Success
Arch Linux AUR Success
OpenBSD 7.8 Success

This commit is contained in:
2026-07-20 03:03:21 +02:00
parent 474a5973a3
commit 4102e3c02c
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -33,6 +33,8 @@ function expect (string)
xC:eof {function (p) error "xC exited prematurely" end})
end
expect "]"
-- Connect to the daemon
send "/server add localhost\n"
expect "]"
+1
View File
@@ -14509,6 +14509,7 @@ app_input_init (struct input *self)
input_bind (self, "BracketedPaste", "start-paste-mode");
input_bind (self, "Enter", "accept-line");
input_bind (self, "C-j", "accept-line");
input_bind (self, "Tab", "complete");
// Let's at least make it possible first, only applying them on startup: