Code

conf: screen-list fix, removed unused option
authorJeffrey Middleton <jefromi@gmail.com>
Wed, 25 Mar 2009 15:46:32 +0000 (10:46 -0500)
committerMax Kellermann <max@duempel.org>
Fri, 27 Mar 2009 07:25:10 +0000 (08:25 +0100)
commitedef608c0fdf384bae52f220f4a58027d0c5385f
tree1774ca6c91be57e44b6c2801083bd506a524c53d
parent74f1de9f97fc3e3176044f360626a447ca5773c1
conf: screen-list fix, removed unused option

screen-list produced errors due to empty fields between multiple
consecutive delimiters.  Check to make sure the field is nonempty before
attempting to parse it.

enable-bell is not used at all (it has been replaced by audible- and
visible-bell).
src/conf.c