mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-11 13:07:08 +03:00
InfoScreen: update content on resize
This commit is contained in:
parent
3afa5dfbcc
commit
8efc88593a
@ -137,6 +137,7 @@ void InfoScreen_run(InfoScreen* this) {
|
|||||||
break;
|
break;
|
||||||
case KEY_RESIZE:
|
case KEY_RESIZE:
|
||||||
Panel_resize(panel, COLS, LINES-2);
|
Panel_resize(panel, COLS, LINES-2);
|
||||||
|
if (As_InfoScreen(this)->scan) InfoScreen_scan(this);
|
||||||
InfoScreen_draw(this);
|
InfoScreen_draw(this);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user