rpgsheet

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit bef731592abd14b92c61a6df35e314c84d090075
parent b3380f04cb5ee8a0bbe81fb4915ccceabd6caa92
Author: Skylar Hill <stellarskylark@posteo.net>
Date:   Sun,  5 Jun 2022 00:20:15 -0500

Re-add sleep between cycles so it doesn't cook my cpu

Diffstat:
Msrc/tui.nim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tui.nim b/src/tui.nim @@ -361,4 +361,4 @@ proc runTui*(sheet: YamlDocument, file: string): void = tb.write(sbb) tb.display() - # sleep(5) + sleep(20)