The branch, master has been updated
via 97620bb5becf29571a8f5bd1ee89e0b12908f799 (commit)
via 49ed75d88369ae8a3203cdce7fa537c792f4ba69 (commit)
from c41d92d27a8083286793a58bc02ffc015d8c70ac (commit)
- Log -----------------------------------------------------------------
commit 97620bb5becf29571a8f5bd1ee89e0b12908f799
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>
Add a home and end as modified by xterm in keypad mode, from Chris Johnsen.
---
tty-keys.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/tty-keys.c b/tty-keys.c
index 575920e..fab8c3f 100644
--- a/tty-keys.c
+++ b/tty-keys.c
@@ -82,6 +82,13 @@ const struct tty_default_key_raw tty_default_raw_keys[] = {
{ "\033[C", KEYC_RIGHT },
{ "\033[D", KEYC_LEFT },
+ /* Other (xterm) "cursor" keys. */
+ { "\033OH", KEYC_HOME },
+ { "\033OF", KEYC_END },
+
+ { "\033[H", KEYC_HOME },
+ { "\033[F", KEYC_END },
+
/* rxvt-style arrow + modifier keys. */
{ "\033Oa", KEYC_UP|KEYC_CTRL },
{ "\033Ob", KEYC_DOWN|KEYC_CTRL },
commit 49ed75d88369ae8a3203cdce7fa537c792f4ba69
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>
Fix a warning.
---
cmd-queue.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cmd-queue.c b/cmd-queue.c
index 5267444..17992a3 100644
--- a/cmd-queue.c
+++ b/cmd-queue.c
@@ -163,7 +163,7 @@ cmdq_guard(struct cmd_q *cmdq, const char *guard)
return;
evbuffer_add_printf(c->stdout_data, "%%%s %ld %u\n", guard,
- cmdq->time, cmdq->number);
+ (long) cmdq->time, cmdq->number);
server_push_stdout(c);
}
-----------------------------------------------------------------------
Summary of changes:
cmd-queue.c | 2 +-
tty-keys.c | 7 +++++++
2 files changed, 8 insertions(+), 1 deletions(-)
hooks/post-receive
--
tmux
------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the
endpoint security space. For insight on selecting the right partner to
tackle endpoint security challenges, access the full report.
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs