about summary refs log tree commit diff stats
path: root/commander.tlv
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-02-09 09:18:05 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-02-09 09:18:05 -0800
commite552571b1ea6a85ebd5a39f148518f95925b9de6 (patch)
treef39b1da62f10e094f41bac5280ada9ab6bc8623f /commander.tlv
parentb328ffc5e566e577d985aa7fcc715f28815e9dbb (diff)
downloadteliva-e552571b1ea6a85ebd5a39f148518f95925b9de6.tar.gz
standardize key order in .tlv files
This will eliminate some spurious git diffs I keep having to clean up.
Diffstat (limited to 'commander.tlv')
-rw-r--r--commander.tlv4
1 files changed, 2 insertions, 2 deletions
diff --git a/commander.tlv b/commander.tlv
index 8617fd7..b8292af 100644
--- a/commander.tlv
+++ b/commander.tlv
@@ -187,7 +187,8 @@
     >  curses.init_pair(14, 7, 6)
     >  curses.init_pair(15, -1, 15)
     >end
-- main:
+- __teliva_timestamp: original
+  main:
     >function main()
     >  init_colors()
     >
@@ -196,4 +197,3 @@
     >    update(window)
     >  end
     >end
-  __teliva_timestamp: original