From d75e970c9d3cfe3e20267cd336762a562f31f623 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Mon, 23 Jul 2001 21:16:20 +0000 Subject: * tuiIO.c (tui_cont_sig): Update cursor position on the screen to leave it in the command window. (tui_redisplay_readline): Save cursor position to restore the cursor after we go back from background. * tuiData.h (TuiCommandInfo): Add start_line member. --- gdb/tui/tuiData.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/tui/tuiData.h') diff --git a/gdb/tui/tuiData.h b/gdb/tui/tuiData.h index 6fc4ca3..9edf000 100644 --- a/gdb/tui/tuiData.h +++ b/gdb/tui/tuiData.h @@ -252,6 +252,7 @@ typedef struct _TuiCommandInfo { int curLine; /* The current line position */ int curch; /* The current cursor position */ + int start_line; } TuiCommandInfo, *TuiCommandInfoPtr; -- cgit v1.1