From c69f33143c0460373aa77e100e3b3ca31a08ca10 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 22 Dec 2019 07:48:53 -0800 Subject: 5819 Minor tweaks to stop wasting horizontal space in the trace. --- tools/browse_trace.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/browse_trace.cc b/tools/browse_trace.cc index 85c010f9..f3d6416f 100644 --- a/tools/browse_trace.cc +++ b/tools/browse_trace.cc @@ -356,7 +356,7 @@ void render() { // Trace_index -> Last_printed_row, screen else { out << " "; } - out << std::setw(4) << curr_line.depth << ' ' << curr_line.label << ": " << curr_line.contents; + out << std::setw(2) << curr_line.depth << ' ' << curr_line.label << ": " << curr_line.contents; render_line(screen_row, out.str(), screen_row == Cursor_row); } // clear rest of screen -- cgit 1.4.1-2-gfad0