binutils-gdb/gdb/tui
Tom Tromey d1da6b0160 Allow using less horizontal space in TUI source window
The source window currently uses a field width of 6 for line numbers,
and it further aligns to the next tab stop.  This seemed a bit
wasteful of horizontal space to me, so I changed that in an earlier
patch.

However, that change wasn't universally popular.  This patch instead
adds the option to use less horizontal space in the TUI source window.

gdb/ChangeLog
2019-12-01  Tom Tromey  <tom@tromey.com>

	* tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
	parameter.
	* tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
	parameter.
	* tui/tui-win.h (compact_source): Declare.
	* tui/tui-win.c (compact_source): New global.
	(tui_set_compact_source, tui_show_compact_source): New functions.
	(_initialize_tui_win): Add "compact-source" setting.
	* tui/tui-source.c (tui_source_window::set_contents): Handle
	compact_source setting.
	* tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
	* NEWS: Document new setting.

gdb/doc/ChangeLog
2019-12-01  Tom Tromey  <tom@tromey.com>

	* gdb.texinfo (TUI Configuration): Document new setting.

Change-Id: I46ce9a68b12c9c79332d510f9c14b3c84b7efadd
2019-12-01 11:59:23 -07:00
..
ChangeLog-1998-2003
tui-command.c Make TUI window handle a unique_ptr 2019-10-09 16:50:35 -06:00
tui-command.h Remove can_highlight from TUI windows 2019-11-10 10:33:07 -07:00
tui-data.c Fix the "winheight" command 2019-11-19 13:27:25 -07:00
tui-data.h Fix the "winheight" command 2019-11-19 13:27:25 -07:00
tui-disasm.c Allow using less horizontal space in TUI source window 2019-12-01 11:59:23 -07:00
tui-disasm.h Some i18n fixes for the TUI 2019-08-20 16:22:03 -06:00
tui-file.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tui-file.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
tui-hooks.c Remove some includes of readline.h 2019-11-06 07:29:43 -07:00
tui-hooks.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
tui-interp.c Remove some includes of readline.h 2019-11-06 07:29:43 -07:00
tui-io.c [gdb] Fix more typos in comments (2) 2019-10-26 09:55:32 +02:00
tui-io.h Change tui_data_item_window::content to be a unique_xmalloc_ptr 2019-08-20 16:45:50 -06:00
tui-layout.c Consolidate setting of current_layout 2019-11-12 12:29:15 -07:00
tui-layout.h Remove tui_default_win_viewport_height 2019-10-09 16:50:33 -06:00
tui-out.c Introduce metadata style 2019-10-01 15:12:40 -06:00
tui-out.h Introduce metadata style 2019-10-01 15:12:40 -06:00
tui-regs.c Don't call erase_data_content from tui_data_window::show_registers 2019-10-09 16:50:36 -06:00
tui-regs.h Rename private data members of tui_data_window 2019-09-20 13:49:10 -06:00
tui-source.c Allow using less horizontal space in TUI source window 2019-12-01 11:59:23 -07:00
tui-source.h Style disassembly in the TUI 2019-11-05 15:23:36 -07:00
tui-stack.c Make TUI window handle a unique_ptr 2019-10-09 16:50:35 -06:00
tui-stack.h Change members of tui_locator_window to std::string 2019-09-20 13:49:10 -06:00
tui-win.c Allow using less horizontal space in TUI source window 2019-12-01 11:59:23 -07:00
tui-win.h Allow using less horizontal space in TUI source window 2019-12-01 11:59:23 -07:00
tui-wingeneral.c Remove can_highlight from TUI windows 2019-11-10 10:33:07 -07:00
tui-wingeneral.h Make TUI window handle a unique_ptr 2019-10-09 16:50:35 -06:00
tui-winsource.c Allow using less horizontal space in TUI source window 2019-12-01 11:59:23 -07:00
tui-winsource.h Allow using less horizontal space in TUI source window 2019-12-01 11:59:23 -07:00
tui.c Document and extend readline-bindable functions 2019-11-11 16:58:30 -07:00
tui.h Remove two TUI comments 2019-10-09 16:50:33 -06:00