From 8f33e8494e683f8a87024854d95d02fcba3a725d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 31 May 2008 09:34:36 +0000 Subject: [PATCH] Ugh, this should be backspace. --- tty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tty.c b/tty.c index 81717ba5..add7e844 100644 --- a/tty.c +++ b/tty.c @@ -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 @@ -478,7 +478,7 @@ tty_vwrite(struct tty *tty, unused struct screen *s, int cmd, va_list ap) tty_puts(tty, delete_character); } else { while (ua-- > 0) - tty_putc(tty, '\008'); + tty_putc(tty, '\010'); } break; case TTY_CURSORON: