author | Max Kellermann <max@duempel.org> | |
Sun, 11 Oct 2009 12:15:38 +0000 (14:15 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Sun, 11 Oct 2009 12:15:38 +0000 (14:15 +0200) | ||
commit | 271507f1f1b9a84a68e81a66a0c9440112a0ed20 | |
tree | 14ffbb249ae68a04ddf6a9ae735aebc65de6a89f | tree | snapshot |
parent | 2d0bd040629278f2daee876f88e5c9c084f7b54b | commit | diff |
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().
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 | diff | blob | history | |
src/list_window.c | diff | blob | history | |
src/paint.h | [new file with mode: 0644] | blob |