diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-28 12:22:13 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-28 12:22:13 -0500 |
commit | 69b3c67d49aea37fb42493db2439670eac138a91 (patch) | |
tree | b2b3b14ad544f3a9d4f73292693a734a28f31e27 /main.c | |
parent | c1cb1b308d65b0f3a0b7a946d5aa74ce43b30d0a (diff) |
center cursor on undo, highlight cursor line
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ int main(void) { while (!quit) { #if DEBUG - printf("\033[H\033[2J"); fflush(stdout); + printf("\033[H\033[2J"); #endif SDL_Event event; |