Ugh, this should be backspace.

pull/1/head
Nicholas Marriott 2008-05-31 09:34:36 +00:00
parent 0dbbd777b1
commit 8f33e8494e
1 changed files with 2 additions and 2 deletions

4
tty.c
View File

@ -1,4 +1,4 @@
/* $Id: tty.c,v 1.19 2008-05-10 12:50:25 nicm Exp $ */ /* $Id: tty.c,v 1.20 2008-05-31 09:34:36 nicm Exp $ */
/* /*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -478,7 +478,7 @@ tty_vwrite(struct tty *tty, unused struct screen *s, int cmd, va_list ap)
tty_puts(tty, delete_character); tty_puts(tty, delete_character);
} else { } else {
while (ua-- > 0) while (ua-- > 0)
tty_putc(tty, '\008'); tty_putc(tty, '\010');
} }
break; break;
case TTY_CURSORON: case TTY_CURSORON: