diff options
| author | Omar Rizwan <omar@omar.website> | 2022-10-20 10:46:06 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2022-10-20 10:46:06 +0000 |
| commit | 35becc6d04395b2f9604cd91a2e6c63c706936cc (patch) | |
| tree | 4ce6a0d5ce22b1c342fb8c36fabf50229cd51765 /virtual-programs | |
| parent | Simplify Camera and/by making step-count more incremental (diff) | |
| download | folk-35becc6d04395b2f9604cd91a2e6c63c706936cc.tar.gz folk-35becc6d04395b2f9604cd91a2e6c63c706936cc.zip | |
Show camera time
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/keyboard-character-log.folk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual-programs/keyboard-character-log.folk b/virtual-programs/keyboard-character-log.folk index e115d158..9b0fd4aa 100644 --- a/virtual-programs/keyboard-character-log.folk +++ b/virtual-programs/keyboard-character-log.folk @@ -2,7 +2,7 @@ When $::nodename has step count /c/ { Wish $this is labelled [string trim " step count: $c step time: $::stepTime -camera time: [expr {[namespace exists Camera] ? [lindex [lindex $Camera::statements 1] end] : {none}}] +camera time: [expr {[namespace exists Camera] ? [lindex [lindex $Camera::statements 0] end] : {none}}] statement count: [Statements::size] logsize: $::logsize "] |
