The R Project SVN R-packages

Rev

Rev 1254 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1254 Rev 1459
Line 51... Line 51...
51
	return self;
51
	return self;
52
}
52
}
53
 
53
 
54
- (void) windowDidLoad
54
- (void) windowDidLoad
55
{
55
{
56
	[[Preferences sharedPreferences] addDependent:self];
-
 
57
	[self updatePreferences];
56
	[self updatePreferences];
-
 
57
	[[Preferences sharedPreferences] addDependent:self];
58
	
58
	
59
	outputPosition = promptPosition = committedLength = 0;
59
	outputPosition = promptPosition = committedLength = 0;
60
	
60
	
61
	[[self window] setBackgroundColor:[defaultConsoleColors objectAtIndex:iBackgroundColor]];
61
	[[self window] setBackgroundColor:[defaultConsoleColors objectAtIndex:iBackgroundColor]];
62
	[[self window] setOpaque:NO]; // Needed so we can see through it when we have clear stuff on top
62
	[[self window] setOpaque:NO]; // Needed so we can see through it when we have clear stuff on top