document dbg

This commit is contained in:
Kartik K. Agaram 2021-12-18 19:33:54 -08:00
parent 59f223e7cb
commit dcef2347dd
2 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,8 @@
>debugy = 5
- __teliva_timestamp: original
dbg:
>-- helper for debug by print; overlay debug information towards the right
>-- reset debugy within refresh when using this
>function dbg(window, s)
> local oldy = 0
> local oldx = 0

View File

@ -66,6 +66,8 @@
>debugy = 5
- __teliva_timestamp: original
dbg:
>-- helper for debug by print; overlay debug information towards the right
>-- reset debugy within refresh when using this
>function dbg(window, s)
> local oldy = 0
> local oldx = 0