Make error_msg() display errors at init time
commit36998081d71d1808cf235297a248202acd717f36
authorTimo Hirvonen <tihirvon@gmail.com>
Sat, 7 Jul 2007 13:18:14 +0000 (7 16:18 +0300)
committerTimo Hirvonen <tihirvon@gmail.com>
Sat, 7 Jul 2007 13:18:14 +0000 (7 16:18 +0300)
tree75c49cc58950c0ab9f9aafd80fe083b0767dd0b3
parent7df36978c9692174cd5aaad86516bd8616822ab9
Make error_msg() display errors at init time

This makes it possible to use error_msg() instead of warn() and
warn_errno() before UI is initialized.  Using error_msg() is better
because then cmus can ask user to press enter before continuing so that
you don't lose error messages.
ui_curses.c