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;
|
||||
case KEY_RESIZE:
|
||||
Panel_resize(panel, COLS, LINES-2);
|
||||
if (As_InfoScreen(this)->scan) InfoScreen_scan(this);
|
||||
InfoScreen_draw(this);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue