Wednesday, 30 January 2002
Did some more work last night on trying to get Terminal.app support in ICeCoffEE. TermView claims to implement NSTextInput, but it doesn't.
Breakpoint 1, -[ICeCoffEETerminal _singleClick::]
(self=0x23e86a0, _cmd=0x276c4, line=0, col=14) at ICeCoffEETerminal.m:198
198 NSEvent *e = [[self window] currentEvent];
(gdb) p (NSRange)[self markedRange]
$3 = {
location = 0,
length = 0
}
(gdb) p (BOOL)[self hasMarkedText]
$4 = 0 '\000'
3:18 PM