X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=inline;f=src%2Ftuipriv.h;h=45632a8c1976307b30b2b9fe06aba9cb5d4154aa;hb=ddf0e24c7f600826b88571391a8a294499a14865;hp=db444cfd7cd47a1cd6d9812bcc8139b9a172230e;hpb=2f4fb7c15c5017546238241ea318b16b9a032c52;p=oftp diff --git a/src/tuipriv.h b/src/tuipriv.h index db444cf..45632a8 100644 --- a/src/tuipriv.h +++ b/src/tuipriv.h @@ -12,6 +12,7 @@ enum { int type; \ char *title; \ int x, y, width, height; \ + int dirty; \ tui_callback cbfunc[TUI_NUM_CALLBACKS]; \ void *cbcls[TUI_NUM_CALLBACKS]; \ struct tui_widget *par, *child, *next @@ -28,7 +29,9 @@ struct tui_list_entry { struct tui_list { WCOMMON; char **entries; /* darr */ + int sel; + int view_offs; }; - + #endif /* TUIPRIV_H_ */