Skip to content
Snippets Groups Projects
Commit 5c18c1f5 authored by rswindell's avatar rswindell
Browse files

Fix for 40-column terminals

parent dbdcb847
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ if(options && options.qwk_settings)
console.clear();
if(!user.address.length && user.number>1) {
printf("\1y\1hWhere did you hear about this BBS? ");
print("\1y\1hWhere did you hear about this BBS?");
user.address=console.getstr(30,K_LINE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment