summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/addbytes.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcurses/addbytes.c')
-rw-r--r--lib/libcurses/addbytes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/addbytes.c b/lib/libcurses/addbytes.c
index 6dd8bf9..39124a0 100644
--- a/lib/libcurses/addbytes.c
+++ b/lib/libcurses/addbytes.c
@@ -75,7 +75,7 @@ __waddbytes(win, bytes, count, so)
#ifdef DEBUG
__CTRACE("ADDBYTES(%0.2o, %d, %d)\n", win, y, x);
#endif
-
+
lp = win->lines[y];
if (lp->flags & __ISPASTEOL) {
lp->flags &= ~__ISPASTEOL;
@@ -96,7 +96,7 @@ newline: if (y == win->maxy - 1) {
if (c == '\n')
break;
}
-
+
stand = '\0';
if (win->flags & __WSTANDOUT || so)
stand |= __STANDOUT;
@@ -104,7 +104,7 @@ newline: if (y == win->maxy - 1) {
__CTRACE("ADDBYTES: 1: y = %d, x = %d, firstch = %d, lastch = %d\n",
y, x, *win->lines[y]->firstchp, *win->lines[y]->lastchp);
#endif
- if (lp->line[x].ch != c ||
+ if (lp->line[x].ch != c ||
!(lp->line[x].attr & stand)) {
newx = x + win->ch_off;
if (!(lp->flags & __ISDIRTY)) {
OpenPOWER on IntegriCloud