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
npm install -g slap
slap /path/to/somefile
# use the mouse to select some text# notice that a blue selection marker appears via xterm.js# but other terminals use slap's built-in selection mechanism
The text was updated successfully, but these errors were encountered:
Thanks for reporting @dbkaplun. This should be partially fixed by now after #148.
The current issue is that you get both slap's selection and the native one. I guess we should disable text selection, when term.applicationCursor is true.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: