Horizontally scroll in larger increments when on the

Linux console because of slow update of unaccelerated fb
This commit is contained in:
Hisham Muhammad
2006-07-23 22:45:24 +00:00
parent eb2803ce79
commit 2ecf199cf7
5 changed files with 17 additions and 4 deletions

View File

@ -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;