Skip to content
Snippets Groups Projects
Commit 320bd366 authored by George Nachman's avatar George Nachman
Browse files

Fix warnings and errors for legacy build

parent 7278b006
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -373,6 +373,8 @@ NSWindowDelegate,
// Jump to the saved scroll position
- (IBAction)jumpToSavedScrollPosition:(id)sender;
 
- (IBAction)sendCommand:(id)sender;
- (IBAction)closeWindow:(id)sender;
// Is there a saved scroll position?
- (BOOL)hasSavedScrollPosition;
 
Loading
Loading
@@ -841,6 +843,7 @@ NSWindowDelegate,
// a class method to provide the keys for KVC:
+(NSArray*)kvcKeys;
 
@end
 
@interface PseudoTerminal (ScriptingSupport)
Loading
Loading
Loading
Loading
@@ -169,6 +169,47 @@ NSString *sessionsKey = @"sessions";
 
@class PTYSession, iTermController, PTToolbarController, PSMTabBarControl;
 
@interface PseudoTerminal ()
- (void)_updateToolbeltParentage;
- (CGFloat)fullscreenToolbeltWidth;
- (BOOL)_haveLeftBorder;
- (BOOL)_haveRightBorder;
- (void)fitBottomBarToWindow;
- (void)repositionWidgets;
- (int)_screenAtPoint:(NSPoint)p;
- (void)copySettingsFrom:(PseudoTerminal*)other;
- (void)fitTabsToWindow;
- (BOOL)showCloseWindow;
- (void)_loadFindStringFromSharedPasteboard;
- (NSSize)windowDecorationSize;
- (void)hideFullScreenTabControl;
- (NSRect)maxFrame;
- (void)_drawFullScreenBlackBackground;
- (void)copySettingsFrom:(PseudoTerminal*)other;
- (void)insertTab:(PTYTab*)aTab atIndex:(int)anIndex;
- (void)fitTabsToWindow;
- (BOOL)_haveBottomBorder;
- (BOOL)_haveTopBorder;
- (float)maxCharHeight:(int*)numChars;
- (float)maxCharWidth:(int*)numChars;
- (void)setFramePos;
- (void)safelySetSessionSize:(PTYSession*)aSession
rows:(int)rows
columns:(int)columns;
- (void)setInstantReplayBarVisible:(BOOL)visible;
- (void)adjustFullScreenWindowForBottomBarChange;
- (void)fitTabToWindow:(PTYTab*)aTab;
- (void)setupSession:(PTYSession *)aSession
title:(NSString *)title
withSize:(NSSize*)size;
- (long long)timestampForFraction:(float)f;
- (PTYSession*)newSessionWithBookmark:(Profile*)bookmark;
- (void)runCommandInSession:(PTYSession*)aSession
inCwd:(NSString*)oldCWD
forObjectType:(iTermObjectType)objectType;
- (void)_refreshTerminal:(NSNotification *)aNotification;
@end
@implementation BottomBarView
- (void)drawRect:(NSRect)dirtyRect
{
Loading
Loading
@@ -182,7 +223,6 @@ NSString *sessionsKey = @"sessions";
}
 
@end
@implementation PseudoTerminal
 
- (id)initWithSmartLayout:(BOOL)smartLayout
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment