From: ewt Date: Wed, 17 Apr 1996 00:39:04 +0000 (+0000) Subject: added textbox colors X-Git-Tag: 0-1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42801926e9d8f677f284a84824dbb02f67639849;p=thirdparty%2Fnewt.git added textbox colors --- diff --git a/newt_pr.h b/newt_pr.h index 7cd841f..87b0d28 100644 --- a/newt_pr.h +++ b/newt_pr.h @@ -14,6 +14,8 @@ #define COLORSET_LABEL 12 #define COLORSET_LISTBOX 13 #define COLORSET_ACTLISTBOX 14 +#define COLORSET_TEXTBOX 15 +#define COLORSET_ACTTEXTBOX 16 void newtGotorc(int row, int col); void newtDrawBox(int left, int top, int width, int height, int shadow);