author | Max Kellermann <max@duempel.org> | |
Fri, 9 Oct 2009 19:24:00 +0000 (21:24 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 9 Oct 2009 19:24:00 +0000 (21:24 +0200) | ||
commit | dde5f9a0b66a5539dfa8b1d9b9069801d6c2c6a1 | |
tree | 45bf43867045b20151a0317b3b79e5acc4bbb6b8 | tree | snapshot |
parent | fb4413fc282cfa06f3efb3c1114d7402c4fa5b7d | commit | diff |
list_window: fix narrow cursor drawing
When there's a second column (e.g. in the playlist screen), the space
between the two columns isn't cleared properly, because the cursor
position was changed by the second column renderer.
Side effect of this patch: space drawing is a little bit optimized,
because it won't clear the second column (in wide-cursor mode) only to
draw the second column text on top of it.
When there's a second column (e.g. in the playlist screen), the space
between the two columns isn't cleared properly, because the cursor
position was changed by the second column renderer.
Side effect of this patch: space drawing is a little bit optimized,
because it won't clear the second column (in wide-cursor mode) only to
draw the second column text on top of it.
NEWS | diff | blob | history | |
src/list_window.c | diff | blob | history |