X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ftuipriv.h;h=9a9c3281566b01aedd1143b8a69dad60f531ed97;hb=d3c8a942b99443abf0c11d9759994022ed6da597;hp=45632a8c1976307b30b2b9fe06aba9cb5d4154aa;hpb=e0c59f7f4ddb73390dc9c16569254c0e2a921931;p=oftp diff --git a/src/tuipriv.h b/src/tuipriv.h index 45632a8..9a9c328 100644 --- a/src/tuipriv.h +++ b/src/tuipriv.h @@ -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