byobu-config, doc/help.txt: insert version number in byobu help menu,

LP: #502119
This commit is contained in:
Dustin Kirkland 2010-01-11 21:26:01 -06:00
commit da9442f48e
3 changed files with 5 additions and 2 deletions

View file

@ -127,6 +127,7 @@ def help(screen, size, config):
f.close()
text=text.replace("<esckey>", getesckey(), 1)
text=text.replace("_VER_", commands.getoutput("byobu -v | head -n1 | sed 's/.* //'"), 1)
t = Textbox(70, 14, text, scroll=0)
bb = ButtonBar(screen, ((_("Menu"), "menu", ESC),), compact = 1)

2
debian/changelog vendored
View file

@ -3,6 +3,8 @@ byobu (2.46) unreleased; urgency=low
* byobu-janitor: seed the default color choices more effciently, also
fixes some strange crashes on first run; default the colors to white
on black
* byobu-config, doc/help.txt: insert version number in byobu help menu,
LP: #502119
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 07 Jan 2010 21:53:14 -0600

View file

@ -1,5 +1,5 @@
Byobu is an enhancement to GNU Screen, a command line tool
providing live system status, dynamic window management,
Byobu _VER_ is an enhancement to GNU Screen, a command line
tool providing live system status, dynamic window management,
and some convenient keybindings:
F2 Create a new window | F6 Detach from the session