mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 05:23:20 -07:00
usr/share/man/man1/byobu.1: document TERM=vt100 for Mac keyboard users,
LP: #482623
This commit is contained in:
parent
a8f6651214
commit
e27b04cae7
2 changed files with 6 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -5,6 +5,8 @@ byobu (3.29) unreleased; urgency=low
|
||||||
* usr/share/man/man1/byobu.1: fix minor manpage typo, add SERVICES example
|
* usr/share/man/man1/byobu.1: fix minor manpage typo, add SERVICES example
|
||||||
* usr/lib/byobu/wifi_quality, usr/share/man/man1/byobu.1: support overriding
|
* usr/lib/byobu/wifi_quality, usr/share/man/man1/byobu.1: support overriding
|
||||||
the default wireless interface, LP: #723260
|
the default wireless interface, LP: #723260
|
||||||
|
* usr/share/man/man1/byobu.1: document TERM=vt100 for Mac keyboard users,
|
||||||
|
LP: #482623
|
||||||
|
|
||||||
[ Chow Loong Jin and Dustin Kirkland ]
|
[ Chow Loong Jin and Dustin Kirkland ]
|
||||||
* usr/lib/byobu/disk_io: canonicalize symlinks so that disk_io works
|
* usr/lib/byobu/disk_io: canonicalize symlinks so that disk_io works
|
||||||
|
|
|
@ -175,7 +175,10 @@ For Byobu colors to work properly, older versions of GNU Screen require a 1-line
|
||||||
|
|
||||||
PuTTY users have reported that the F2, F3, and F4 shortcut keys are not working properly. PuTTY sends the same escape sequences as the linux console for F1-F4 by default. You can fix this problem in the PuTTY config, Terminal -> Keyboard -> Function keys: Xterm R6. See: \fIhttp://www.mail-archive.com/screen-users@gnu.org/msg01525.html\fP
|
PuTTY users have reported that the F2, F3, and F4 shortcut keys are not working properly. PuTTY sends the same escape sequences as the linux console for F1-F4 by default. You can fix this problem in the PuTTY config, Terminal -> Keyboard -> Function keys: Xterm R6. See: \fIhttp://www.mail-archive.com/screen-users@gnu.org/msg01525.html\fP
|
||||||
|
|
||||||
Mac OSX terminal users have reported 'flashing text'. You can fix this in the advanced settings of the terminal application, with 'Declare Terminal As: xterm-color'.
|
Apple Mac OSX terminal users have reported 'flashing text'. You can fix this in the advanced settings of the terminal application, with 'Declare Terminal As: xterm-color'.
|
||||||
|
|
||||||
|
Apple Mac keyboard users may need to specify a vt100 terminal by adding this to your OSX profile, in order to get Byobu's function keys and colors to work:
|
||||||
|
alias ssh='TERM=vt100 ssh'
|
||||||
|
|
||||||
Users of a non-UTF8 locale (such as cs_CZ charset ISO-8859-2), may need to add "defutf8 off" to \fI~/.screenrc\fP, if some characters are rendering as "?".
|
Users of a non-UTF8 locale (such as cs_CZ charset ISO-8859-2), may need to add "defutf8 off" to \fI~/.screenrc\fP, if some characters are rendering as "?".
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue