Archives / Search ›

Got posing working on Terminal.app's TermView class. The method I'm using (by the number of warnings I get at compile time) is not very clean, but it does work. Next thing is to figure out how mouse clicks are routed.

- (void)_singleClick:(unsigned int)fp12:(unsigned char)fp16;

That looks good, but I don't know what the parameters are. Row and column maybe?

Comments are closed.