local navigation
[oftp] / src / tuipriv.h
index 45632a8..9a9c328 100644 (file)
@@ -12,7 +12,7 @@ enum {
        int type; \
        char *title; \
        int x, y, width, height; \
-       int dirty; \
+       int focus, dirty; \
        tui_callback cbfunc[TUI_NUM_CALLBACKS]; \
        void *cbcls[TUI_NUM_CALLBACKS]; \
        struct tui_widget *par, *child, *next