Add some more ascii characters to the mask set
modified: src/nms.c
This commit is contained in:
parent
1ce3eaa7b1
commit
5f5c70fee7
@ -216,7 +216,8 @@ void clearTermWindow(int pRows, int pCols) {
|
||||
char getMaskChar(void) {
|
||||
char *maskChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
"abcdefghijklmnopqrstuvwxyz"
|
||||
"1234567890";
|
||||
"1234567890"
|
||||
"!@#$%^&*()-_=+{}[]:;|\\\"'<>,.?/";
|
||||
|
||||
return maskChars[rand() % strlen(maskChars)];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user