mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-01-05 05:29:36 +00:00
41c311fb8a
commit b9723cf13690c3a6ecefeee81b1d95a23bde0422 Author: Kelvin Sherlock <ksherlock@gmail.com> Date: Fri Feb 9 22:41:59 2018 -0500 remove most gui config stuff from new window. commit c690c5ebd99d6268f605094f429114a39ab3c180 Author: Kelvin Sherlock <ksherlock@gmail.com> Date: Thu Feb 8 11:48:29 2018 -0500 crosshatch cursor, push/pop cursor state when no longer key window. commit ebaa0e535ee52a85a514efbaa872f891f7e817f1 Author: Kelvin Sherlock <ksherlock@gmail.com> Date: Thu Feb 8 11:47:20 2018 -0500 child monitor - removeAll commit e591630339f3cd22ca461f2006f4c360fa43d026 Author: Kelvin Sherlock <ksherlock@gmail.com> Date: Thu Feb 8 11:46:19 2018 -0500 add config popup for the term window.
52 lines
3.3 KiB
XML
52 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
|
<dependencies>
|
|
<deployment identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="TermWindowController">
|
|
<connections>
|
|
<outlet property="_colorView" destination="2" id="QiD-Qe-7pg"/>
|
|
<outlet property="_emulatorView" destination="5" id="JNn-UY-fjw"/>
|
|
<outlet property="window" destination="1" id="3"/>
|
|
</connections>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
<window title="Two Term [VT52]" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" customClass="EmulatorWindow">
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" texturedBackground="YES" fullSizeContentView="YES"/>
|
|
<windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
|
<rect key="contentRect" x="158" y="575" width="600" height="424"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1178"/>
|
|
<value key="minSize" type="size" width="600" height="424"/>
|
|
<view key="contentView" id="2" customClass="ColorView">
|
|
<rect key="frame" x="0.0" y="0.0" width="600" height="424"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<customView id="5" userLabel="Emulator View" customClass="EmulatorView">
|
|
<rect key="frame" x="10" y="10" width="580" height="394"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
</customView>
|
|
<customView id="jhD-Y5-62e" customClass="TextLabel">
|
|
<rect key="frame" x="10" y="404" width="580" height="16"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
</customView>
|
|
</subviews>
|
|
</view>
|
|
<connections>
|
|
<binding destination="-2" name="displayPatternTitle1" keyPath="emulator.name" id="12">
|
|
<dictionary key="options">
|
|
<string key="NSDisplayPattern">Two Term [%{title1}@]</string>
|
|
</dictionary>
|
|
</binding>
|
|
<outlet property="delegate" destination="-2" id="4"/>
|
|
<outlet property="textLabel" destination="jhD-Y5-62e" id="Zzx-CJ-wV8"/>
|
|
</connections>
|
|
</window>
|
|
<userDefaultsController representsSharedInstance="YES" id="mq9-aV-tAe"/>
|
|
</objects>
|
|
</document>
|