]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - README.mac
We now only link weakly with AppearanceLib, which should let us run on PowerPCs
[PuTTY.git] / README.mac
1 $Id: README.mac,v 1.1.2.2 1999/03/29 23:55:06 ben Exp $
2
3 Information about PuTTY for the Mac OS
4 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5
6 Known bugs:
7
8  * PowerPC and fat versions fail to start on systems without AppearanceLib (ie
9    most System 7 ones).  The 68k version works fine. [MAYBE FIXED]
10  * If the screen scrolls more than once between calls to WaitNextEvent, Bad
11    Things can happen owing to a bug in do_scroll.  This can be fixed when I
12    have an easy way to test it.
13  * Display is far too slow.
14  * Fails to work on systems without Color QuickDraw.
15  * Real bold doesn't compensate for changing character widths.
16  * ResEdit 'TMPL' resource seems to be broken.
17
18 Features we need (and aren't entirely obvious):
19
20  * Scroll-conflation -- scroll_display should change the in-memory display and
21    remember the scroll, then do_scroll should be called only when
22    scroll_display gets called for a different rectangle or term_paint happens.
23
24 Local Variables:
25 mode: text
26 End: