finn@theory.tn.cornell.edu (Lee Samuel Finn) (03/16/91)
Ok, here is how to get the cursor back on Emacs:
1) In display.pswm, line 104, change
x y w h Xor compositerect
to
x y w h Highlight compositerect
2) In order to recompile, you will have to make a couple of other changes,
owing to the change in the way the pasteboard is handled. So, also in
display.pswm, line 459, change
if (!pasteboard) pasteboard = [NXApp pasteboard];
to
if (!pasteboard) pasteboard = [Pasteboard new];
Similarly, change the occurence of [NXApp pasteboard] to [Pasteboard new]
in EtermView.m (line 432).
3) "make depend" and then "make"
It's as simple as that.
There is still a problem with occasional dreck being left on the
screen; however, it's as good as it was before (near as I can tell).
Share and enjoy.
lsf