SwiftTerm icon indicating copy to clipboard operation
SwiftTerm copied to clipboard

Wanted: caret should not be an independent view, but just something that I render like anything else

Open migueldeicaza opened this issue 2 years ago • 1 comments

This is the culprit of a small performance regression, so might as well just render this during the regular rendering pass, rather than have a subview that is moved continously.

migueldeicaza avatar Jul 18 '21 03:07 migueldeicaza

Duplicate #183 Duplicate: #219

migueldeicaza avatar May 24 '22 15:05 migueldeicaza

The only downside with this approach is that I might end up doing a lot of additional rendering to simulate the blinking mode.

migueldeicaza avatar Oct 01 '22 16:10 migueldeicaza

On the plus side, if I am going to do blinking via the redraw, I could finally support text blinking in the terminal:

https://github.com/migueldeicaza/SwiftTerm/issues/9

migueldeicaza avatar Oct 01 '22 17:10 migueldeicaza

There is a branch now with this, but I am not too thrilled by it, makes blinking harder

migueldeicaza avatar Apr 17 '23 00:04 migueldeicaza

Decided to go with this:

https://github.com/migueldeicaza/SwiftTerm/pull/289

migueldeicaza avatar Apr 17 '23 15:04 migueldeicaza