Ideally in windows terminal, but on windows at least -- not using git bash or WSL.
[ ] Does the repo compile with -Wall and -Wextra properly. Compiling may require an if statement around CMakeLists.txt line 2 to set the compiler on windows
[ ] Does process_keypress() with new polling functionality still work (run examples/keys - does everything display as intended)
[ ] Does the cursor location reading work properly (run examples/cursor_position.cpp a few times in different locations in the terminal)
[ ] Does the pane management system display as intended? (run examples/red_blue_panes.cpp and check if everything redraws properly)
Ideally in windows terminal, but on windows at least -- not using git bash or WSL.
-Wall
and-Wextra
properly. Compiling may require an if statement aroundCMakeLists.txt
line 2 to set the compiler on windowsprocess_keypress()
with new polling functionality still work (runexamples/keys
- does everything display as intended)examples/cursor_position.cpp
a few times in different locations in the terminal)examples/red_blue_panes.cpp
and check if everything redraws properly)