Skip to content

Commit

Permalink
release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siordache committed Feb 21, 2017
1 parent 98b5d29 commit 9be8036
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ textIoVersionMajor = 1
textIoVersionMinor = 9
textIoVersionPatch = 0
# textIoVersionLabel = rc-1
textIoReleaseBuild = false
textIoReleaseBuild = true
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ public String toString() {
}

public static void main(String[] args) {
System.setProperty(SwingTextTerminal.PROP_USER_INTERRUPT_KEY, "ctrl C");
// Uncomment the line below to trigger a user interrupt in the Swing terminal by typing Ctrl+C (instead of the default Ctrl+Q).
// System.setProperty(SwingTextTerminal.PROP_USER_INTERRUPT_KEY, "ctrl C");

TextIO textIO = chooseTextIO();

// Uncomment the line below to ignore user interrupts.
Expand Down

0 comments on commit 9be8036

Please sign in to comment.