Questions tagged [terminal-emulator]
The terminal-emulator tag has no summary.
304 questions
3
votes
1
answer
483
views
Confused about root shell $PATH
So I'm running a Devuan (but for these purposes it could be Debian as well as most other distros, I guess...) and somehow, when I enter the root shell in a graphical terminal via su, the PATH variable ...
2
votes
2
answers
155
views
What sort of terminal might this be?
I'm trying to rescue a venerable piece of lab hardware, that was being accessed through a terminal emulator running on a windows XP system that's blown up. ( A replacement is out of the question, it ...
2
votes
1
answer
245
views
TTY line discipline echoing feature
I'm confused from the actual meaning of the echoing feature implemented in Linux TTY driver.
As far as I know, a pseudo-terminal pair (PTY pair) consists of a PTY master, a PTY slave and a line ...
0
votes
3
answers
122
views
How can I make a double-click act as the Enter key in Linux terminal and browser URL bars?
I want to use a double-click (or a specific mouse button for double-click) to act like the Enter key in both the Linux terminal (e.g., KDE Terminal) and browser URL bars (Firefox/Chrome) or anywhere ...
0
votes
1
answer
81
views
What does Ctrl+L do "under the hood", if not invoke clear?
I've noticed that using Ctrl+L to clear my terminal has some differences from using the clear command (from ncurses 6.5.20240427).
It seems that the clear command will wipe every character in the ...
0
votes
1
answer
51
views
bind -x with unicode codepoints
I instructed my terminal emulator to send "\u{85}" (C1 control character "NEXT LINE" (NEL)) down the pipe to be caught by bash:
bind -x '"\u0085":"echo Hello"'
...
-3
votes
1
answer
140
views
Switching to a new default terminal breaks my desktop and panel shortcuts
I am a noobie running a Hyper-V instance of Kali Linux and have switched my default terminal editor to Ghostty.
Doing so has broken the desktop and panel shortcuts I have, but only the ones that run ...
2
votes
1
answer
89
views
Detectng missed SIGWINCH in Bash extension, when apparent terminal size has not changed
I maintain an extension for the Bash environment called Basta. Basta provides a scroll-protected status line at the bottom of your ANSI/VT100 terminal.
When Basta sets itself up, the effective number ...
0
votes
1
answer
167
views
Where is the tty line discipline exactly "logically" located?
I recently started learning about Operating Systems and the linux kernel. I was interested in terminals, so I started there, however, I quickly ran into a problem. I wrote a slightly longer question, ...
1
vote
1
answer
64
views
How do I distinguish paste and input in terminals? [duplicate]
In the latest versions of terminals (gnome-terminal, mate-terminal, konsole, xfce4-terminal, xterm, etc), programs seem aware of whether some text is from paste or keyboard input. Specifically:
If I ...
0
votes
0
answers
67
views
Help to set up bspwm on Ubuntu in VMware
I've installed bspwm and sxhkd on Ubuntu Server LTS 24.04 in vmware. I use lightDM as display manager, qterminal as terminal emulator. When I open a terminal in bspwm gui, it looks like there are some ...
0
votes
0
answers
70
views
Cross-platform method of checking if using terminal emulator or tty
I am looking for a cross platform way to check if I am using a terminal emulator (with support for unicode characters) or a TTY session (with only support for ASCII chars). I initially tried to use if ...
1
vote
0
answers
189
views
Merging 2 Konsole windows in one (so each window is a tab in one window)
Is it possible to do in KDE Konsole? If yes, how?
If it's not possible in Konsole, are there any terminal emulators with this feature?
I tried drag&dropping a tab from one window to another (as ...
1
vote
1
answer
569
views
Setting icon for hidden files in LF (file manager)
What I want to achieve is to have a specific emoji appear next to dotfiles inside file manager "LF" (these can be made visible in the file manager with the "zh" shortcut).
In my ~/....
0
votes
1
answer
177
views
xterm seems to change its "home" key behaviour for emacs
In xterm, when I press the HOME key on my keyboard, it normally sends ^[[H but when I open emacs -nw, it changes to ^[OH; those are home and khome respectively. I figured out while trying to build my ...