Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsang committed Oct 12, 2018
1 parent 70e70eb commit 6395225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PTerm-UI/TerminalEmulatorMorph.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ TerminalEmulatorMorph >> initializeTabs [
TerminalEmulatorMorph >> initializeTeletype: size [
"Initialize the default behaviour: dumb terminal with local echo and default xterm VT options."

font := LogicalFont familyName: 'Source Code Pro' pointSize: 8.
font := LogicalFont familyName: 'Source Code Pro' pointSize: 9.
pitch := font widthOf: $W.
skip := font height.
cols := size x.
Expand Down

0 comments on commit 6395225

Please sign in to comment.