From dc05a10e23cc341fe76e6021f06f08cbc1e6a339 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 10 Nov 2021 14:25:45 -0800 Subject: life: move starting pattern around on the screen This assumes we're doing it early soon after opening a new pattern, when it hasn't yet reached the margins. Quick and dirty, but seems good enough. --- src/lua.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lua.c') diff --git a/src/lua.c b/src/lua.c index 068af24..f41b1fa 100644 --- a/src/lua.c +++ b/src/lua.c @@ -405,6 +405,7 @@ int main (int argc, char **argv) { } setlocale(LC_ALL, ""); initscr(); + keypad(stdscr, 1); start_color(); use_default_colors(); draw_menu(L); -- cgit 1.4.1-2-gfad0