mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Ugh, this should be backspace.
This commit is contained in:
parent
0dbbd777b1
commit
8f33e8494e
4
tty.c
4
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 <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);
|
||||
} else {
|
||||
while (ua-- > 0)
|
||||
tty_putc(tty, '\008');
|
||||
tty_putc(tty, '\010');
|
||||
}
|
||||
break;
|
||||
case TTY_CURSORON:
|
||||
|
Loading…
Reference in New Issue
Block a user