Parent Directory
|
Revision Log
|
Patch
| Revision 1.52 by sysadm, Thu Oct 16 12:11:31 2025 UTC | Revision 1.53 by sysadm, Fri Oct 17 01:25:08 2025 UTC | |
|---|---|---|
| # | Line 859 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 |