Deleted Added
full compact
32c32
< * $NetBSD: common.c,v 1.18 2005/08/08 14:05:37 christos Exp $
---
> * $NetBSD: common.c,v 1.19 2006/03/06 21:11:56 christos Exp $
39c39
< __FBSDID("$FreeBSD: head/lib/libedit/common.c 148900 2005-08-09 13:37:59Z stefanf $");
---
> __FBSDID("$FreeBSD: head/lib/libedit/common.c 167457 2007-03-11 18:30:22Z stefanf $");
138c138
< ed_delete_next_char(EditLine *el, int c __unused)
---
> ed_delete_next_char(EditLine *el, int c)
155,157c155,156
< term_overwrite(el, STReof, 4);
< /* then do an EOF */
< term__flush();
---
> /* then do an EOF */
> term_writechar(el, c);