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/test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test.h') diff --git a/test/test.h b/test/test.h index 047bbfb..b01fde4 100644 --- a/test/test.h +++ b/test/test.h @@ -18,5 +18,6 @@ void run_keyboard_tests(); void run_allocator_tests(); void run_minibuffer_tests(); void run_settings_tests(); +void run_container_tests(); #endif -- cgit v1.2.3