minor changes

This commit is contained in:
Alessandro Mauri 2019-11-29 13:25:23 +01:00
parent 7e6b3c0bdf
commit 74fa0c7582
4 changed files with 11 additions and 1 deletions

Binary file not shown.

View File

@ -10,3 +10,9 @@ Parsing Json in C:
Sconstruct a make alternative: Sconstruct a make alternative:
https://github.com/SCons/scons/wiki/SConsCrashCourse https://github.com/SCons/scons/wiki/SConsCrashCourse
Write a simple text editor written in pure C:
https://viewsourcecode.org/snaptoken/kilo/
All C keywords:
https://www.programiz.com/c-programming/list-all-keywords-c-language

View File

@ -228,6 +228,10 @@ void termInit (void)
/* Turn off echoing */ /* Turn off echoing */
noecho(); noecho();
/* Other standard options */
nonl();
intrflush(stdscr, FALSE);
/* Set the tab size */ /* Set the tab size */
set_tabsize(TABSIZE); set_tabsize(TABSIZE);

BIN
src/ste.o

Binary file not shown.