Curses UI: Reset the warn method before terminate
The warn() method tries to set the color to red. This leads to a garbled tty after endwin() has been called. So lets simply use the UIBase implementation. Signed-off-by: Christoph Höger <christoph.hoeger@tu-berlin.de>
This commit is contained in:

committed by
Sebastian Spaeth

parent
d079e614ea
commit
b9af72ea11
@ -9,6 +9,7 @@ WIP (add new stuff for the next release)
|
||||
========================================
|
||||
|
||||
* bump bundled imaplib2 library 2.29 --> 2.33
|
||||
* Curses UI, don't use colors after we shut down curses already (C.Höger)
|
||||
|
||||
OfflineIMAP v6.5.3.1 (2012-04-03)
|
||||
=================================
|
||||
|
Reference in New Issue
Block a user