liamg / darktile

:waning_crescent_moon: Darktile is a GPU rendered terminal emulator designed for tiling window managers.
MIT License
3.03k stars 113 forks source link

Set Line.wrapped when a line wraps #341

Open HuckRidgeSW opened 1 year ago

HuckRidgeSW commented 1 year ago

In Buffer.write(), when CursorColumn() >= Width(), and AutoWrap is on, and you write a new character, set wrapped=true on the new line.