You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present it doesn't seem possible to handle pasting events when using the Application view. The Screen passed to the SetScreen() method should, as far as I can tell, be uninitialised, but calling the EnablePaste() method on an uninitialised screen will segfault when TPuts() is called due to t.tty being nil.
As the Application view is effectively a very handy convenience wrapper then being able to support pasting while using it would be appreciated.
The text was updated successfully, but these errors were encountered:
chrBrd
added a commit
to chrBrd/tcell
that referenced
this issue
Sep 9, 2022
At present it doesn't seem possible to handle pasting events when using the Application view. The
Screen
passed to theSetScreen()
method should, as far as I can tell, be uninitialised, but calling theEnablePaste()
method on an uninitialised screen will segfault whenTPuts()
is called due tot.tty
beingnil
.As the Application view is effectively a very handy convenience wrapper then being able to support pasting while using it would be appreciated.
The text was updated successfully, but these errors were encountered: