Display statusline (without formats)
This commit is contained in:
@ -3,9 +3,12 @@
|
||||
|
||||
#include "util.h"
|
||||
|
||||
typedef struct rect_t rect;
|
||||
typedef int bool;
|
||||
|
||||
typedef struct rect_t rect;
|
||||
struct ev_loop* main_loop;
|
||||
pid_t child_pid;
|
||||
char *statusline;
|
||||
|
||||
struct rect_t {
|
||||
int x;
|
||||
@ -14,6 +17,4 @@ struct rect_t {
|
||||
int h;
|
||||
};
|
||||
|
||||
struct ev_loop* main_loop;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user