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

Add fixes for old xcodes

parent a01dcb15
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -53,6 +53,7 @@ extern NSString *kTmuxControllerSessionWasRenamed;
NSMutableSet *hiddenWindows_;
NSTimer *listSessionsTimer_; // Used to do a cancelable delayed perform of listSessions.
NSTimer *listWindowsTimer_; // Used to do a cancelable delayed perform of listWindows.
BOOL ambiguousIsDoubleWidth_;
}
 
@property (nonatomic, readonly) TmuxGateway *gateway;
Loading
Loading
Loading
Loading
@@ -31,6 +31,7 @@ extern NSString * const kTmuxWindowOpenerStatePendingOutput;
PTYTab *tabToUpdate_;
id target_;
SEL selector_;
BOOL ambiguousIsDoubleWidth_;
}
 
@property (nonatomic, assign) int windowIndex;
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