dankamongmen / growlight

notcurses block device manager / system installation tool
https://nick-black.com/dankwiki/index.php/Growlight
GNU General Public License v3.0
85 stars 12 forks source link

allow subwindows to be moved with mouse #115

Open dankamongmen opened 3 years ago

dankamongmen commented 3 years ago

Now that we're using Notcurses, it ought be pretty trivial to allow the user to move subwindows around on the screen with their mouse. The position to which a window is moved ought probably be remembered, and used again if the window is toggled off and on. Add some manner of indication that the window can be moved (and probably allow it to be closed with the mouse, too).