Parent Directory
|
Revision Log
|
Patch
| Revision 1.36 by sysadm, Wed May 28 10:26:21 2025 UTC | Revision 1.37 by sysadm, Wed May 28 11:14:58 2025 UTC | |
|---|---|---|
| # | Line 341 int igetch(int timeout) | Line 341 int igetch(int timeout) |
| 341 | continue; | continue; |
| 342 | } | } |
| 343 | ||
| 344 | if (c == ESC_KEY) | if (c == KEY_ESC) |
| 345 | { | { |
| 346 | if (in_esc == 0) | if (in_esc == 0) |
| 347 | { | { |
| # | Line 352 int igetch(int timeout) | Line 352 int igetch(int timeout) |
| 352 | } | } |
| 353 | else | else |
| 354 | { | { |
| 355 | out = ESC_KEY; | out = KEY_CSI; |
| 356 | in_esc = 0; | in_esc = 0; |
| 357 | break; | break; |
| 358 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |