Clean up input initialization and destruction

This commit is contained in:
ridiculousfish
2019-03-03 12:59:55 -08:00
parent dc1073f905
commit ecf51b575e
6 changed files with 8 additions and 25 deletions

View File

@@ -298,7 +298,6 @@ static void setup_and_process_keys(bool continuous_mode) {
process_input(continuous_mode);
restore_term_mode();
restore_term_foreground_process_group();
input_destroy();
}
static bool parse_debug_level_flag() {