ChrisPritchard / FSH

F# Shell with integrated F# scripting. Like Bash or Powershell, but better 'cause F#.
MIT License
258 stars 12 forks source link

Better line length fix has caused right scroll on clear #20

Open ChrisPritchard opened 5 years ago

ChrisPritchard commented 5 years ago

The new code which extends the surface area with long lines introduces a horizontal scroll bar on windows. When multi-line, the clearing functionality causes the scroll bar to scroll to the right, which feels odd.