minor changes
This commit is contained in:
parent
7e6b3c0bdf
commit
74fa0c7582
BIN
.sconsign.dblite
BIN
.sconsign.dblite
Binary file not shown.
@ -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
|
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user