tboox / ltui

🍖 A cross-platform terminal ui library based on Lua
https://tboox.org
Apache License 2.0
818 stars 49 forks source link

mouseable textedit and block mouse on dialogs #22

Closed laelnasan closed 3 years ago

laelnasan commented 3 years ago

Changes to be committed: modified: src/ltui/dialog.lua modified: src/ltui/panel.lua modified: src/ltui/textedit.lua

makes textedit selectable by mouse and grabs mouse events on dialogs this prevents user selecting views in the background of the focused dialog, causing errors.


waruqi commented 3 years ago

Thanks!