forked from PsychoticNinja/irssi
Reset the terminal color before scrolling, so the scrolled area's background doesn't get non-black..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2000 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e66ec6cf8b
commit
7481fe606f
@ -716,6 +716,7 @@ static int view_scroll(TEXT_BUFFER_VIEW_REC *view, LINE_REC **lines,
|
|||||||
whole view */
|
whole view */
|
||||||
textbuffer_view_redraw(view);
|
textbuffer_view_redraw(view);
|
||||||
} else {
|
} else {
|
||||||
|
term_set_color(view->window, ATTR_RESET);
|
||||||
term_window_scroll(view->window, realcount);
|
term_window_scroll(view->window, realcount);
|
||||||
|
|
||||||
if (draw_nonclean) {
|
if (draw_nonclean) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user