From c55f8f98e240baad51cfd6c0569f86383259239d Mon Sep 17 00:00:00 2001 From: dpwb Date: Mon, 20 Jan 2020 22:33:27 +0000 Subject: [PATCH] change curses refresh rate in main menu to stop flickering --- src/main_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_menu.cpp b/src/main_menu.cpp index 15d4a85372c86..21ebf6bbdc978 100644 --- a/src/main_menu.cpp +++ b/src/main_menu.cpp @@ -242,7 +242,7 @@ std::vector main_menu::load_file( const std::string &path, std::string main_menu::handle_input_timeout( input_context &ctxt ) { - std::string action = ctxt.handle_input( 125 ); + std::string action = ctxt.handle_input( 1000 ); if( action == "TIMEOUT" ) { init_windows();