aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorHannes Domani <ssbssa@yahoo.de>2020-12-21 13:52:03 +0100
committerHannes Domani <ssbssa@yahoo.de>2021-01-05 14:08:26 +0100
commit1b6d4bb2232ff9fd692a332a491b95b5f4052dfe (patch)
treeb054343d7833c17765333330567b6e94d594ea74 /gdb/ChangeLog
parentb5ff370e964a5a794a6b5791ca55ac103ebffe70 (diff)
downloadgdb-1b6d4bb2232ff9fd692a332a491b95b5f4052dfe.zip
gdb-1b6d4bb2232ff9fd692a332a491b95b5f4052dfe.tar.gz
gdb-1b6d4bb2232ff9fd692a332a491b95b5f4052dfe.tar.bz2
Redraw both spaces between line numbers and source code
There a 2 spaces between the numbers and source code, but only one of them was redrawn. So if you increase the source window height, the second space keeps the character of the border rectangle. With this both spaces are redrawn, so the border rectangle character is overwritten. gdb/ChangeLog: 2021-01-05 Hannes Domani <ssbssa@yahoo.de> * tui/tui-source.c (tui_source_window::show_line_number): Redraw second space after line number.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7716ff9..20ceaa2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2021-01-05 Hannes Domani <ssbssa@yahoo.de>
+ * tui/tui-source.c (tui_source_window::show_line_number):
+ Redraw second space after line number.
+
+2021-01-05 Hannes Domani <ssbssa@yahoo.de>
+
PR tui/26927
* tui/tui-winsource.c (tui_source_window_base::refresh_window):
Fix source pad size in prefresh.