Code

list_window: removed unnecessary reverse wattroff
authorThomas Jansen <mithi@mithi.net>
Thu, 29 Oct 2009 19:52:29 +0000 (20:52 +0100)
committerThomas Jansen <mithi@mithi.net>
Thu, 29 Oct 2009 19:52:29 +0000 (20:52 +0100)
commit15dbc768a552f5174326e27ba288defa99b20f05
tree4dd83cb735060523953aaea03fb8be692e0b4ca2
parent17ab5119639855de7955bb7a5754175039bc9711
list_window: removed unnecessary reverse wattroff

In all callback functions row_color is used to initialize the reverse
attribute for each new line. No need to switch it off explicitly in
between.
src/list_window.c