summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/lib_scroll.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-27 05:23:52 +0000
committerache <ache@FreeBSD.org>1994-11-27 05:23:52 +0000
commit32a635775a0f2efd45765d3ff4b21ea5d224ae1c (patch)
treee67aae797fb8c72b7f5719913a4f889ffae37542 /lib/libncurses/lib_scroll.c
parent0195ab27b479798e963ac35c0561fe4e0e43e334 (diff)
downloadFreeBSD-src-32a635775a0f2efd45765d3ff4b21ea5d224ae1c.zip
FreeBSD-src-32a635775a0f2efd45765d3ff4b21ea5d224ae1c.tar.gz
Fix many duplicated attribute sets
Diffstat (limited to 'lib/libncurses/lib_scroll.c')
-rw-r--r--lib/libncurses/lib_scroll.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libncurses/lib_scroll.c b/lib/libncurses/lib_scroll.c
index a348e70..c15e52e 100644
--- a/lib/libncurses/lib_scroll.c
+++ b/lib/libncurses/lib_scroll.c
@@ -88,10 +88,6 @@ chtype blank = ' ';
if (win->_maxx == columns && win->_regtop == 0 && win->_regbottom == lines) {
wrefresh(win);
- if (back_color_erase) {
- T(("back_color_erase, turning attributes off"));
- vidattr(curscr->_attrs = A_NORMAL);
- }
/* at the moment this relies on scroll_reverse and scroll_forward
or parm_rindex and parm_index.
we should add idl support as an alternative */
OpenPOWER on IntegriCloud