mirror of
https://github.com/tmux/tmux.git
synced 2025-01-26 07:58:55 +00:00
Whoops. Build testing is a good idea...
This commit is contained in:
parent
e6ed1cc44f
commit
9d2697f78b
4
tty.c
4
tty.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: tty.c,v 1.73 2009-02-12 00:18:05 nicm Exp $ */
|
/* $Id: tty.c,v 1.74 2009-02-12 00:19:31 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -736,7 +736,7 @@ tty_cell(struct tty *tty, const struct grid_cell *gc)
|
|||||||
u_char out[4];
|
u_char out[4];
|
||||||
|
|
||||||
/* Skip last character if terminal is stupid. */
|
/* Skip last character if terminal is stupid. */
|
||||||
if (c->tty.term->flags & TERM_EARLYWRAP &&
|
if (tty->term->flags & TERM_EARLYWRAP &&
|
||||||
tty->cy == tty->sy - 1 && tty->cx == tty->sx - 1)
|
tty->cy == tty->sy - 1 && tty->cx == tty->sx - 1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user