mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
screen-profiles: remove the scroll bar on the help page, Bug #330276
This commit is contained in:
parent
8f540a753d
commit
e56149a786
2 changed files with 8 additions and 2 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,9 +1,15 @@
|
||||||
|
screen-profiles (1.24-0ubuntu1) jaunty; urgency=low
|
||||||
|
|
||||||
|
* screen-profiles: remove the scroll bar on the help page, LP: #330276
|
||||||
|
|
||||||
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 16 Feb 2009 16:34:32 -0600
|
||||||
|
|
||||||
screen-profiles (1.23-0ubuntu1) jaunty; urgency=low
|
screen-profiles (1.23-0ubuntu1) jaunty; urgency=low
|
||||||
|
|
||||||
* profiles/common, profiles/plain: remove double-sourcing of /etc/screenrc,
|
* profiles/common, profiles/plain: remove double-sourcing of /etc/screenrc,
|
||||||
LP: #328365
|
LP: #328365
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 22:34:36 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 23:26:46 -0600
|
||||||
|
|
||||||
screen-profiles (1.22-0ubuntu1) jaunty; urgency=low
|
screen-profiles (1.22-0ubuntu1) jaunty; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -110,7 +110,7 @@ def help(screen, size, config):
|
||||||
|
|
||||||
text=text.replace("<esckey>", getesckey(), 1)
|
text=text.replace("<esckey>", getesckey(), 1)
|
||||||
|
|
||||||
t = Textbox(70, 14, text, scroll=1)
|
t = Textbox(70, 14, text, scroll=0)
|
||||||
bb = ButtonBar(screen, ((_("Back"), )), compact = 1)
|
bb = ButtonBar(screen, ((_("Back"), )), compact = 1)
|
||||||
g = GridForm(screen, _("Screen Profiles Help"), 1, 3)
|
g = GridForm(screen, _("Screen Profiles Help"), 1, 3)
|
||||||
g.add(t, 0, 0, padding=(0,0,0,0))
|
g.add(t, 0, 0, padding=(0,0,0,0))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue