Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 20/18] _tmux: Fix \ooo display in completion list
---
Completion/Unix/Command/_tmux | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index ba1c03e..896fae7 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -215,7 +215,7 @@ function _tmux-capture-pane() {
args=(
'-a[use alternate screen]'
'-b[choose target buffer]:target buffer:__tmux-buffers'
- '-C[escape non-printable characters as octal \ooo]'
+ '-C[escape non-printable characters as octal \\ooo]'
'-e[include escape sequences for attributes etc]'
'-E[specify last line to capture. - means last line of pane]'
'-J[join wrapped lines and preserver trailing space]'
--
2.1.4
Messages sorted by:
Reverse Date,
Date,
Thread,
Author