DM,
When I use ctrl-p to bring up the private message menu and press M to send a private message, which file do I modify to adjust the formatting of the echoed text on the data entry line:
Node, Name, #Number, 'Handle, ^User list, or All:
I'm looking to mod the field so that it doesn't auto-capitalize the first character and I can't seem to find where this is done.
Thanks,
-WitNik
DM,
When I use ctrl-p to bring up the private message menu and press M to send a private message, which file do I modify to adjust the formatting of the echoed text on the data entry line:
Node, Name, #Number, 'Handle, ^User list, or All:
I'm looking to mod the field so that it doesn't auto-capitalize the first character and I can't seem to find where this is done.
I am not DM but the prompt is key 524 in text.dat (arounf line 621 in the text.dat I have)
Hope this helps,
~mortifis
If you're asking about the input prompt, that'd be about line 1279 of src/sbbs3/chat.cpp:
getstr(str,LEN_ALIAS,K_UPRLWR|K_LINE|K_EDIT|K_AUTODEL);
You'd remove "K_UPRLOWR|" from that line to defeat the auto-capitalization. I'd have no problem making that change permanent if that's what you're asking about.
Sysop: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 611 |
Nodes: | 8 (0 / 8) |
Uptime: | 56:45:36 |
Calls: | 10,851 |
Calls today: | 1 |
Files: | 5 |
Messages: | 508,944 |