diff options
Diffstat (limited to 'template.tlv')
-rw-r--r-- | template.tlv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template.tlv b/template.tlv index 1160bcc..1e67dc6 100644 --- a/template.tlv +++ b/template.tlv @@ -189,7 +189,8 @@ > curses.init_pair(14, 7, 6) > curses.init_pair(15, -1, 15) >end -- main: +- __teliva_timestamp: original + main: >function main() > init_colors() > @@ -198,4 +199,3 @@ > update(window) > end >end - __teliva_timestamp: original |