Commit Graph

4 Commits

Author SHA1 Message Date
Larry Clapp 078424dfb4 Set Line.wrapped when a line wraps
In Buffer.write(), when CursorColumn() >= Width(), and AutoWrap is on,
and you write a new character, set wrapped=true on the new line.
2023-03-19 16:08:14 -04:00
Liam Galvin 765a781055
Add support for ligatures, cursor shapes (and images) (#304) 2021-08-02 20:55:04 +01:00
Liam Galvin 1f2980cbb4
Persist mouse mode during buffer switching (#299)
* Persist mouse mode during buffer switching

* Update mouse.go
2021-07-31 14:34:02 +01:00
Liam Galvin e60a0b0427 Initial commit 2021-07-30 23:29:20 +01:00