i want to have a binding to enter into sudo mode.
so i added the following binding. but it is not working
what's the right way to do it.
bind-key 0 send-keys "su^Mpass^M"
--
Learn Graph Databases - Download FREE O'Reilly
Hi,
I think focus reporting mode should be reset by RIS (hard reset).
Signed-off-by: Hayaki Saito
---
screen-write.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/screen-write.c b/screen-write.c
index b423df7..ae89293 100644
--- a/screen-write.c
+++ b/screen-write.c
@@ -56
Hi all,
Recently, I found odd behavior of focus reporting mode (private mode 1004)
feature in tmux 1.8 (current HEAD of SF git repo).
example:
$ echo -ne '\033[?1004l\033[?1004h' && cat
^[[I <-- Focus in event
Unnecessary focus-in event "CSI I" is fired when we just set private mode 1004