]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found