Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selection should not be visible during mouse interaction mode #140

Closed
dbkaplun opened this issue Jun 23, 2016 · 2 comments
Closed

Selection should not be visible during mouse interaction mode #140

dbkaplun opened this issue Jun 23, 2016 · 2 comments
Assignees
Labels
type/bug Something is misbehaving
Milestone

Comments

@dbkaplun
Copy link

dbkaplun commented Jun 23, 2016

Steps to reproduce:

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
@parisk parisk added the type/bug Something is misbehaving label Jun 29, 2016
@parisk
Copy link
Contributor

parisk commented Jun 29, 2016

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.

@Tyriar
Copy link
Member

Tyriar commented Jun 9, 2017

Fixed in #670

@Tyriar Tyriar closed this as completed Jun 9, 2017
@Tyriar Tyriar added this to the 2.8.0 milestone Jun 9, 2017
@Tyriar Tyriar self-assigned this Jun 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something is misbehaving
Projects
None yet
Development

No branches or pull requests

3 participants