mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-24 15:15:44 +00: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;
|
||||
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
Block a user