minor changes

master
Alessandro Mauri 4 years ago
parent 7e6b3c0bdf
commit 74fa0c7582
  1. BIN
      .sconsign.dblite
  2. 8
      doc/useful links.txt
  3. 4
      src/ste.c
  4. BIN
      src/ste.o

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);

Binary file not shown.
Loading…
Cancel
Save