mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/bin/byobu-config: LP: #1255484
- reload-required should always be in run-dir, not config-dir
This commit is contained in:
parent
73b66677ce
commit
6a978550ad
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -10,6 +10,8 @@ byobu (5.66) unreleased; urgency=low
|
|||
used to enter scrollback mode
|
||||
* usr/lib/byobu/memory: LP: #1255491
|
||||
- fix the name of the __memory_detail() function
|
||||
* usr/bin/byobu-config: LP: #1255484
|
||||
- reload-required should always be in run-dir, not config-dir
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 18 Nov 2013 12:31:12 -0600
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ if not os.path.exists(DOC):
|
|||
DOC = BYOBU_CONFIG_DIR + "/" + DOC
|
||||
DEF_ESC = "A"
|
||||
RELOAD = "If you are using the default set of keybindings, press\n<F5> or <ctrl-a-R> to activate these changes.\n\nOtherwise, exit this session and start a new one."
|
||||
RELOAD_FLAG = "%s/reload-required" % (BYOBU_CONFIG_DIR)
|
||||
RELOAD_FLAG = "%s/reload-required" % (BYOBU_RUN_DIR)
|
||||
ESC = ''
|
||||
snack.hotkeys[ESC] = ord(ESC)
|
||||
snack.hotkeys[ord(ESC)] = ESC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue