I am using an Ubuntu server with Byobu. For some reason, the tab key writes a tab instead of completing commands and paths. Top arrow writes ^[[A
instead of the command history. Scrolling writes ^[[B
. I'm wondering how to solve this: is this a byobu configuration problem, a keyboard problem?
Asked
Active
Viewed 1,160 times
1
Clément
- 111
- 2
-
Do you have package `libreadline` installed? – Khaled May 07 '12 at 09:34
-
`libreadline6` is installed. – Clément May 07 '12 at 09:36
-
What's your terminal? gnome-terminal? putty? xterm? This sounds like a terminal issue. – Dustin Kirkland May 07 '12 at 19:22
-
I use Terminal.app but other shells work fine. – Clément May 08 '12 at 14:16
1 Answers
0
To make byobu aware of your terminal's capabilities you might want to try setting TERM=xterm
or something compatible like that. Also in Terminal.app's settings, under Advanced Settings you can choose from several types of 'xterm' under the Emulation Options section. If this doesn't work then we might have to fiddle about with the byobu configuration to let it know explicitly that you have a modern terminal capable of using these kinds of characters.
I'm not a Mac user, but as a side note, you might also want to consider using iTerm2 which apparently has more features.
sinisterstuf
- 103
- 4