Tagged Questions
1
vote
1answer
67 views
C-u leaves ghost characters at command prompt in xterm
I am using bash (v3.2.25) on linux, through xterm, through exceed. When using Ctrlu the cursor is moved next to the bash character prompt ($) but the rest of the line remains and is not erased as ...
3
votes
2answers
329 views
Resuming screen with UTF8 enabled breaks character input
Overview of UTF8 screen re-attachment issues.
Problem:
Creating a screen that uses UTF8 works perfectly until re-attaching said screen session.
Steps:
ssh remothost
screen -U -S ttytter
[detach ...
3
votes
2answers
118 views
Why do different terminals have different values for keys in the .inputrc file?
This question really started from here. I would like to know why different terminals like rxvt and xterm use different values when mapping key combinations? Whilst I am in rxvt or xterm how can I find ...