Skip to content

Commit

Permalink
convert immutable to struct in TerminalExtensions.jl (#26)
Browse files Browse the repository at this point in the history
* convert immutable to struct in TerminalExtensions.jl

* Update REQUIRE
  • Loading branch information
JonathanAnderson authored and Keno committed Jun 7, 2017
1 parent 3dc2474 commit f0d8a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
julia 0.5
julia 0.6
2 changes: 1 addition & 1 deletion src/TerminalExtensions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module iTerm2

import Base: display

immutable InlineDisplay <: Display; end
struct InlineDisplay <: Display; end

function set_mark()
"\033]50;SetMark\007"
Expand Down

0 comments on commit f0d8a52

Please sign in to comment.