1 #import <Cocoa/Cocoa.h>
7 @interface ConsoleView
: NSView
{
13 - (void)scrollToEnd
:(BOOL
)enable
;
16 * Append the given line
18 - (void)appendLine
:(NSString
*)line
;
21 * Append multiple lines, skip blank ones
23 - (void)appendText
:(NSString
*)text
;