Skip to content

Commit

Permalink
Add codepage to the terminal builder, #164
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Sep 7, 2017
1 parent 7d33254 commit cb672b2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ public TerminalBuilder encoding(String encoding) {
return this;
}

public TerminalBuilder codepage(int codepage) {
this.codepage = codepage;
return this;
}

/**
* Attributes to use when creating a non system terminal,
* i.e. when the builder has been given the input and
Expand Down

0 comments on commit cb672b2

Please sign in to comment.