--- ../angband-291.orig/src/main-xaw.c Tue Jul 25 14:57:49 2000 +++ src/main-xaw.c Thu Aug 31 22:49:02 2000 @@ -1381,7 +1381,7 @@ parent, widget_arg, widget_arg_no); /* Initialize the term (full size) */ - term_init(t, 80, 24, key_buf); + term_init(t, 80, td->widget->angband.max_rows, key_buf); /* Use a "soft" cursor */ t->soft_cursor = TRUE; @@ -1504,8 +1504,8 @@ term_data *td = &data[i]; term_data_init(td, topLevel, 1024, termNames[i], - (i == 0) ? specialArgs : defaultArgs, - TERM_FALLBACKS); + (i == 0) ? specialArgs : NULL, + (i == 0) ? TERM_FALLBACKS : 0); angband_term[i] = Term; }