What can I do if bash stops echoing?
One of the applications I use at work sometimes screws with my bash and so I don’t see my own input anymore. I.e.
One of the applications I use at work sometimes screws with my bash and so I don’t see my own input anymore. I.e.
I’m asking this question while using xfce4-terminal, but I’m interested in a general solution: is there a way to stop a terminal emulator announcing mouse support in consoles? I need mouse-select and copy-paste much more frequent that I need mouse support in vim or wherever.
I’m on OSX 10.11.1 and occasionally my bash terminal gets mangled. It often happens when I accidentally cat a binary file. The result can be seen on the image below. The output becomes weird, and I can’t type ascii characters anymore.
Is there a way to disable scrolling through command history for the Xfce terminal? I don’t wish to rely on palm rejection, I’d just like it disabled when I’m using the terminal. Specifically I’m talking about not cycling through previous commands at the prompt when scrolling with mouse/touchpad.
How can I display colors in terminal to handle hexadecimal color values ?
It can be useful for theming, XResources etc.
For example :
I have a program that would output something like this:
When you send a control character from the terminal, for example if you pressed Ctrl+C, the line discipline will receive the byte representing this control character (which is 0x03 in the case of Ctrl+C).
I would like to, every 30 seconds or so, copy all text of a certain terminal or terminal emulator to a file, and display it in conky. I’m not talking about simple redirection (command > file), which doesn’t work for ncurses programs or games such as NetHack.
What I want to achieve is be able to record my terminal sessions to file automatically whenever I use Yakuake/Konsole.
Apparently, if the same shell launches multiple ssh connections to the same server, they won’t return after executing the command they’re given but will hang (Stopped (tty input)) for ever. To illustrate: