Parent Directory
|
Revision Log
|
Patch
| Revision 1.105 by sysadm, Sat Nov 8 09:05:59 2025 UTC | Revision 1.106 by sysadm, Sun Nov 9 11:08:08 2025 UTC | |
|---|---|---|
| # | Line 234 int bbs_charset_select() | Line 234 int bbs_charset_select() |
| 234 | } | } |
| 235 | ||
| 236 | snprintf(msg, sizeof(msg), | snprintf(msg, sizeof(msg), |
| 237 | "\r请在5秒内选择宽字符显示规则, (D)动态, (F)固定? [D]: "); | "\r请在5秒内选择宽字符显示规则, (V)变宽, (F)定宽? [V]: "); |
| 238 | ||
| 239 | while (!SYS_server_exit) | while (!SYS_server_exit) |
| 240 | { | { |
| # | Line 245 int bbs_charset_select() | Line 245 int bbs_charset_select() |
| 245 | return -1; | return -1; |
| 246 | case KEY_TIMEOUT: | case KEY_TIMEOUT: |
| 247 | case CR: | case CR: |
| 248 | case 'D': | case 'V': |
| 249 | UTF8_fixed_width = 0; | UTF8_fixed_width = 0; |
| 250 | break; | break; |
| 251 | case 'F': | case 'F': |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |