Bump up the type speed a touch

modified:   src/nms.c
This commit is contained in:
Brian Barto 2016-04-19 18:36:29 -04:00
parent e223b46bfc
commit b97d1cbc4a
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ void nmsexec(char *src) {
}
// Initially display the characters in the terminal with a 'type effect'.
ms = 5; // miliseconds, used for usleep()
ms = 4; // miliseconds, used for usleep()
list_pointer = start;
while (list_pointer != NULL && list_pointer->row <= termSizeRows) {
mvaddch(list_pointer->row, list_pointer->col, list_pointer->mask);