ed_redisplay(): * Redisplay everything * ^R */
| 595 | * ^R |
| 596 | */ |
| 597 | protected el_action_t |
| 598 | /*ARGSUSED*/ |
| 599 | ed_redisplay(EditLine *el __attribute__((__unused__)), |
| 600 | Int c __attribute__((__unused__))) |
| 601 | { |
| 602 | |
| 603 | return CC_REDISPLAY; |
| 604 | } |
| 605 | |
| 606 | |
| 607 | /* ed_start_over(): |