Deleted Added
sdiff udiff text old ( 17524 ) new ( 26926 )
full compact
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Christos Zoulas of Cornell University.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 637 unchanged lines hidden (view full) ---

646 * ^R
647 */
648protected el_action_t
649/*ARGSUSED*/
650ed_redisplay(el, c)
651 EditLine *el;
652 int c;
653{
654 re_clear_lines(el);
655 re_clear_display(el);
656 return CC_REFRESH;
657}
658
659
660/* ed_start_over():
661 * Erase current line and start from scratch
662 * [^G]
663 */
664protected el_action_t

--- 330 unchanged lines hidden ---