]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - README.mac
sunc with reality
[PuTTY.git] / README.mac
1 $Id: README.mac,v 1.1.2.4 1999/09/01 22:12:48 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. [FIXED]
15  * Real bold doesn't compensate for changing character widths without Color
16    QuickDraw. [MAYBE FIXED]
17  * Scrolling appears to be shafted on Original QuickDraw.
18  * ResEdit 'TMPL' resource seems to be broken.
19  * sshsha.c and sshmd5.c cause a stack overflow in Apple's PowerPC C compiler 
20    unless optimisation is entirely disabled.
21
22 Features we need (and aren't entirely obvious):
23
24  * Scroll-conflation -- scroll_display should change the in-memory display and
25    remember the scroll, then do_scroll should be called only when
26    scroll_display gets called for a different rectangle or term_paint happens.
27
28 Local Variables:
29 mode: text
30 End: