Skip to content

Commit

Permalink
Fix some unimportant things
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Jul 21, 2019
1 parent 8c4d4c9 commit 8c6e35a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/xtermjs/term.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ function fit() {
term.resize(Math.floor(boxWidth / charWidth),
Math.floor(boxHeight / charHeight));
}
window.fit=fit

fit();
window.addEventListener('resize', function() {
Expand Down
6 changes: 4 additions & 2 deletions iSH.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
buildConfigurationList = BB13F7D1200ACCA2003D1C4D /* Build configuration list for PBXLegacyTarget "Ninja" */;
buildPhases = (
);
buildToolPath = ninja;
buildToolPath = "$(NINJA)";
buildWorkingDirectory = "$(MESON_BUILD_DIR)";
dependencies = (
BB13F7D5200ACCA8003D1C4D /* PBXTargetDependency */,
Expand Down Expand Up @@ -837,7 +837,7 @@
inputPaths = (
"$(SRCROOT)/app/xtermjs/term.js",
"$(SRCROOT)/app/xtermjs/term.css",
"$(SRCROOT)/app/xtermjs/term.css",
"$(SRCROOT)/app/xtermjs/term.html",
);
name = "Compile JavaScript";
outputPaths = (
Expand Down Expand Up @@ -1062,6 +1062,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
MTL_ENABLE_DEBUG_INFO = YES;
NINJA = /usr/local/bin/ninja;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1090,6 +1091,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
MTL_ENABLE_DEBUG_INFO = NO;
NINJA = /usr/local/bin/ninja;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
uuid = "6E8E3717-3660-4400-9A7C-07FA89334909"
type = "4"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.SymbolicBreakpoint">
<BreakpointContent
uuid = "035095F5-47C6-49AD-8C66-AFEF7229BBBE"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "Yes"
Expand All @@ -21,6 +23,7 @@
</Actions>
<Locations>
<Location
uuid = "035095F5-47C6-49AD-8C66-AFEF7229BBBE - dc2f8c5e001177f0"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
Expand Down

0 comments on commit 8c6e35a

Please sign in to comment.