mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Resizing of terminal windows added. Seems to work, but term_size might benefit
from calling scroll_display. This is where my scroll-optimisations look less useful than Simon's. [originally from svn r72]
This commit is contained in:
3
mac.h
3
mac.h
@ -6,6 +6,7 @@
|
||||
#define _PUTTY_MAC_H
|
||||
|
||||
#include <MacTypes.h>
|
||||
#include <Events.h>
|
||||
#include <MacWindows.h>
|
||||
|
||||
extern long mac_qdversion;
|
||||
@ -22,6 +23,8 @@ extern struct mac_gestalts mac_gestalts;
|
||||
extern void mac_newsession(void);
|
||||
extern void mac_activateterm(WindowPtr, Boolean);
|
||||
extern void mac_updateterm(WindowPtr);
|
||||
extern void mac_clickterm(WindowPtr, EventRecord *);
|
||||
extern void mac_growterm(WindowPtr, EventRecord *);
|
||||
|
||||
extern void mac_loadconfig(Config *);
|
||||
|
||||
|
Reference in New Issue
Block a user