1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-06 22:12:47 -05:00

Right, I think we now hove scrolling optimisations. They should probably be

conditional on something, but I can't be bothered right now.

[originally from svn r67]
This commit is contained in:
Ben Harris
1999-03-02 21:51:55 +00:00
parent 0ce1d562c6
commit 2145f64798
3 changed files with 47 additions and 3 deletions

View File

@ -196,6 +196,7 @@ void palette_reset (void);
void write_clip (void *, int);
void get_clip (void **, int *);
void optimised_move (int, int, int);
void do_scroll(int, int, int);
void fatalbox (const char *, ...);
void beep (void);
#define OPTIMISE_IS_SCROLL 1