+2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
+
+ * tui/tui-win.c (parse_scrolling_args): Fix SEGV error with invalid
+ scroll command.
+
2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
* f-exp.y (yyparse): Add code to support exponentiation expression.
if (*win_to_scroll == (struct tui_win_info *) NULL ||
!(*win_to_scroll)->generic.is_visible)
- warning (_("Invalid window specified. \n\
+ error (_("Invalid window specified. \n\
The window name specified must be valid and visible.\n"));
else if (*win_to_scroll == TUI_CMD_WIN)
*win_to_scroll = (struct tui_win_info *) (tui_source_windows ())->list[0];