radimitrov / CSharpShellApp

77 stars 18 forks source link

Console.GetCursorPosition? #373

Closed kirk-evans closed 2 months ago

kirk-evans commented 2 months ago

Console.SetCursorPositios works fine, but it seems that GetCursorPosition is not implemented. Am I missing something? Is there a workaround?

radimitrov commented 2 months ago

Done. It should be part of the next update.

kirk-evans commented 2 months ago

Thanks!

I'm new to this, so I have to ask how often do you do updates?

I really like the product. Before I retired I was a c# programmer since when it first came out, and Delphi before that. It's great being able to write apps that run on my tablet.

On Sun, Apr 28, 2024, 3:50 PM Radostin Dimitrov @.***> wrote:

Done. It should be part of the next update.

— Reply to this email directly, view it on GitHub https://github.com/radimitrov/CSharpShellApp/issues/373#issuecomment-2081650576, or unsubscribe https://github.com/notifications/unsubscribe-auth/BICB4EYHUMJ3PJYJZ6CN3GDY7VOJZAVCNFSM6AAAAABG5EWKHKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBRGY2TANJXGY . You are receiving this because you authored the thread.Message ID: @.***>

radimitrov commented 2 months ago

It's not really a schedule. On average there is 1 update every 10 days. Sometimes more often, sometimes less. Depends if there is something I'm working on. For example there are 2 updates for in last 24 hours since the first one caused an issue with the new SQLite packages versions that wasn't expected or immediately apparent. So as needed for bug fixes.