diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-12-21 22:53:23 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-12-21 22:53:23 -0800 |
commit | 80612d80d22b24052d6d6e24c981710ad1307394 (patch) | |
tree | fdf87c6bbab5a86f3c41e807aa2dd2dd5bfb7cb7 /tools | |
parent | f97e9d9be8d54638ad68972d7ca7ec00e94e657d (diff) | |
download | mu-80612d80d22b24052d6d6e24c981710ad1307394.tar.gz |
5816 - browse_trace bug fixed
Diffstat (limited to 'tools')
-rw-r--r-- | tools/browse_trace.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/browse_trace.cc b/tools/browse_trace.cc index 8fc19d6d..85c010f9 100644 --- a/tools/browse_trace.cc +++ b/tools/browse_trace.cc @@ -476,6 +476,7 @@ int main(int argc, char* argv[]) { --Top_of_screen; } refresh_screen_rows(); + render(); // move cursor to bottom Cursor_row = Last_printed_row; refresh_screen_rows(); |