Remove the TUI execution info window
[deliverable/binutils-gdb.git] / gdb / tui / tui-source.c
index 57d27aee4afbaee193e70e3ac42b9a7f6c68e4e9..07de328bb04fa0eb70f91c0c9e2a3ac58f30ef90 100644 (file)
@@ -137,7 +137,7 @@ tui_source_window::set_contents (struct gdbarch *arch,
       int line_width, nlines;
 
       ret = TUI_SUCCESS;
-      line_width = width - 1;
+      line_width = width - TUI_EXECINFO_SIZE - 1;
       /* Take hilite (window border) into account, when
         calculating the number of lines.  */
       nlines = (line_no + (height - 2)) - line_no;
This page took 0.033276 seconds and 4 git commands to generate.