aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
authordam <dam@gudinoff>2024-03-15 01:46:01 +0000
committerdam <dam@gudinoff>2024-03-15 01:46:01 +0000
commitac92da96856603d450e39fa536f287bcf67c0fd7 (patch)
tree36ce4983d01d2457711e0248f73324ffe7a28337 /ttt.jai
parent0087918da456195648012e790d8f3a96a6dde403 (diff)
downloadtask-time-tracker-ac92da96856603d450e39fa536f287bcf67c0fd7.tar.zst
task-time-tracker-ac92da96856603d450e39fa536f287bcf67c0fd7.zip
Improved key map.
Diffstat (limited to 'ttt.jai')
-rw-r--r--ttt.jai8
1 files changed, 4 insertions, 4 deletions
diff --git a/ttt.jai b/ttt.jai
index 1a74b37..2921ff0 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -1249,7 +1249,7 @@ main :: () {
print("- success\n", to_standard_error = true);
}
- if 1 {
+ if 0 {
print("TEST : test key input\n", to_standard_error = true);
auto_release_temp();
TUI.start();
@@ -1277,7 +1277,7 @@ main :: () {
print("- success\n", to_standard_error = true);
}
- if 1 {
+ if 0 {
print("TEST : draw box\n", to_standard_error = true);
auto_release_temp();
TUI.start(); // TODO Should start() call flush_input internally?
@@ -1292,7 +1292,7 @@ main :: () {
print("- success\n", to_standard_error = true);
}
- if 1 {
+ if 0 {
print("TEST : get terminal size\n", to_standard_error = true);
auto_release_temp();
TUI.start();
@@ -1309,7 +1309,7 @@ main :: () {
print("- success\n", to_standard_error = true);
}
- if 1 {
+ if 0 {
print("TEST : set terminal title\n", to_standard_error = true);
TUI.start();
title := "BAZINGA";