summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi/common/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vi/common/term.c')
-rw-r--r--usr.bin/vi/common/term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/common/term.c b/usr.bin/vi/common/term.c
index 08467a5..463b8f7 100644
--- a/usr.bin/vi/common/term.c
+++ b/usr.bin/vi/common/term.c
@@ -330,7 +330,7 @@ term_push(sp, s, nchars, flags)
{
IBUF *tty;
size_t total;
-
+
/* If we have room, stuff the keys into the buffer. */
tty = sp->gp->tty;
if (nchars <= tty->next ||
@@ -563,7 +563,7 @@ remap: qp = seq_find(sp, NULL, &tty->ch[tty->next], tty->cnt,
goto loop;
/* If remapping characters, push the character on the queue. */
- if (O_ISSET(sp, O_REMAP)) {
+ if (O_ISSET(sp, O_REMAP)) {
if (init_nomap) {
if (term_push(sp, qp->output + qp->ilen,
qp->olen - qp->ilen, CH_MAPPED))
OpenPOWER on IntegriCloud