This commit is contained in:
Your Name 2025-04-22 20:25:08 +12:00
parent b72c959a54
commit 5705b59d8b

View File

@ -5,6 +5,7 @@
#include <chrono>
#include <thread>
#include <algorithm>
#include "interactive.hpp"
namespace interactive {
@ -27,6 +28,7 @@ fullscreen_window::fullscreen_window(std::string title) {
noecho();
keypad(stdscr, TRUE); // Enable keypad
curs_set(0); // Hide cursor
set_escdelay(25); // Set ESC delay to 25ms
refresh();
// Create display window (takes up all but bottom 4 lines)