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 return CC_REDISPLAY;
655}
656
657
658/* ed_start_over():
659 * Erase current line and start from scratch
660 * [^G]
661 */
662protected el_action_t

--- 330 unchanged lines hidden ---