gdb/tui/tui-data.h (LINE_PREFIX): Make shorter
(MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
"Thread NNNNN.XXXX" thread ID notation on Windows.
+2015-01-16 Eli Zaretskii <eliz@gnu.org>
+
+ * tui/tui-data.h (LINE_PREFIX): Make shorter
+ (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
+ "Thread NNNNN.XXXX" thread ID notation on Windows.
+
2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
Fix gcc-5 compilation.
/* Strings to display in the TUI status line. */
#define PROC_PREFIX "In: "
-#define LINE_PREFIX "Line: "
+#define LINE_PREFIX "L"
#define PC_PREFIX "PC: "
#define SINGLE_KEY "(SingleKey)"
numbers. */
#define MIN_PROC_WIDTH 12
#define MAX_TARGET_WIDTH 10
-#define MAX_PID_WIDTH 14
+#define MAX_PID_WIDTH 19
#define TUI_FLOAT_REGS_NAME "$FREGS"
#define TUI_FLOAT_REGS_NAME_LOWER "$fregs"