static int direct[32];
int MAX_FUNCS=10;
-static int STYP=1;
+
typedef struct {char *entry; char *message; int headerpos; int type; int underline; int stay; int showalways;} LISTENTRY;
typedef LISTENTRY *PLISTENTRY;
int main (int argc, char **argv)
{
- int index=0,cindex=0,mainloop=1,dloop=1,tv, spr, resolution;
+ int index=0,cindex=0,mainloop=1,tv, spr, resolution;
char tstr[BUFSIZE]={0}, *rptr;
PLISTENTRY pl;
while(mainloop)
{
cindex=Get_Selection(&menu);
- dloop=1;
+
switch(cindex)
{
case -1: