diff options
Diffstat (limited to 'src/x.tlv')
-rw-r--r-- | src/x.tlv | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/x.tlv b/src/x.tlv index a2b8334..c7f5247 100644 --- a/src/x.tlv +++ b/src/x.tlv @@ -1,10 +1,10 @@ -- __teliva_timestamp: original +- __teliva_timestamp: foo1 window: >window = curses.stdscr() -- __teliva_timestamp: original +- __teliva_timestamp: foo2 n: >n = 0 -- __teliva_timestamp: original +- __teliva_timestamp: foo3 render: >function render(window) > window:clear() @@ -17,10 +17,10 @@ > curses.refresh() >end __teliva_note: foo -- __teliva_timestamp: original +- __teliva_timestamp: foo4 menu: >menu = {Enter="increment"} -- __teliva_timestamp: original +- __teliva_timestamp: foo5 update: >function update(window) > local key = curses.getch() @@ -28,7 +28,7 @@ > n = n+1 > end >end -- __teliva_timestamp: original +- __teliva_timestamp: foo6 main: >function main() > for i=1,7 do |