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
563abbc4
Commit
563abbc4
authored
Dec 10, 2015
by
Hisham Muhammad
Browse files
Merge pull request #319 from acatton/master
Redraw the panel when resizing the window during an incremental search
parents
cccc18dd
065aab52
Changes
1
Show whitespace changes
Inline
Side-by-side
IncSet.c
View file @
563abbc4
...
...
@@ -169,6 +169,8 @@ bool IncSet_handleKey(IncSet* this, int ch, Panel* panel, IncMode_GetPanelValue
IncMode_reset
(
mode
);
}
}
}
else
if
(
ch
==
KEY_RESIZE
)
{
Panel_resize
(
panel
,
COLS
,
LINES
-
panel
->
y
-
1
);
}
else
{
if
(
mode
->
isFilter
)
{
filterChanged
=
true
;
...
...
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