Refresh the buffer after remove empty lines.
[eco.git] / status.h
blob84800f728e998a5079b45d690cec499a27e87d17
1 /*
2 * Copyright (C) 2008 Diego Hernan Borghetti.
3 * Eco
4 */
6 #ifndef _ECO_STATUS_H
7 #define _ECO_STATUS_H
9 void e_status_draw(E_Eco *ec);
10 void e_status_set_msg(E_Eco *ec, char *fmt, ...);
11 char *e_status_get_msg(E_Eco *ec, char *prompt);
13 #endif /* _ECO_STATUS_H */