thisTop = top;
for (row = 0; row < grid->rows; row++) {
- i = 0;
thisLeft = left;
for (col = 0; col < grid->cols; col++) {
field = &grid->fields[col][row];
struct listbox * li = co->data;
struct items * item, * nextitem;
- nextitem = item = li->boxItems;
+ item = li->boxItems;
while (item != NULL) {
nextitem = item->next;
if (currentWindow == NULL)
return;
- row = col = 0;
-
row = currentWindow->top - 1;
col = currentWindow->left - 2;
if (row < 0)
int fullButtons = 0;
int outputfd = 2;
int topLeft = 0;
- FILE *output = stderr;
+ FILE *output;
char * result;
char ** selections, ** next;
char * title = NULL;
for (numItems = 0; items[numItems].text; numItems++);
- buttonName = button1;
va_start(args, button1);
for (buttonName = button1; buttonName; buttonName = va_arg(args, char *))
++totalButtons;