mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Horizontally scroll in larger increments when on the
Linux console because of slow update of unaccelerated fb
This commit is contained in:
2
Panel.h
2
Panel.h
@ -13,6 +13,7 @@ in the source distribution for its full text.
|
||||
#include "Vector.h"
|
||||
#include "CRT.h"
|
||||
#include "RichString.h"
|
||||
#include "ListItem.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stdbool.h>
|
||||
@ -41,6 +42,7 @@ struct Panel_ {
|
||||
Vector* items;
|
||||
int selected;
|
||||
int scrollV, scrollH;
|
||||
int scrollHAmount;
|
||||
int oldSelected;
|
||||
bool needsRedraw;
|
||||
RichString header;
|
||||
|
Reference in New Issue
Block a user