teliva/src
Kartik K. Agaram f43a1c7da0 edit a single hard-coded definition in the image
src/teliva counter.tlv
C-e  # switch to editor
C-e  # save and quit
C-x  # exit

counter.tlv now has the same logical contents, though the whitespace has
changed, and the order of keys is different.

The implementation is utterly ghastly. For one, I'm unnecessarily
interfacing with kilo through the file system.
2021-11-10 23:20:59 -08:00
..
Makefile game of life 2021-11-06 21:49:23 -07:00
kilo.c edit a single hard-coded definition in the image 2021-11-10 23:20:59 -08:00
lapi.c get rid of userstate hooks 2021-10-24 09:52:07 -07:00
lapi.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lauxlib.c clean up a few warnings with gcc 9.3.0 2021-10-22 19:25:59 -07:00
lauxlib.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lbaselib.c print's newline now returns to column 0 2021-10-22 21:22:27 -07:00
lcode.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lcode.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lcurseslib.c edit a single hard-coded definition in the image 2021-11-10 23:20:59 -08:00
ldblib.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
ldebug.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
ldebug.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
ldo.c get rid of userstate hooks 2021-10-24 09:52:07 -07:00
ldo.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
ldump.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lfunc.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lfunc.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lgc.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lgc.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
linit.c starting on curses library 2021-11-05 10:30:07 -07:00
liolib.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
llex.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
llex.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
llimits.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lmathlib.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lmem.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lmem.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
loadlib.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lobject.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lobject.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lopcodes.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lopcodes.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
loslib.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lparser.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lparser.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lstate.c mildly less confusing 2021-10-24 09:58:47 -07:00
lstate.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lstring.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lstring.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lstrlib.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
ltable.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
ltable.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
ltablib.c clean up a few warnings with gcc 9.3.0 2021-10-22 19:25:59 -07:00
ltm.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
ltm.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lua.c edit a single hard-coded definition in the image 2021-11-10 23:20:59 -08:00
lua.h trying to make sense of how bindings are created 2021-10-24 09:23:54 -07:00
luac.c trying to make sense of how bindings are created 2021-10-24 09:23:54 -07:00
luaconf.h get rid of userstate hooks 2021-10-24 09:52:07 -07:00
lualib.h starting on curses library 2021-11-05 10:30:07 -07:00
lundump.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lundump.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lvm.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lvm.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lzio.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lzio.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
print.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
vimrc.vim vimrc 2021-11-05 13:23:58 -07:00