From a123725a12e948d78badb2cb686d38548f1c633b Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Thu, 6 Apr 2023 23:23:46 +0200 Subject: Implement window handling Also implement searching. fix undo boundaries when it checked for other save point, it used && instead of == which caused it to overwrite other types. Fix bytes vs chars bug in text_get_region --- test/keyboard.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'test/keyboard.c') diff --git a/test/keyboard.c b/test/keyboard.c index a76d2a7..1ddbba5 100644 --- a/test/keyboard.c +++ b/test/keyboard.c @@ -1,12 +1,13 @@ +#include +#include +#include + +#include "dged/keyboard.h" + #include "assert.h" #include "fake-reactor.h" #include "test.h" -#include "keyboard.h" -#include "unistd.h" -#include -#include - struct call_count { uint32_t poll; uint32_t reg; -- cgit v1.2.3