commit 4f68a4bda6e261cfaacc8c936e9f98bc5ac4a3af from: Omar Polo date: Sun Dec 12 23:16:01 2021 UTC switch to raw mode commit - 336a56e2bea6ab40637eba31de832d2a34fb573d commit + 4f68a4bda6e261cfaacc8c936e9f98bc5ac4a3af blob - 729bc2a8663c8f1e0c1b335a9aed797ed5e6fe57 blob + 2192bc40fd95d586f5e8322ed244e196a0206fae --- fm.c +++ fm.c @@ -482,7 +482,7 @@ init_term() { setlocale(LC_ALL, ""); initscr(); - cbreak(); /* Get one character at a time. */ + raw(); timeout(100); /* For getch(). */ noecho(); nonl(); /* No NL->CR/NL on output. */