mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
fix pagedown in some panels
This commit is contained in:
@ -48,7 +48,8 @@ static HandlerResult AvailableColumnsPanel_eventHandler(Panel* super, int ch) {
|
||||
}
|
||||
default:
|
||||
{
|
||||
result = Panel_selectByTyping(super, ch);
|
||||
if (isalpha(ch))
|
||||
result = Panel_selectByTyping(super, ch);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user