Skip to content

Commit

Permalink
Merge pull request #72 from ChrisRackauckas/TerminalMenus
Browse files Browse the repository at this point in the history
Change TerminalMenus.jl to REPL.TerminalMenus
  • Loading branch information
vchuravy authored Apr 4, 2020
2 parents f4321bc + 4a09ad9 commit 812f106
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ version = "1.0.0"
[deps]
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
TerminalMenus = "dc548174-15c3-5faf-af27-7997cfbde655"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

[compat]
julia = "1"
CodeTracking = "0.5"
TerminalMenus = "0.1"
julia = "1"

[extras]
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Expand Down
4 changes: 2 additions & 2 deletions src/ui.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import TerminalMenus
import TerminalMenus: request
import REPL.TerminalMenus
import REPL.TerminalMenus: request

mutable struct CthulhuMenu <: TerminalMenus.AbstractMenu
options::Vector{String}
Expand Down

0 comments on commit 812f106

Please sign in to comment.