mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-23 06:36:17 -07:00
usr/bin/byobu-config: remove debug output, LP: #782372
This commit is contained in:
parent
1ad4e1ab7c
commit
fd6f68adb8
2 changed files with 1 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,6 +1,6 @@
|
||||||
byobu (4.2) unreleased; urgency=low
|
byobu (4.2) unreleased; urgency=low
|
||||||
|
|
||||||
* UNRELEASED
|
* usr/bin/byobu-config: remove debug output, LP: #782372
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 13 May 2011 18:58:03 +0200
|
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 13 May 2011 18:58:03 +0200
|
||||||
|
|
||||||
|
|
|
@ -170,7 +170,6 @@ def select_color(screen, size, layer):
|
||||||
g.add(bb, 0, 1, padding=(1,1,0,0))
|
g.add(bb, 0, 1, padding=(1,1,0,0))
|
||||||
|
|
||||||
if bb.buttonPressed(g.runOnce()) != "cancel":
|
if bb.buttonPressed(g.runOnce()) != "cancel":
|
||||||
commands.getoutput("echo %s > /tmp/out" % layer)
|
|
||||||
if layer == "foreground":
|
if layer == "foreground":
|
||||||
commands.getoutput('byobu-select-profile --foreground %s' % li.current())
|
commands.getoutput('byobu-select-profile --foreground %s' % li.current())
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue