mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
usr/bin/byobu-config: ensure that escape key changing through byobu-config
continues to work
This commit is contained in:
parent
2813e92351
commit
4c24de6902
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -52,6 +52,8 @@ byobu (3.35c) unreleased; urgency=low
|
|||
- add a byobu-quiet utility, to silence eyecandy
|
||||
* usr/share/man/man1/byobu-ctrl-a.1, usr/share/man/man1/byobu-quiet.1,
|
||||
usr/share/man/man1/Makefile.am: document the new tools
|
||||
* usr/bin/byobu-config: ensure that escape key changing through byobu-config
|
||||
continues to work
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 03 May 2011 12:11:10 -0500
|
||||
|
||||
|
|
|
@ -482,7 +482,7 @@ def setesckey(key):
|
|||
out = commands.getoutput(SED+" -i -e 's/^escape.*$//' "+path)
|
||||
appendtofile(path, "escape ^"+u+l+"\n")
|
||||
out = commands.getoutput(SED+" -i -e 's/^register.*$//' "+path)
|
||||
out = commands.getoutput("grep -h ^register "+SHARE+"/keybindings/*keys")
|
||||
out = commands.getoutput("grep -sh '^register x' "+SHARE+"/keybindings/*keys")
|
||||
appendtofile(path, out+"\n")
|
||||
out = commands.getoutput(SED+" -i -e 's/\"^^/\"\^"+l+"/g' "+path)
|
||||
out = commands.getoutput(SED+" -i -e '/^$/d' "+path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue