When using `byobu` in a PuTTY session cannot create new windows
I have an Ubuntu 10.04.4 web server, and I have set it to run byobu on session startup.
To start with it all seems to work fine, for example F9 brings up the menu and F7 starts the copy/paste process.
When I connect to the server using PuTTY from my PC, the problem is that when I press F2 to create a new window, the screen just flashes, and no window is created.
I have tried setting PuTTY to use Xterm R6
in the function keys settings, as per the man page and mailing list, but have also tried using the default ESC[n~
.
Since you are using 10.04 I'll assume you are still using the screen
backend to byobu
. You should also learn the screen
shortcuts - at least the most important ones.
- Ctrl+ac == create new window
- Ctrl+ap == previous window
- Ctrl+an == next window
- Ctrl+aa == toggle between two windows
-
Ctrl+a[number] == switch to window
[number]
- Ctrl+ad == detach from session
There are various reasons why this may not work. And you will encounter more the more different programs you use.
For example the default byobu
shortcuts block out the ones in Midnight Commander (various F-keys), but you can use Alt+[number], e.g. Alt+1 replaces F1.
In Putty, You need to set the configurations: -->Connection-->SSH-->Auth-->load ppk file Replace the xterm with putty-256color
Connection->Data->Terminal-Type-String-> putty-256color
Note: Go to session-> click save button to save the configuration.