GNU Screen doesn’t echo unicode characters correct
When I do this in my terminal:
When I do this in my terminal:
How can certain programs set background and font colors, write characters to the same location on screen (e.g. to the third row, fifth column) more than once?
At first this was a bit funny, like playing “Bash Roulette”
…but now it’s getting old lol
I can see the difference between /dev/tty and /dev/tty0 by testing the provided method from this question. But I really wonder about the practical usage of those devices (like situations they will be used).
I am logged into ssh to a university account from my home computer. Then I find a file that I want to copy onto my local system. So I open a new shell terminal and am about to use scp to copy that file onto my system. But the path to the file on the system I am ssh‘ed into is long so I select it with the mouse and then paste it with the mouse into the other locally connected terminal.
When I press AltUp, A printed to terminal screen. Same thing happened when I pressed AltDown but B is printed instead.
Sometimes, some time after I’ve backgrounded a process with bg in bash, when I press Enter in the same shell to redisplay the prompt (just to check that I’m still in bash when some output from the background process has been displayed), the background process seems to stop spontaneously.
There are many questions on SE that show how to recover from terminal broken by cat /dev/urandom. For those that are unfamiliar with this issue – here what it is about: