Move map variables to tty to keep them all in one spot

This commit is contained in:
Braden Young 2023-04-14 15:00:03 -07:00
parent 5651c1c5d7
commit afc9e3be5b
4 changed files with 7 additions and 7 deletions

View file

@ -24,6 +24,9 @@
#include <stdbool.h>
extern bool interactive_mode;
extern bool map_i_nl_cr;
extern bool map_i_cr_nl;
extern bool map_ign_cr;
void stdout_configure(void);
void stdin_configure(void);