]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - README.mac
Rebranch some files on 'ben-mac-port' from trunk.
[PuTTY.git] / README.mac
1 $Id: README.mac,v 1.1.2.3 1999/03/30 19:46:44 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 without Color
16    QuickDraw.
17  * ResEdit 'TMPL' resource seems to be broken.
18
19 Features we need (and aren't entirely obvious):
20
21  * Scroll-conflation -- scroll_display should change the in-memory display and
22    remember the scroll, then do_scroll should be called only when
23    scroll_display gets called for a different rectangle or term_paint happens.
24
25 Local Variables:
26 mode: text
27 End: