Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
7cbcae3f
Commit
7cbcae3f
authored
Feb 29, 2016
by
Jeffrey Wilcke
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2269 from obscuren/repl-multi-line
cmd/geth: removed multiline support
parents
8ce04ae8
cec92f59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
js.go
cmd/geth/js.go
+0
-1
No files found.
cmd/geth/js.go
View file @
7cbcae3f
...
@@ -119,7 +119,6 @@ func newLightweightJSRE(docRoot string, client rpc.Client, datadir string, inter
...
@@ -119,7 +119,6 @@ func newLightweightJSRE(docRoot string, client rpc.Client, datadir string, inter
lr
.
SetCtrlCAborts
(
true
)
lr
.
SetCtrlCAborts
(
true
)
lr
.
SetWordCompleter
(
makeCompleter
(
js
))
lr
.
SetWordCompleter
(
makeCompleter
(
js
))
lr
.
SetTabCompletionStyle
(
liner
.
TabPrints
)
lr
.
SetTabCompletionStyle
(
liner
.
TabPrints
)
lr
.
SetMultiLineMode
(
true
)
js
.
prompter
=
lr
js
.
prompter
=
lr
js
.
atexit
=
func
()
{
js
.
atexit
=
func
()
{
js
.
withHistory
(
datadir
,
func
(
hist
*
os
.
File
)
{
hist
.
Truncate
(
0
);
lr
.
WriteHistory
(
hist
)
})
js
.
withHistory
(
datadir
,
func
(
hist
*
os
.
File
)
{
hist
.
Truncate
(
0
);
lr
.
WriteHistory
(
hist
)
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment