mirror of https://github.com/xzeldon/htop.git
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…
Reference in New Issue