Open
Description
When selecting text with the mouse (by clicking and dragging in a prompt-toolkit text editing field), I noticed that it doesn't render the selected text as highlighted until after I release the mouse button. (Editors like vim and micro both highlight the text as you drag your mouse, whereas prompt-toolkit doesn't seem to have a handler event for when you're click-dragging the mouse). Is it possible to add this functionality? I would be willing to help