Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
7f9c82f2
Commit
7f9c82f2
authored
Jun 23, 2016
by
Hisham
Browse files
Refresh whole panel on Ctrl+L in infoscreen.
Closes #520.
parent
7d5ef246
Changes
1
Hide whitespace changes
Inline
Side-by-side
InfoScreen.c
View file @
7f9c82f2
...
...
@@ -83,6 +83,7 @@ void InfoScreen_drawTitled(InfoScreen* this, char* fmt, ...) {
wmove
(
stdscr
,
0
,
0
);
vw_printw
(
stdscr
,
fmt
,
ap
);
attrset
(
CRT_colors
[
DEFAULT_COLOR
]);
this
->
display
->
needsRedraw
=
true
;
Panel_draw
(
this
->
display
,
true
);
IncSet_drawBar
(
this
->
inc
);
va_end
(
ap
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment