diff options
Diffstat (limited to 'lib/libncurses/lib_insch.c')
-rw-r--r-- | lib/libncurses/lib_insch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/lib_insch.c b/lib/libncurses/lib_insch.c index a86732d..ff30668 100644 --- a/lib/libncurses/lib_insch.c +++ b/lib/libncurses/lib_insch.c @@ -26,7 +26,7 @@ chtype *end; while (temp1 > end) *temp1-- = *temp2--; - *temp1 = c | win->_attrs; + *temp1 = _nc_render(win, c); win->_lastchar[win->_cury] = win->_maxx; if (win->_firstchar[win->_cury] == _NOCHANGE |