// // ICeCoffEETerminal.h // ICeCoffEE // // Created by Nicholas Riley on Mon Jan 28 2002. // Copyright (c) 2002 Nicholas Riley. All rights reserved. // #import struct _FSelPt { unsigned int line; unsigned short col; }; @interface ICECoffEETermSubviewSuper:NSView { } - (void)_optionClickEvent:(NSEvent *)event:(unsigned int)row:(unsigned short)column; - (void)setNeedsDisplay; @end @interface ICeCoffEETerminal : ICECoffEETermSubviewSuper @end