minor changes
This commit is contained in:
parent
7e6b3c0bdf
commit
74fa0c7582
BIN
.sconsign.dblite
BIN
.sconsign.dblite
Binary file not shown.
@ -9,4 +9,10 @@ Parsing Json in C:
|
||||
https://github.com/zserge/jsmn
|
||||
|
||||
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
|
@ -228,6 +228,10 @@ void termInit (void)
|
||||
/* Turn off echoing */
|
||||
noecho();
|
||||
|
||||
/* Other standard options */
|
||||
nonl();
|
||||
intrflush(stdscr, FALSE);
|
||||
|
||||
/* Set the tab size */
|
||||
set_tabsize(TABSIZE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user