mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* usr/bin/byobu-ctrl-a:
- whitespace
This commit is contained in:
parent
d70779fbf3
commit
57dc59b934
2 changed files with 3 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -35,6 +35,8 @@ byobu (4.17) unreleased; urgency=low
|
||||||
SOCKETDIR is not /var/run/screen, and XDG_USER_DIRS users
|
SOCKETDIR is not /var/run/screen, and XDG_USER_DIRS users
|
||||||
* usr/lib/byobu/.constants:
|
* usr/lib/byobu/.constants:
|
||||||
- should probably export those
|
- should probably export those
|
||||||
|
* usr/bin/byobu-ctrl-a:
|
||||||
|
- whitespace
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 27 Jun 2011 14:14:17 +0000
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 27 Jun 2011 14:14:17 +0000
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,7 @@ while true; do
|
||||||
echo "When you press ctrl-a in Byobu, do you want it to operate in:"
|
echo "When you press ctrl-a in Byobu, do you want it to operate in:"
|
||||||
echo " (1) Emacs mode (go to beginning of line)"
|
echo " (1) Emacs mode (go to beginning of line)"
|
||||||
echo " (2) Screen mode (screen's default escape sequence)"
|
echo " (2) Screen mode (screen's default escape sequence)"
|
||||||
|
echo
|
||||||
echo "Note that:"
|
echo "Note that:"
|
||||||
echo " - F12 also operates as Screen escape in Byobu"
|
echo " - F12 also operates as Screen escape in Byobu"
|
||||||
echo " - You can press F9 and choose your escape character"
|
echo " - You can press F9 and choose your escape character"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue