Skip to content

Commit

Permalink
use readline fork
Browse files Browse the repository at this point in the history
  • Loading branch information
abiosoft committed Jun 7, 2018
1 parent 49cf736 commit 0a6b164
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ishell.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"time"
"unicode"

"github.com/chzyer/readline"
"github.com/abiosoft/readline"
"github.com/fatih/color"
"github.com/flynn-archive/go-shlex"
)
Expand Down
2 changes: 1 addition & 1 deletion reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
"sync"

"github.com/chzyer/readline"
"github.com/abiosoft/readline"
)

type (
Expand Down
2 changes: 1 addition & 1 deletion utils_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package ishell

import (
"github.com/chzyer/readline"
"github.com/abiosoft/readline"
)

func clearScreen(s *Shell) error {
Expand Down
2 changes: 1 addition & 1 deletion utils_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package ishell

import (
"github.com/chzyer/readline"
"github.com/abiosoft/readline"
)

func clearScreen(s *Shell) error {
Expand Down

0 comments on commit 0a6b164

Please sign in to comment.