higher redraw checking rate

This commit is contained in:
Joachim Schöberl 2018-04-30 07:26:53 +02:00
parent 5a320121fd
commit 819fca6940
2 changed files with 2 additions and 2 deletions

View File

@ -1122,7 +1122,7 @@ proc timer2 { } {
} }
} }
after 30 { timer2 } after 10 { timer2 }
} }
# after 1000 { timer2 } # after 1000 { timer2 }
timer2 timer2

View File

@ -1412,7 +1412,7 @@ const char * ngscript[] = {""
,"}\n" ,"}\n"
,"}\n" ,"}\n"
,"}\n" ,"}\n"
,"after 30 { timer2 }\n" ,"after 10 { timer2 }\n"
,"}\n" ,"}\n"
,"timer2\n" ,"timer2\n"
,"proc bgerror { error } {\n" ,"proc bgerror { error } {\n"