ja-he / dayplan

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

cursor controller should be a more powerful interface to negiotiate low-level cursor control among different controllers (e.g. editors) #51

Closed ja-he closed 8 months ago

ja-he commented 9 months ago

Giving raw cursor control to individual editors does not work acrosss multiple ones; one may want to hide the cursor, another show it there, what happens depends on call order. bad.

ja-he commented 9 months ago

the solution i envision is a manager class that knows who wants the cursor where and who wants to hide it:

ja-he commented 9 months ago

will be resolved by #52