Code

list_window: optimize second column drawing
authorMax Kellermann <max@duempel.org>
Fri, 9 Oct 2009 19:23:03 +0000 (21:23 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 9 Oct 2009 19:23:03 +0000 (21:23 +0200)
commitfb4413fc282cfa06f3efb3c1114d7402c4fa5b7d
tree5692d1729c82a8b6d16daac5938d28d8e7d51dfc
parent1c1f76026ace8fc480121cfbc3aa9c5f2c7484e0
list_window: optimize second column drawing

Paint the space with waddch() instead of waddstr().  Removed the
second cursor movement, it's redundant.
src/list_window.c