]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui: Use whline() for drawing the separator.
authorAndre Noll <maan@systemlinux.org>
Mon, 6 Jan 2014 02:45:28 +0000 (02:45 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 13:48:53 +0000 (15:48 +0200)
commit3d9df3244a04aaf5c0c216f2e475f5355cf9721b
tree87939893bfc144f1ff0fb92b04d89bb78ca7d639
parent1833dfd4333e8c3099ba2fac39245e11fd123ae0
gui: Use whline() for drawing the separator.

This should be slightly more efficient.

This patch also changes the type of struct gui_theme->sep_str from
const char * to plain char and renames the field to sep_char. It must
be a single-character string anyway.

For the colorful blackness theme we now use the default character
from curses.h rather than '-'. This looks nicer. Tested with ncurses
on Linux and the curses implementation that ships with NetBSD.
gui.c
gui.h
gui_theme.c