summaryrefslogtreecommitdiffstats
path: root/virtual-programs
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2022-10-13 17:46:39 +0000
committerOmar Rizwan <omar@omar.website>2022-10-13 17:46:39 +0000
commit52f046321ccd9f2317c5aa443d6cb3a2f2291306 (patch)
treebb5f97c03732af1c4e4e1458f5dc8583e1f65431 /virtual-programs
parentpipe stdout (diff)
downloadfolk-52f046321ccd9f2317c5aa443d6cb3a2f2291306.tar.gz
folk-52f046321ccd9f2317c5aa443d6cb3a2f2291306.zip
disambiguate step count statements, cleaner pi restart logic
Diffstat (limited to 'virtual-programs')
-rw-r--r--virtual-programs/keyboard-character-log.folk5
1 files changed, 3 insertions, 2 deletions
diff --git a/virtual-programs/keyboard-character-log.folk b/virtual-programs/keyboard-character-log.folk
index cecb6506..7f380df7 100644
--- a/virtual-programs/keyboard-character-log.folk
+++ b/virtual-programs/keyboard-character-log.folk
@@ -1,8 +1,9 @@
-When the step count is /c/ {
+When $::nodename has step count /c/ {
Wish $this is labelled [string trim "
step count: $c
-step time: $::stepTime
+steptime: $::stepTime
camera: [expr {[info exists ::cameraTime] ? $::cameraTime : {none}}]
"]
Wish $this is highlighted blue
+ puts "$::nodename statement count: [dict size $Statements::statements]"
}