forked from riscvarchive/riscv-binutils-gdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix vertical scrolling of TUI source window
gdb/ChangeLog: 2019-03-16 Eli Zaretskii <[email protected]> * source-cache.c (source_cache::get_source_lines): Call find_source_lines to initialize s->nlines. This fixes vertical scrolling of TUI source window when the DOWN arrow is pressed.
- Loading branch information
1 parent
8d8c087
commit ab42892
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2019-03-16 Eli Zaretskii <[email protected]> | ||
|
||
* source-cache.c (source_cache::get_source_lines): Call | ||
find_source_lines to initialize s->nlines. This fixes vertical | ||
scrolling of TUI source window when the DOWN arrow is pressed. | ||
|
||
2019-03-16 Philippe Waroquiers <[email protected]> | ||
|
||
* auto-load.c (_initialize_auto_load): Fix 'This options has'. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters