You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to specify where the terminal cursor should be placed, as well as showing it? I tried using Notty.show_cursor but didn't seem to work.
What I had in mind is a special combinator cursor : A.attr -> I.image that would have size 1x1 but that would have a special behaviour when overlaid over an image already containing cursor: any underlying cursor would be removed.
The text was updated successfully, but these errors were encountered:
Is it possible to specify where the terminal cursor should be placed, as well as showing it? I tried using
Notty.show_cursor
but didn't seem to work.What I had in mind is a special combinator
cursor : A.attr -> I.image
that would have size 1x1 but that would have a special behaviour when overlaid over an image already containingcursor
: any underlying cursor would be removed.The text was updated successfully, but these errors were encountered: