* byobu-config: fix keybinding disabling for non-standard escape sequences,

LP: #389129


Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-19 00:42:37 -05:00
commit 8bbcd57af4
2 changed files with 6 additions and 3 deletions

View file

@ -425,9 +425,9 @@ def setesckey(key):
out = commands.getoutput("sed -i -e 's/^escape.*$//' "+path) out = commands.getoutput("sed -i -e 's/^escape.*$//' "+path)
appendtofile(path, "escape ^"+u+l+"\n") appendtofile(path, "escape ^"+u+l+"\n")
out = commands.getoutput("sed -i -e 's/^register.*$//' "+path) out = commands.getoutput("sed -i -e 's/^register.*$//' "+path)
out = commands.getoutput("grep ^register "+SHARE+"/keybindings/common") out = commands.getoutput("grep -h ^register "+SHARE+"/keybindings/*keys")
appendtofile(path, out+"\n") appendtofile(path, out+"\n")
out = commands.getoutput("sed -i -e 's/\"\^a/\"\^"+l+"/' "+path) out = commands.getoutput("sed -i -e 's/\"\^a/\"\^"+l+"/g' "+path)
out = commands.getoutput("sed -i -e '/^$/d' "+path) out = commands.getoutput("sed -i -e '/^$/d' "+path)
def chgesc(screen, size): def chgesc(screen, size):

5
debian/changelog vendored
View file

@ -54,7 +54,10 @@ byobu (2.12) unreleased; urgency=low
profiles/profile.skel, rpm/byobu.spec: add a mail status notification, profiles/profile.skel, rpm/byobu.spec: add a mail status notification,
LP: #387936 LP: #387936
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 18 Jun 2009 00:53:42 -0500 * byobu-config: fix keybinding disabling for non-standard escape sequences,
LP: #389129
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 19 Jun 2009 00:35:39 -0500
byobu (2.11-0ubuntu1) karmic; urgency=low byobu (2.11-0ubuntu1) karmic; urgency=low