Parent Directory
|
Revision Log
|
Patch
| Revision 1.34 by sysadm, Sun May 11 06:07:09 2025 UTC | Revision 1.35 by sysadm, Sun May 11 11:33:44 2025 UTC | |
|---|---|---|
| # | Line 492 int bbs_net() | Line 492 int bbs_net() |
| 492 | ch = igetch(0); | ch = igetch(0); |
| 493 | switch (ch) | switch (ch) |
| 494 | { | { |
| 495 | case Ctrl('C'): | case KEY_NULL: // broken pipe |
| 496 | case Ctrl('C'): // user cancel | |
| 497 | return 0; | return 0; |
| case KEY_NULL: | ||
| 498 | case KEY_TIMEOUT: | case KEY_TIMEOUT: |
| 499 | if (time(0) - BBS_last_access_tm >= MAX_DELAY_TIME) | if (time(0) - BBS_last_access_tm >= MAX_DELAY_TIME) |
| 500 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |