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

Bring the OS X front end up to date with recent changes to the main

code base.

[originally from svn r7296]
This commit is contained in:
Simon Tatham
2007-02-18 15:59:38 +00:00
parent c5374da822
commit 4d51d0d380
4 changed files with 25 additions and 7 deletions

View File

@ -64,10 +64,12 @@ struct alert_queue {
- (void)doText:(wchar_t *)text len:(int)len x:(int)x y:(int)y
attr:(unsigned long)attr lattr:(int)lattr;
- (int)fromBackend:(const char *)data len:(int)len isStderr:(int)is_stderr;
- (int)fromBackendUntrusted:(const char *)data len:(int)len;
- (void)startAlert:(NSAlert *)alert
withCallback:(void (*)(void *, int))callback andCtx:(void *)ctx;
- (void)endSession:(int)clean;
- (void)notifyRemoteExit;
- (Terminal *)term;
@end
/*