Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
haoqu.ma
/
gotty
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a40c468a
authored
Aug 17, 2015
by
Iwasaki Yudai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Format and fix typo
1 parent
c958d0c3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
Makefile
resources/gotty.js
resources/index.html
Makefile
View file @
a40c468
...
...
@@ -6,6 +6,7 @@ resource.go: bindata/hterm.js bindata/index.html bindata/gotty.js
bindata
:
mkdir bindata
bindata/hterm.js
:
bindata libapps/hterm/js/*.js
cd
libapps
&&
\
LIBDOT_SEARCH_PATH
=
`
pwd
`
./libdot/bin/concat.sh -i ./hterm/concat/hterm_all.concat -o ../bindata/hterm.js
...
...
resources/gotty.js
View file @
a40c468
...
...
@@ -6,7 +6,6 @@
var
term
;
ws
.
onopen
=
function
(
event
)
{
hterm
.
defaultStorage
=
new
lib
.
Storage
.
Local
()
...
...
resources/index.html
View file @
a40c468
<!doctype html>
<html>
<head>
<title>
GoTT
y
</title>
<title>
GoTT
Y
</title>
<style>body
{
height
:
100%
;
width
:
100%
;
margin
:
0px
;}
</style>
</head>
<body>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment