Code

list_window: moved painting utilities to paint.h
authorMax Kellermann <max@duempel.org>
Sun, 11 Oct 2009 12:15:38 +0000 (14:15 +0200)
committerMax Kellermann <max@duempel.org>
Sun, 11 Oct 2009 12:15:38 +0000 (14:15 +0200)
commit271507f1f1b9a84a68e81a66a0c9440112a0ed20
tree14ffbb249ae68a04ddf6a9ae735aebc65de6a89f
parent2d0bd040629278f2daee876f88e5c9c084f7b54b
list_window: moved painting utilities to paint.h

Minor optimization: pass the full row width to whline().  This way,
ncurses performs clipping for us, and we don't have to call
utf8_width().
Makefile.am
src/list_window.c
src/paint.h [new file with mode: 0644]