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
5fca258f
Commit
5fca258f
authored
Feb 17, 2018
by
guoci
Committed by
Hisham Muhammad
Feb 17, 2018
Browse files
call clear() function when SIGWINCH is received. (#660)
parent
70ed51a3
Changes
1
Show whitespace changes
Inline
Side-by-side
Action.c
View file @
5fca258f
...
...
@@ -185,6 +185,7 @@ static Htop_Reaction sortBy(State* st) {
// ----------------------------------------
static
Htop_Reaction
actionResize
(
State
*
st
)
{
clear
();
Panel_resize
(
st
->
panel
,
COLS
,
LINES
-
(
st
->
panel
->
y
)
-
1
);
return
HTOP_REDRAW_BAR
;
}
...
...
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