ja-he / dayplan

A utility to plan and track your time.
MIT License
5 stars 1 forks source link

Reimplement (text/terminal) cursor control through an interface #52

Closed ja-he closed 10 months ago

ja-he commented 11 months ago

Previously, abstracting and negotiating cursor position between multiple cursor placers. This will make that possible.

Its important for when multiple string fields are on the screen in an editor, for instance.

ja-he commented 10 months ago

With the plan of tackling #53 soon, I am semi-happy to merge this, as WIPpy as it is.