Skip to content

Commit

Permalink
🧰: wrap lines by chars in terminal view for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
merryman authored and linusha committed Aug 5, 2024
1 parent 719130a commit fdd1dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lively.ide/shell/terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class Terminal extends Morph {
{
type: TerminalView,
name: 'output',
lineWrapping: 'no-wrap',
lineWrapping: 'by-chars',
fixedWidth: true,
fixedHeight: true,
textString: '',
Expand Down

0 comments on commit fdd1dc7

Please sign in to comment.