Deleted Added
full compact
common.c (17524) common.c (26926)
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{
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;
654 return CC_REDISPLAY;
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 ---
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 ---