mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
byobu-config, doc/help.txt: insert version number in byobu help menu,
LP: #502119
This commit is contained in:
parent
c50607b2d7
commit
da9442f48e
3 changed files with 5 additions and 2 deletions
|
@ -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
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue