question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Control characters when moving mouse in terminal

See original GitHub issue

Expected Behavior

The same like entering the container shell with docker exec -it <hash> bash - which is being able to move the mouse over the terminal without outputting strange control characters.

Actual Behavior

Output of strange control characters 😉

Steps to Re-produce the Problem

  1. use ddev to create a php environment, start it with “ddev start” (but maybe just any container)

  2. open dockly and enter the web container with the “l” key

  3. move the mouse over the console and see strange characters appear (without any typing)

Context

  • Operating System: MacOS
  • Node.js version (run node --version): 10.13.0
  • Package version: 3.11.0
  • Docker version (run docker --version): 18.09.2
  • Is docker installed locally? yes
  • Do you have containers created? yes
  • Does this file exists /var/run/docker.sock ? yes

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
flowlicommented, Sep 20, 2019

@lirantal Works now, Liran. ❤️from Erkrath, Germany

1reaction
flowlicommented, Sep 9, 2019

Full ack, no mouse needed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

When I click on my terminal, strange characters appear
Here, between every line, I moved my cursor somewhere else on my Desktop. The strange behaviour in image. The content of my ~/.bash_profile...
Read more >
6.2. Cursor Movement
6.2. Cursor Movement. ANSI escape sequences allow you to move the cursor around the screen at will. This is more useful for full...
Read more >
Fastest way(s) to move the cursor on a terminal command line?
Ctrl -b Move back one character. Ctrl-f Move forward one character. [DEL] or [Backspace] Delete the character to the left of the cursor....
Read more >
Xterm Control Sequences - XFree86
The xterm program recognizes both 8-bit and 7-bit control characters. It generates 7-bit controls (by default) or 8-bit if S8C1T is enabled.
Read more >
Escape sequences written on mouse movement #779 - GitHub
Usually, that terminal will freeze after a little of this - sometimes as little as 20 characters, sometimes over 100. I can kill...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found