InDieTasten / ASCII-mate

A CLI tool with mouse support for drawing ascii art and animations
MIT License
1 stars 1 forks source link

Scrolling is not clamped #60

Open InDieTasten opened 2 days ago

InDieTasten commented 2 days ago

It's currently possible to scroll away from the canvas in the canvas view, causing rendering and mouse event location translation to break.

Scrolling should be limited to seeing at least a single row of tiles in both dimensions.