Parent Directory
|
Revision Log
|
Patch
| Revision 1.51 by sysadm, Wed Jul 2 09:07:35 2025 UTC | Revision 1.53 by sysadm, Fri Oct 17 01:25:08 2025 UTC | |
|---|---|---|
| # | Line 314 int igetch(int timeout) | Line 314 int igetch(int timeout) |
| 314 | else if (ret == 0) | else if (ret == 0) |
| 315 | { | { |
| 316 | out = 0; | out = 0; |
| 317 | break; // Check whether channel is still open | loop = 0; |
| 318 | break; | |
| 319 | } | } |
| 320 | } | } |
| 321 | else | else |
| # | Line 858 void igetch_reset() | Line 859 void igetch_reset() |
| 859 | int ch; | int ch; |
| 860 | do | do |
| 861 | { | { |
| 862 | ch = igetch(0); | ch = igetch(100); |
| 863 | } while (ch != KEY_NULL && ch != KEY_TIMEOUT); | } while (ch != KEY_NULL && ch != KEY_TIMEOUT); |
| 864 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |