Parent Directory
|
Revision Log
|
Patch
| Revision 1.35 by sysadm, Wed May 28 05:47:37 2025 UTC | Revision 1.36 by sysadm, Wed May 28 10:26:21 2025 UTC | |
|---|---|---|
| # | Line 737 int igetch(int timeout) | Line 737 int igetch(int timeout) |
| 737 | log_error("close(epoll) error (%d)\n"); | log_error("close(epoll) error (%d)\n"); |
| 738 | } | } |
| 739 | ||
| 740 | // For ESC key | |
| 741 | if (out == 0 && in_esc) | |
| 742 | { | |
| 743 | out = KEY_ESC; | |
| 744 | } | |
| 745 | ||
| 746 | // for debug | // for debug |
| 747 | // if (out != KEY_TIMEOUT && out != KEY_NULL) | // if (out != KEY_TIMEOUT && out != KEY_NULL) |
| 748 | // { | // { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |