X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ftuipriv.h;fp=src%2Ftuipriv.h;h=45632a8c1976307b30b2b9fe06aba9cb5d4154aa;hb=e0c59f7f4ddb73390dc9c16569254c0e2a921931;hp=27a18b57bcdc72f77cb4108a6034114eea1f70c2;hpb=e8982df3e97d30c1f339d71f2eef924931a11040;p=oftp diff --git a/src/tuipriv.h b/src/tuipriv.h index 27a18b5..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,6 +29,8 @@ struct tui_list_entry { struct tui_list { WCOMMON; char **entries; /* darr */ + int sel; + int view_offs; };