Rev 2479 | Rev 4264 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2479 | Rev 4164 | ||
|---|---|---|---|
| Line 388... | Line 388... | ||
| 388 | place(curshape, pos, 1); |
388 | place(curshape, pos, 1); |
| 389 | do { |
389 | do { |
| 390 | scr_update(); |
390 | scr_update(); |
| 391 | scr_msg(key_msg, 0); |
391 | scr_msg(key_msg, 0); |
| 392 | scr_msg(msg, 1); |
392 | scr_msg(msg, 1); |
| 393 | // (void) fflush(stdout); |
393 | (void) fflush(stdout); |
| 394 | } while (rwait((struct timeval *)NULL) == -1); |
394 | } while (rwait((struct timeval *)NULL) == -1); |
| 395 | scr_msg(msg, 0); |
395 | scr_msg(msg, 0); |
| 396 | scr_msg(key_msg, 1); |
396 | scr_msg(key_msg, 1); |
| 397 | place(curshape, pos, 0); |
397 | place(curshape, pos, 0); |
| 398 | continue; |
398 | continue; |