Last active
September 28, 2016 13:12
-
-
Save hchbaw/07d31d48d9688cff17f94610e63bebaf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/screen-write.c b/screen-write.c | |
index 94ce359..5585342 100644 | |
--- a/screen-write.c | |
+++ b/screen-write.c | |
@@ -1270,15 +1270,13 @@ screen_write_overwrite(struct screen_write_ctx *ctx, struct grid_cell *gc, | |
* Overwrite any padding cells that belong to a UTF-8 character | |
* we'll be overwriting with the current character. | |
*/ | |
- if (gc->data.width != 1 || gc->flags & GRID_FLAG_PADDING) { | |
- xx = s->cx + width - 1; | |
- while (++xx < screen_size_x(s)) { | |
- grid_view_get_cell(gd, xx, s->cy, &tmp_gc); | |
- if (~tmp_gc.flags & GRID_FLAG_PADDING) | |
- break; | |
- grid_view_set_cell(gd, xx, s->cy, &grid_default_cell); | |
- done = 1; | |
- } | |
+ xx = s->cx + width - 1; | |
+ while (++xx < screen_size_x(s)) { | |
+ grid_view_get_cell(gd, xx, s->cy, &tmp_gc); | |
+ if (~tmp_gc.flags & GRID_FLAG_PADDING) | |
+ break; | |
+ grid_view_set_cell(gd, xx, s->cy, &grid_default_cell); | |
+ done = 1; | |
} | |
return (done); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
{ | |
local $|=1; | |
print " あaいb"; | |
sleep 1.0; | |
print "\r"; | |
print "あaいb_"; | |
print "\n"; | |
} | |
{ | |
# do above block's prints in one go | |
print " あaいb\rあaいb_\n"; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1475068259.908697 server started (13344): socket /tmp/tmux-1001/default, protocol 8 | |
1475068259.908761 on Linux 4.7.4-ck5+ #1 SMP PREEMPT Sat Sep 24 14:28:00 JST 2016; libevent 2.0.21-stable (poll) | |
1475068259.908993 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.909019 cmdq 0x17ede10: bind-key C-b send-prefix | |
1475068259.909049 preparing state for bind-key C-b send-prefix (client (nil)) | |
1475068259.909063 cmd_find_client: no target, return (nil) | |
1475068259.909074 preparing -t state: target none | |
1475068259.909083 preparing -s state: target none | |
1475068259.909102 preparing state for bind-key C-b send-prefix (client (nil)) | |
1475068259.909114 cmd_find_client: no target, return (nil) | |
1475068259.909123 preparing -t state: target none | |
1475068259.909133 preparing -s state: target none | |
1475068259.909185 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.909203 cmdq 0x17ede10: bind-key C-o rotate-window | |
1475068259.909218 preparing state for bind-key C-o rotate-window (client (nil)) | |
1475068259.909229 cmd_find_client: no target, return (nil) | |
1475068259.909239 preparing -t state: target none | |
1475068259.909249 preparing -s state: target none | |
1475068259.909264 preparing state for bind-key C-o rotate-window (client (nil)) | |
1475068259.909276 cmd_find_client: no target, return (nil) | |
1475068259.909285 preparing -t state: target none | |
1475068259.909294 preparing -s state: target none | |
1475068259.909324 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.909340 cmdq 0x17ede10: bind-key C-z suspend-client | |
1475068259.909354 preparing state for bind-key C-z suspend-client (client (nil)) | |
1475068259.909365 cmd_find_client: no target, return (nil) | |
1475068259.909375 preparing -t state: target none | |
1475068259.909384 preparing -s state: target none | |
1475068259.909399 preparing state for bind-key C-z suspend-client (client (nil)) | |
1475068259.909410 cmd_find_client: no target, return (nil) | |
1475068259.909419 preparing -t state: target none | |
1475068259.909429 preparing -s state: target none | |
1475068259.909457 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.909472 cmdq 0x17ede10: bind-key Space next-layout | |
1475068259.909488 preparing state for bind-key Space next-layout (client (nil)) | |
1475068259.909499 cmd_find_client: no target, return (nil) | |
1475068259.909509 preparing -t state: target none | |
1475068259.909518 preparing -s state: target none | |
1475068259.909532 preparing state for bind-key Space next-layout (client (nil)) | |
1475068259.909543 cmd_find_client: no target, return (nil) | |
1475068259.909552 preparing -t state: target none | |
1475068259.909561 preparing -s state: target none | |
1475068259.909591 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.909608 cmdq 0x17ede10: bind-key ! break-pane | |
1475068259.909623 preparing state for bind-key ! break-pane (client (nil)) | |
1475068259.909633 cmd_find_client: no target, return (nil) | |
1475068259.909642 preparing -t state: target none | |
1475068259.909692 preparing -s state: target none | |
1475068259.909708 preparing state for bind-key ! break-pane (client (nil)) | |
1475068259.909719 cmd_find_client: no target, return (nil) | |
1475068259.909728 preparing -t state: target none | |
1475068259.909737 preparing -s state: target none | |
1475068259.909763 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.909779 cmdq 0x17ede10: bind-key " split-window | |
1475068259.909793 preparing state for bind-key " split-window (client (nil)) | |
1475068259.909804 cmd_find_client: no target, return (nil) | |
1475068259.909813 preparing -t state: target none | |
1475068259.909822 preparing -s state: target none | |
1475068259.909836 preparing state for bind-key " split-window (client (nil)) | |
1475068259.909847 cmd_find_client: no target, return (nil) | |
1475068259.909856 preparing -t state: target none | |
1475068259.909864 preparing -s state: target none | |
1475068259.909893 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.909909 cmdq 0x17ede10: bind-key # list-buffers | |
1475068259.909924 preparing state for bind-key # list-buffers (client (nil)) | |
1475068259.909934 cmd_find_client: no target, return (nil) | |
1475068259.909943 preparing -t state: target none | |
1475068259.909967 preparing -s state: target none | |
1475068259.909983 preparing state for bind-key # list-buffers (client (nil)) | |
1475068259.909994 cmd_find_client: no target, return (nil) | |
1475068259.910003 preparing -t state: target none | |
1475068259.910012 preparing -s state: target none | |
1475068259.910045 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.910067 cmdq 0x17ede10: bind-key $ command-prompt -I#S "rename-session '%%'" | |
1475068259.910088 preparing state for bind-key $ command-prompt -I#S "rename-session '%%'" (client (nil)) | |
1475068259.910098 cmd_find_client: no target, return (nil) | |
1475068259.910108 preparing -t state: target none | |
1475068259.910117 preparing -s state: target none | |
1475068259.910138 preparing state for bind-key $ command-prompt -I#S "rename-session '%%'" (client (nil)) | |
1475068259.910149 cmd_find_client: no target, return (nil) | |
1475068259.910158 preparing -t state: target none | |
1475068259.910167 preparing -s state: target none | |
1475068259.910195 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.910212 cmdq 0x17ede10: bind-key % split-window -h | |
1475068259.910229 preparing state for bind-key % split-window -h (client (nil)) | |
1475068259.910240 cmd_find_client: no target, return (nil) | |
1475068259.910249 preparing -t state: target none | |
1475068259.910258 preparing -s state: target none | |
1475068259.910275 preparing state for bind-key % split-window -h (client (nil)) | |
1475068259.910286 cmd_find_client: no target, return (nil) | |
1475068259.910295 preparing -t state: target none | |
1475068259.910303 preparing -s state: target none | |
1475068259.910338 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.910367 cmdq 0x17ede10: bind-key & confirm-before "-pkill-window #W? (y/n)" kill-window | |
1475068259.910390 preparing state for bind-key & confirm-before "-pkill-window #W? (y/n)" kill-window (client (nil)) | |
1475068259.910401 cmd_find_client: no target, return (nil) | |
1475068259.910410 preparing -t state: target none | |
1475068259.910419 preparing -s state: target none | |
1475068259.910438 preparing state for bind-key & confirm-before "-pkill-window #W? (y/n)" kill-window (client (nil)) | |
1475068259.910449 cmd_find_client: no target, return (nil) | |
1475068259.910458 preparing -t state: target none | |
1475068259.910467 preparing -s state: target none | |
1475068259.910499 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.910522 cmdq 0x17ede10: bind-key ' command-prompt -pindex "select-window -t ':%%'" | |
1475068259.910542 preparing state for bind-key ' command-prompt -pindex "select-window -t ':%%'" (client (nil)) | |
1475068259.910553 cmd_find_client: no target, return (nil) | |
1475068259.910562 preparing -t state: target none | |
1475068259.910570 preparing -s state: target none | |
1475068259.910590 preparing state for bind-key ' command-prompt -pindex "select-window -t ':%%'" (client (nil)) | |
1475068259.910601 cmd_find_client: no target, return (nil) | |
1475068259.910610 preparing -t state: target none | |
1475068259.910619 preparing -s state: target none | |
1475068259.910644 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.910660 cmdq 0x17ede10: bind-key ( switch-client -p | |
1475068259.910677 preparing state for bind-key ( switch-client -p (client (nil)) | |
1475068259.910688 cmd_find_client: no target, return (nil) | |
1475068259.910698 preparing -t state: target none | |
1475068259.910706 preparing -s state: target none | |
1475068259.910723 preparing state for bind-key ( switch-client -p (client (nil)) | |
1475068259.910733 cmd_find_client: no target, return (nil) | |
1475068259.910742 preparing -t state: target none | |
1475068259.910751 preparing -s state: target none | |
1475068259.910780 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.910795 cmdq 0x17ede10: bind-key ) switch-client -n | |
1475068259.910812 preparing state for bind-key ) switch-client -n (client (nil)) | |
1475068259.910823 cmd_find_client: no target, return (nil) | |
1475068259.910832 preparing -t state: target none | |
1475068259.910841 preparing -s state: target none | |
1475068259.910857 preparing state for bind-key ) switch-client -n (client (nil)) | |
1475068259.910867 cmd_find_client: no target, return (nil) | |
1475068259.910887 preparing -t state: target none | |
1475068259.910897 preparing -s state: target none | |
1475068259.910931 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.910952 cmdq 0x17ede10: bind-key , command-prompt -I#W "rename-window '%%'" | |
1475068259.910972 preparing state for bind-key , command-prompt -I#W "rename-window '%%'" (client (nil)) | |
1475068259.910983 cmd_find_client: no target, return (nil) | |
1475068259.910992 preparing -t state: target none | |
1475068259.911001 preparing -s state: target none | |
1475068259.911020 preparing state for bind-key , command-prompt -I#W "rename-window '%%'" (client (nil)) | |
1475068259.911031 cmd_find_client: no target, return (nil) | |
1475068259.911040 preparing -t state: target none | |
1475068259.911048 preparing -s state: target none | |
1475068259.911074 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.911089 cmdq 0x17ede10: bind-key - delete-buffer | |
1475068259.911104 preparing state for bind-key - delete-buffer (client (nil)) | |
1475068259.911114 cmd_find_client: no target, return (nil) | |
1475068259.911123 preparing -t state: target none | |
1475068259.911132 preparing -s state: target none | |
1475068259.911147 preparing state for bind-key - delete-buffer (client (nil)) | |
1475068259.911157 cmd_find_client: no target, return (nil) | |
1475068259.911166 preparing -t state: target none | |
1475068259.911175 preparing -s state: target none | |
1475068259.911201 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.911220 cmdq 0x17ede10: bind-key . command-prompt "move-window -t '%%'" | |
1475068259.911237 preparing state for bind-key . command-prompt "move-window -t '%%'" (client (nil)) | |
1475068259.911248 cmd_find_client: no target, return (nil) | |
1475068259.911258 preparing -t state: target none | |
1475068259.911266 preparing -s state: target none | |
1475068259.911284 preparing state for bind-key . command-prompt "move-window -t '%%'" (client (nil)) | |
1475068259.911294 cmd_find_client: no target, return (nil) | |
1475068259.911304 preparing -t state: target none | |
1475068259.911312 preparing -s state: target none | |
1475068259.911337 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.911354 cmdq 0x17ede10: bind-key 0 select-window -t:=0 | |
1475068259.911371 preparing state for bind-key 0 select-window -t:=0 (client (nil)) | |
1475068259.911382 cmd_find_client: no target, return (nil) | |
1475068259.911391 preparing -t state: target none | |
1475068259.911400 preparing -s state: target none | |
1475068259.911415 preparing state for bind-key 0 select-window -t:=0 (client (nil)) | |
1475068259.911425 cmd_find_client: no target, return (nil) | |
1475068259.911434 preparing -t state: target none | |
1475068259.911442 preparing -s state: target none | |
1475068259.911472 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.911488 cmdq 0x17ede10: bind-key 1 select-window -t:=1 | |
1475068259.911504 preparing state for bind-key 1 select-window -t:=1 (client (nil)) | |
1475068259.911515 cmd_find_client: no target, return (nil) | |
1475068259.911524 preparing -t state: target none | |
1475068259.911532 preparing -s state: target none | |
1475068259.911548 preparing state for bind-key 1 select-window -t:=1 (client (nil)) | |
1475068259.911558 cmd_find_client: no target, return (nil) | |
1475068259.911567 preparing -t state: target none | |
1475068259.911576 preparing -s state: target none | |
1475068259.911605 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.911621 cmdq 0x17ede10: bind-key 2 select-window -t:=2 | |
1475068259.911637 preparing state for bind-key 2 select-window -t:=2 (client (nil)) | |
1475068259.911648 cmd_find_client: no target, return (nil) | |
1475068259.911657 preparing -t state: target none | |
1475068259.911666 preparing -s state: target none | |
1475068259.911682 preparing state for bind-key 2 select-window -t:=2 (client (nil)) | |
1475068259.911692 cmd_find_client: no target, return (nil) | |
1475068259.911701 preparing -t state: target none | |
1475068259.911710 preparing -s state: target none | |
1475068259.911738 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.911756 cmdq 0x17ede10: bind-key 3 select-window -t:=3 | |
1475068259.911772 preparing state for bind-key 3 select-window -t:=3 (client (nil)) | |
1475068259.911793 cmd_find_client: no target, return (nil) | |
1475068259.911802 preparing -t state: target none | |
1475068259.911811 preparing -s state: target none | |
1475068259.911828 preparing state for bind-key 3 select-window -t:=3 (client (nil)) | |
1475068259.911839 cmd_find_client: no target, return (nil) | |
1475068259.911848 preparing -t state: target none | |
1475068259.911856 preparing -s state: target none | |
1475068259.911887 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.911904 cmdq 0x17ede10: bind-key 4 select-window -t:=4 | |
1475068259.911921 preparing state for bind-key 4 select-window -t:=4 (client (nil)) | |
1475068259.911932 cmd_find_client: no target, return (nil) | |
1475068259.911941 preparing -t state: target none | |
1475068259.911949 preparing -s state: target none | |
1475068259.911965 preparing state for bind-key 4 select-window -t:=4 (client (nil)) | |
1475068259.911976 cmd_find_client: no target, return (nil) | |
1475068259.911985 preparing -t state: target none | |
1475068259.911993 preparing -s state: target none | |
1475068259.912022 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.912039 cmdq 0x17ede10: bind-key 5 select-window -t:=5 | |
1475068259.912055 preparing state for bind-key 5 select-window -t:=5 (client (nil)) | |
1475068259.912066 cmd_find_client: no target, return (nil) | |
1475068259.912075 preparing -t state: target none | |
1475068259.912084 preparing -s state: target none | |
1475068259.912099 preparing state for bind-key 5 select-window -t:=5 (client (nil)) | |
1475068259.912109 cmd_find_client: no target, return (nil) | |
1475068259.912118 preparing -t state: target none | |
1475068259.912127 preparing -s state: target none | |
1475068259.912155 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.912172 cmdq 0x17ede10: bind-key 6 select-window -t:=6 | |
1475068259.912189 preparing state for bind-key 6 select-window -t:=6 (client (nil)) | |
1475068259.912200 cmd_find_client: no target, return (nil) | |
1475068259.912209 preparing -t state: target none | |
1475068259.912217 preparing -s state: target none | |
1475068259.912239 preparing state for bind-key 6 select-window -t:=6 (client (nil)) | |
1475068259.912250 cmd_find_client: no target, return (nil) | |
1475068259.912259 preparing -t state: target none | |
1475068259.912267 preparing -s state: target none | |
1475068259.912298 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.912314 cmdq 0x17ede10: bind-key 7 select-window -t:=7 | |
1475068259.912331 preparing state for bind-key 7 select-window -t:=7 (client (nil)) | |
1475068259.912342 cmd_find_client: no target, return (nil) | |
1475068259.912351 preparing -t state: target none | |
1475068259.912360 preparing -s state: target none | |
1475068259.912376 preparing state for bind-key 7 select-window -t:=7 (client (nil)) | |
1475068259.912386 cmd_find_client: no target, return (nil) | |
1475068259.912396 preparing -t state: target none | |
1475068259.912405 preparing -s state: target none | |
1475068259.912432 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.912447 cmdq 0x17ede10: bind-key 8 select-window -t:=8 | |
1475068259.912463 preparing state for bind-key 8 select-window -t:=8 (client (nil)) | |
1475068259.912473 cmd_find_client: no target, return (nil) | |
1475068259.912482 preparing -t state: target none | |
1475068259.912490 preparing -s state: target none | |
1475068259.912506 preparing state for bind-key 8 select-window -t:=8 (client (nil)) | |
1475068259.912516 cmd_find_client: no target, return (nil) | |
1475068259.912526 preparing -t state: target none | |
1475068259.912534 preparing -s state: target none | |
1475068259.912561 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.912577 cmdq 0x17ede10: bind-key 9 select-window -t:=9 | |
1475068259.912592 preparing state for bind-key 9 select-window -t:=9 (client (nil)) | |
1475068259.912602 cmd_find_client: no target, return (nil) | |
1475068259.912611 preparing -t state: target none | |
1475068259.912620 preparing -s state: target none | |
1475068259.912635 preparing state for bind-key 9 select-window -t:=9 (client (nil)) | |
1475068259.912645 cmd_find_client: no target, return (nil) | |
1475068259.912654 preparing -t state: target none | |
1475068259.912672 preparing -s state: target none | |
1475068259.912698 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.912713 cmdq 0x17ede10: bind-key : command-prompt | |
1475068259.912727 preparing state for bind-key : command-prompt (client (nil)) | |
1475068259.912738 cmd_find_client: no target, return (nil) | |
1475068259.912747 preparing -t state: target none | |
1475068259.912755 preparing -s state: target none | |
1475068259.912769 preparing state for bind-key : command-prompt (client (nil)) | |
1475068259.912779 cmd_find_client: no target, return (nil) | |
1475068259.912788 preparing -t state: target none | |
1475068259.912802 preparing -s state: target none | |
1475068259.912823 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.912838 cmdq 0x17ede10: bind-key ; last-pane | |
1475068259.912851 preparing state for bind-key ; last-pane (client (nil)) | |
1475068259.912862 cmd_find_client: no target, return (nil) | |
1475068259.912871 preparing -t state: target none | |
1475068259.912879 preparing -s state: target none | |
1475068259.912893 preparing state for bind-key ; last-pane (client (nil)) | |
1475068259.912903 cmd_find_client: no target, return (nil) | |
1475068259.912912 preparing -t state: target none | |
1475068259.912921 preparing -s state: target none | |
1475068259.912943 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.912956 cmdq 0x17ede10: bind-key = choose-buffer | |
1475068259.912970 preparing state for bind-key = choose-buffer (client (nil)) | |
1475068259.913005 cmd_find_client: no target, return (nil) | |
1475068259.913031 preparing -t state: target none | |
1475068259.913043 preparing -s state: target none | |
1475068259.913066 preparing state for bind-key = choose-buffer (client (nil)) | |
1475068259.913078 cmd_find_client: no target, return (nil) | |
1475068259.913086 preparing -t state: target none | |
1475068259.913094 preparing -s state: target none | |
1475068259.913113 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.913125 cmdq 0x17ede10: bind-key ? list-keys | |
1475068259.913138 preparing state for bind-key ? list-keys (client (nil)) | |
1475068259.913147 cmd_find_client: no target, return (nil) | |
1475068259.913155 preparing -t state: target none | |
1475068259.913163 preparing -s state: target none | |
1475068259.913175 preparing state for bind-key ? list-keys (client (nil)) | |
1475068259.913184 cmd_find_client: no target, return (nil) | |
1475068259.913192 preparing -t state: target none | |
1475068259.913199 preparing -s state: target none | |
1475068259.913223 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.913236 cmdq 0x17ede10: bind-key D choose-client | |
1475068259.913249 preparing state for bind-key D choose-client (client (nil)) | |
1475068259.913258 cmd_find_client: no target, return (nil) | |
1475068259.913266 preparing -t state: target none | |
1475068259.913273 preparing -s state: target none | |
1475068259.913286 preparing state for bind-key D choose-client (client (nil)) | |
1475068259.913295 cmd_find_client: no target, return (nil) | |
1475068259.913303 preparing -t state: target none | |
1475068259.913311 preparing -s state: target none | |
1475068259.913330 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.913344 cmdq 0x17ede10: bind-key L switch-client -l | |
1475068259.913357 preparing state for bind-key L switch-client -l (client (nil)) | |
1475068259.913366 cmd_find_client: no target, return (nil) | |
1475068259.913374 preparing -t state: target none | |
1475068259.913382 preparing -s state: target none | |
1475068259.913395 preparing state for bind-key L switch-client -l (client (nil)) | |
1475068259.913404 cmd_find_client: no target, return (nil) | |
1475068259.913412 preparing -t state: target none | |
1475068259.913419 preparing -s state: target none | |
1475068259.913444 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.913458 cmdq 0x17ede10: bind-key M select-pane -M | |
1475068259.913471 preparing state for bind-key M select-pane -M (client (nil)) | |
1475068259.913480 cmd_find_client: no target, return (nil) | |
1475068259.913488 preparing -t state: target none | |
1475068259.913496 preparing -s state: target none | |
1475068259.913509 preparing state for bind-key M select-pane -M (client (nil)) | |
1475068259.913528 cmd_find_client: no target, return (nil) | |
1475068259.913536 preparing -t state: target none | |
1475068259.913544 preparing -s state: target none | |
1475068259.913570 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.913583 cmdq 0x17ede10: bind-key [ copy-mode | |
1475068259.913596 preparing state for bind-key [ copy-mode (client (nil)) | |
1475068259.913605 cmd_find_client: no target, return (nil) | |
1475068259.913614 preparing -t state: target none | |
1475068259.913621 preparing -s state: target none | |
1475068259.913634 preparing state for bind-key [ copy-mode (client (nil)) | |
1475068259.913643 cmd_find_client: no target, return (nil) | |
1475068259.913651 preparing -t state: target none | |
1475068259.913659 preparing -s state: target none | |
1475068259.913677 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.913690 cmdq 0x17ede10: bind-key ] paste-buffer | |
1475068259.913702 preparing state for bind-key ] paste-buffer (client (nil)) | |
1475068259.913711 cmd_find_client: no target, return (nil) | |
1475068259.913719 preparing -t state: target none | |
1475068259.913727 preparing -s state: target none | |
1475068259.913739 preparing state for bind-key ] paste-buffer (client (nil)) | |
1475068259.913748 cmd_find_client: no target, return (nil) | |
1475068259.913756 preparing -t state: target none | |
1475068259.913764 preparing -s state: target none | |
1475068259.913784 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.913797 cmdq 0x17ede10: bind-key c new-window | |
1475068259.913809 preparing state for bind-key c new-window (client (nil)) | |
1475068259.913818 cmd_find_client: no target, return (nil) | |
1475068259.913826 preparing -t state: target none | |
1475068259.913834 preparing -s state: target none | |
1475068259.913846 preparing state for bind-key c new-window (client (nil)) | |
1475068259.913855 cmd_find_client: no target, return (nil) | |
1475068259.913863 preparing -t state: target none | |
1475068259.913870 preparing -s state: target none | |
1475068259.913895 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.913907 cmdq 0x17ede10: bind-key d detach-client | |
1475068259.913919 preparing state for bind-key d detach-client (client (nil)) | |
1475068259.913928 cmd_find_client: no target, return (nil) | |
1475068259.913936 preparing -t state: target none | |
1475068259.913944 preparing -s state: target none | |
1475068259.913957 preparing state for bind-key d detach-client (client (nil)) | |
1475068259.913965 cmd_find_client: no target, return (nil) | |
1475068259.913973 preparing -t state: target none | |
1475068259.913981 preparing -s state: target none | |
1475068259.914003 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.914019 cmdq 0x17ede10: bind-key f command-prompt "find-window '%%'" | |
1475068259.914034 preparing state for bind-key f command-prompt "find-window '%%'" (client (nil)) | |
1475068259.914043 cmd_find_client: no target, return (nil) | |
1475068259.914051 preparing -t state: target none | |
1475068259.914059 preparing -s state: target none | |
1475068259.914073 preparing state for bind-key f command-prompt "find-window '%%'" (client (nil)) | |
1475068259.914082 cmd_find_client: no target, return (nil) | |
1475068259.914090 preparing -t state: target none | |
1475068259.914098 preparing -s state: target none | |
1475068259.914118 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.914130 cmdq 0x17ede10: bind-key i display-message | |
1475068259.914143 preparing state for bind-key i display-message (client (nil)) | |
1475068259.914151 cmd_find_client: no target, return (nil) | |
1475068259.914159 preparing -t state: target none | |
1475068259.914167 preparing -s state: target none | |
1475068259.914186 preparing state for bind-key i display-message (client (nil)) | |
1475068259.914196 cmd_find_client: no target, return (nil) | |
1475068259.914204 preparing -t state: target none | |
1475068259.914212 preparing -s state: target none | |
1475068259.914231 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.914243 cmdq 0x17ede10: bind-key l last-window | |
1475068259.914258 preparing state for bind-key l last-window (client (nil)) | |
1475068259.914268 cmd_find_client: no target, return (nil) | |
1475068259.914276 preparing -t state: target none | |
1475068259.914295 preparing -s state: target none | |
1475068259.914309 preparing state for bind-key l last-window (client (nil)) | |
1475068259.914318 cmd_find_client: no target, return (nil) | |
1475068259.914326 preparing -t state: target none | |
1475068259.914334 preparing -s state: target none | |
1475068259.914354 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.914367 cmdq 0x17ede10: bind-key m select-pane -m | |
1475068259.914381 preparing state for bind-key m select-pane -m (client (nil)) | |
1475068259.914390 cmd_find_client: no target, return (nil) | |
1475068259.914398 preparing -t state: target none | |
1475068259.914405 preparing -s state: target none | |
1475068259.914418 preparing state for bind-key m select-pane -m (client (nil)) | |
1475068259.914427 cmd_find_client: no target, return (nil) | |
1475068259.914435 preparing -t state: target none | |
1475068259.914443 preparing -s state: target none | |
1475068259.914464 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.914477 cmdq 0x17ede10: bind-key n next-window | |
1475068259.914489 preparing state for bind-key n next-window (client (nil)) | |
1475068259.914498 cmd_find_client: no target, return (nil) | |
1475068259.914505 preparing -t state: target none | |
1475068259.914513 preparing -s state: target none | |
1475068259.914525 preparing state for bind-key n next-window (client (nil)) | |
1475068259.914534 cmd_find_client: no target, return (nil) | |
1475068259.914542 preparing -t state: target none | |
1475068259.914550 preparing -s state: target none | |
1475068259.914571 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.914584 cmdq 0x17ede10: bind-key o select-pane -t:.+ | |
1475068259.914601 preparing state for bind-key o select-pane -t:.+ (client (nil)) | |
1475068259.914611 cmd_find_client: no target, return (nil) | |
1475068259.914619 preparing -t state: target none | |
1475068259.914627 preparing -s state: target none | |
1475068259.914641 preparing state for bind-key o select-pane -t:.+ (client (nil)) | |
1475068259.914650 cmd_find_client: no target, return (nil) | |
1475068259.914658 preparing -t state: target none | |
1475068259.914666 preparing -s state: target none | |
1475068259.914688 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.914701 cmdq 0x17ede10: bind-key p previous-window | |
1475068259.914713 preparing state for bind-key p previous-window (client (nil)) | |
1475068259.914722 cmd_find_client: no target, return (nil) | |
1475068259.914730 preparing -t state: target none | |
1475068259.914738 preparing -s state: target none | |
1475068259.914750 preparing state for bind-key p previous-window (client (nil)) | |
1475068259.914759 cmd_find_client: no target, return (nil) | |
1475068259.914767 preparing -t state: target none | |
1475068259.914774 preparing -s state: target none | |
1475068259.914795 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.914807 cmdq 0x17ede10: bind-key q display-panes | |
1475068259.914819 preparing state for bind-key q display-panes (client (nil)) | |
1475068259.914828 cmd_find_client: no target, return (nil) | |
1475068259.914836 preparing -t state: target none | |
1475068259.914843 preparing -s state: target none | |
1475068259.914856 preparing state for bind-key q display-panes (client (nil)) | |
1475068259.914864 cmd_find_client: no target, return (nil) | |
1475068259.914873 preparing -t state: target none | |
1475068259.914881 preparing -s state: target none | |
1475068259.914900 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.914912 cmdq 0x17ede10: bind-key r refresh-client | |
1475068259.914927 preparing state for bind-key r refresh-client (client (nil)) | |
1475068259.914937 cmd_find_client: no target, return (nil) | |
1475068259.914945 preparing -t state: target none | |
1475068259.914953 preparing -s state: target none | |
1475068259.914965 preparing state for bind-key r refresh-client (client (nil)) | |
1475068259.914974 cmd_find_client: no target, return (nil) | |
1475068259.914982 preparing -t state: target none | |
1475068259.914990 preparing -s state: target none | |
1475068259.915011 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.915024 cmdq 0x17ede10: bind-key s choose-tree | |
1475068259.915036 preparing state for bind-key s choose-tree (client (nil)) | |
1475068259.915053 cmd_find_client: no target, return (nil) | |
1475068259.915062 preparing -t state: target none | |
1475068259.915070 preparing -s state: target none | |
1475068259.915082 preparing state for bind-key s choose-tree (client (nil)) | |
1475068259.915091 cmd_find_client: no target, return (nil) | |
1475068259.915099 preparing -t state: target none | |
1475068259.915106 preparing -s state: target none | |
1475068259.915125 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.915137 cmdq 0x17ede10: bind-key t clock-mode | |
1475068259.915149 preparing state for bind-key t clock-mode (client (nil)) | |
1475068259.915158 cmd_find_client: no target, return (nil) | |
1475068259.915166 preparing -t state: target none | |
1475068259.915174 preparing -s state: target none | |
1475068259.915186 preparing state for bind-key t clock-mode (client (nil)) | |
1475068259.915195 cmd_find_client: no target, return (nil) | |
1475068259.915203 preparing -t state: target none | |
1475068259.915210 preparing -s state: target none | |
1475068259.915228 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.915240 cmdq 0x17ede10: bind-key w choose-window | |
1475068259.915252 preparing state for bind-key w choose-window (client (nil)) | |
1475068259.915261 cmd_find_client: no target, return (nil) | |
1475068259.915273 preparing -t state: target none | |
1475068259.915281 preparing -s state: target none | |
1475068259.915294 preparing state for bind-key w choose-window (client (nil)) | |
1475068259.915303 cmd_find_client: no target, return (nil) | |
1475068259.915311 preparing -t state: target none | |
1475068259.915318 preparing -s state: target none | |
1475068259.915342 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.915359 cmdq 0x17ede10: bind-key x confirm-before "-pkill-pane #P? (y/n)" kill-pane | |
1475068259.915376 preparing state for bind-key x confirm-before "-pkill-pane #P? (y/n)" kill-pane (client (nil)) | |
1475068259.915385 cmd_find_client: no target, return (nil) | |
1475068259.915393 preparing -t state: target none | |
1475068259.915401 preparing -s state: target none | |
1475068259.915417 preparing state for bind-key x confirm-before "-pkill-pane #P? (y/n)" kill-pane (client (nil)) | |
1475068259.915426 cmd_find_client: no target, return (nil) | |
1475068259.915434 preparing -t state: target none | |
1475068259.915442 preparing -s state: target none | |
1475068259.915463 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.915476 cmdq 0x17ede10: bind-key z resize-pane -Z | |
1475068259.915489 preparing state for bind-key z resize-pane -Z (client (nil)) | |
1475068259.915498 cmd_find_client: no target, return (nil) | |
1475068259.915506 preparing -t state: target none | |
1475068259.915514 preparing -s state: target none | |
1475068259.915527 preparing state for bind-key z resize-pane -Z (client (nil)) | |
1475068259.915536 cmd_find_client: no target, return (nil) | |
1475068259.915544 preparing -t state: target none | |
1475068259.915552 preparing -s state: target none | |
1475068259.915574 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.915588 cmdq 0x17ede10: bind-key { swap-pane -U | |
1475068259.915601 preparing state for bind-key { swap-pane -U (client (nil)) | |
1475068259.915609 cmd_find_client: no target, return (nil) | |
1475068259.915621 preparing -t state: target none | |
1475068259.915629 preparing -s state: target none | |
1475068259.915643 preparing state for bind-key { swap-pane -U (client (nil)) | |
1475068259.915652 cmd_find_client: no target, return (nil) | |
1475068259.915660 preparing -t state: target none | |
1475068259.915668 preparing -s state: target none | |
1475068259.915693 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.915706 cmdq 0x17ede10: bind-key } swap-pane -D | |
1475068259.915719 preparing state for bind-key } swap-pane -D (client (nil)) | |
1475068259.915728 cmd_find_client: no target, return (nil) | |
1475068259.915735 preparing -t state: target none | |
1475068259.915743 preparing -s state: target none | |
1475068259.915756 preparing state for bind-key } swap-pane -D (client (nil)) | |
1475068259.915765 cmd_find_client: no target, return (nil) | |
1475068259.915773 preparing -t state: target none | |
1475068259.915780 preparing -s state: target none | |
1475068259.915813 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.915826 cmdq 0x17ede10: bind-key ~ show-messages | |
1475068259.915839 preparing state for bind-key ~ show-messages (client (nil)) | |
1475068259.915848 cmd_find_client: no target, return (nil) | |
1475068259.915856 preparing -t state: target none | |
1475068259.915864 preparing -s state: target none | |
1475068259.915876 preparing state for bind-key ~ show-messages (client (nil)) | |
1475068259.915885 cmd_find_client: no target, return (nil) | |
1475068259.915893 preparing -t state: target none | |
1475068259.915901 preparing -s state: target none | |
1475068259.915924 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.915938 cmdq 0x17ede10: bind-key PPage copy-mode -u | |
1475068259.915952 preparing state for bind-key PPage copy-mode -u (client (nil)) | |
1475068259.915961 cmd_find_client: no target, return (nil) | |
1475068259.915973 preparing -t state: target none | |
1475068259.915981 preparing -s state: target none | |
1475068259.915995 preparing state for bind-key PPage copy-mode -u (client (nil)) | |
1475068259.916004 cmd_find_client: no target, return (nil) | |
1475068259.916012 preparing -t state: target none | |
1475068259.916019 preparing -s state: target none | |
1475068259.916042 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.916060 cmdq 0x17ede10: bind-key -r Up select-pane -U | |
1475068259.916075 preparing state for bind-key -r Up select-pane -U (client (nil)) | |
1475068259.916084 cmd_find_client: no target, return (nil) | |
1475068259.916092 preparing -t state: target none | |
1475068259.916100 preparing -s state: target none | |
1475068259.916116 preparing state for bind-key -r Up select-pane -U (client (nil)) | |
1475068259.916125 cmd_find_client: no target, return (nil) | |
1475068259.916133 preparing -t state: target none | |
1475068259.916141 preparing -s state: target none | |
1475068259.916167 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.916184 cmdq 0x17ede10: bind-key -r Down select-pane -D | |
1475068259.916200 preparing state for bind-key -r Down select-pane -D (client (nil)) | |
1475068259.916209 cmd_find_client: no target, return (nil) | |
1475068259.916217 preparing -t state: target none | |
1475068259.916225 preparing -s state: target none | |
1475068259.916241 preparing state for bind-key -r Down select-pane -D (client (nil)) | |
1475068259.916250 cmd_find_client: no target, return (nil) | |
1475068259.916258 preparing -t state: target none | |
1475068259.916265 preparing -s state: target none | |
1475068259.916291 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.916307 cmdq 0x17ede10: bind-key -r Left select-pane -L | |
1475068259.916366 preparing state for bind-key -r Left select-pane -L (client (nil)) | |
1475068259.916389 cmd_find_client: no target, return (nil) | |
1475068259.916405 preparing -t state: target none | |
1475068259.916421 preparing -s state: target none | |
1475068259.916459 preparing state for bind-key -r Left select-pane -L (client (nil)) | |
1475068259.916477 cmd_find_client: no target, return (nil) | |
1475068259.916493 preparing -t state: target none | |
1475068259.916509 preparing -s state: target none | |
1475068259.916555 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.916583 cmdq 0x17ede10: bind-key -r Right select-pane -R | |
1475068259.916610 preparing state for bind-key -r Right select-pane -R (client (nil)) | |
1475068259.916626 cmd_find_client: no target, return (nil) | |
1475068259.916638 preparing -t state: target none | |
1475068259.916652 preparing -s state: target none | |
1475068259.916676 preparing state for bind-key -r Right select-pane -R (client (nil)) | |
1475068259.916691 cmd_find_client: no target, return (nil) | |
1475068259.916705 preparing -t state: target none | |
1475068259.916719 preparing -s state: target none | |
1475068259.916768 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.916792 cmdq 0x17ede10: bind-key M-1 select-layout even-horizontal | |
1475068259.916809 preparing state for bind-key M-1 select-layout even-horizontal (client (nil)) | |
1475068259.916819 cmd_find_client: no target, return (nil) | |
1475068259.916827 preparing -t state: target none | |
1475068259.916835 preparing -s state: target none | |
1475068259.916861 preparing state for bind-key M-1 select-layout even-horizontal (client (nil)) | |
1475068259.916872 cmd_find_client: no target, return (nil) | |
1475068259.916880 preparing -t state: target none | |
1475068259.916888 preparing -s state: target none | |
1475068259.916913 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.916928 cmdq 0x17ede10: bind-key M-2 select-layout even-vertical | |
1475068259.916942 preparing state for bind-key M-2 select-layout even-vertical (client (nil)) | |
1475068259.916952 cmd_find_client: no target, return (nil) | |
1475068259.916960 preparing -t state: target none | |
1475068259.916967 preparing -s state: target none | |
1475068259.916982 preparing state for bind-key M-2 select-layout even-vertical (client (nil)) | |
1475068259.916991 cmd_find_client: no target, return (nil) | |
1475068259.916999 preparing -t state: target none | |
1475068259.917012 preparing -s state: target none | |
1475068259.917037 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.917051 cmdq 0x17ede10: bind-key M-3 select-layout main-horizontal | |
1475068259.917066 preparing state for bind-key M-3 select-layout main-horizontal (client (nil)) | |
1475068259.917075 cmd_find_client: no target, return (nil) | |
1475068259.917083 preparing -t state: target none | |
1475068259.917091 preparing -s state: target none | |
1475068259.917105 preparing state for bind-key M-3 select-layout main-horizontal (client (nil)) | |
1475068259.917114 cmd_find_client: no target, return (nil) | |
1475068259.917122 preparing -t state: target none | |
1475068259.917130 preparing -s state: target none | |
1475068259.917153 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.917167 cmdq 0x17ede10: bind-key M-4 select-layout main-vertical | |
1475068259.917181 preparing state for bind-key M-4 select-layout main-vertical (client (nil)) | |
1475068259.917190 cmd_find_client: no target, return (nil) | |
1475068259.917198 preparing -t state: target none | |
1475068259.917206 preparing -s state: target none | |
1475068259.917220 preparing state for bind-key M-4 select-layout main-vertical (client (nil)) | |
1475068259.917229 cmd_find_client: no target, return (nil) | |
1475068259.917237 preparing -t state: target none | |
1475068259.917245 preparing -s state: target none | |
1475068259.917267 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.917281 cmdq 0x17ede10: bind-key M-5 select-layout tiled | |
1475068259.917295 preparing state for bind-key M-5 select-layout tiled (client (nil)) | |
1475068259.917304 cmd_find_client: no target, return (nil) | |
1475068259.917311 preparing -t state: target none | |
1475068259.917319 preparing -s state: target none | |
1475068259.917333 preparing state for bind-key M-5 select-layout tiled (client (nil)) | |
1475068259.917341 cmd_find_client: no target, return (nil) | |
1475068259.917349 preparing -t state: target none | |
1475068259.917360 preparing -s state: target none | |
1475068259.917384 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.917398 cmdq 0x17ede10: bind-key M-n next-window -a | |
1475068259.917412 preparing state for bind-key M-n next-window -a (client (nil)) | |
1475068259.917421 cmd_find_client: no target, return (nil) | |
1475068259.917429 preparing -t state: target none | |
1475068259.917436 preparing -s state: target none | |
1475068259.917450 preparing state for bind-key M-n next-window -a (client (nil)) | |
1475068259.917459 cmd_find_client: no target, return (nil) | |
1475068259.917467 preparing -t state: target none | |
1475068259.917474 preparing -s state: target none | |
1475068259.917496 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.917510 cmdq 0x17ede10: bind-key M-o rotate-window -D | |
1475068259.917523 preparing state for bind-key M-o rotate-window -D (client (nil)) | |
1475068259.917532 cmd_find_client: no target, return (nil) | |
1475068259.917540 preparing -t state: target none | |
1475068259.917547 preparing -s state: target none | |
1475068259.917561 preparing state for bind-key M-o rotate-window -D (client (nil)) | |
1475068259.917570 cmd_find_client: no target, return (nil) | |
1475068259.917577 preparing -t state: target none | |
1475068259.917585 preparing -s state: target none | |
1475068259.917608 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.917630 cmdq 0x17ede10: bind-key M-p previous-window -a | |
1475068259.917645 preparing state for bind-key M-p previous-window -a (client (nil)) | |
1475068259.917654 cmd_find_client: no target, return (nil) | |
1475068259.917662 preparing -t state: target none | |
1475068259.917670 preparing -s state: target none | |
1475068259.917684 preparing state for bind-key M-p previous-window -a (client (nil)) | |
1475068259.917693 cmd_find_client: no target, return (nil) | |
1475068259.917701 preparing -t state: target none | |
1475068259.917709 preparing -s state: target none | |
1475068259.917737 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.917756 cmdq 0x17ede10: bind-key -r M-Up resize-pane -U 5 | |
1475068259.917774 preparing state for bind-key -r M-Up resize-pane -U 5 (client (nil)) | |
1475068259.917783 cmd_find_client: no target, return (nil) | |
1475068259.917791 preparing -t state: target none | |
1475068259.917799 preparing -s state: target none | |
1475068259.917816 preparing state for bind-key -r M-Up resize-pane -U 5 (client (nil)) | |
1475068259.917825 cmd_find_client: no target, return (nil) | |
1475068259.917833 preparing -t state: target none | |
1475068259.917840 preparing -s state: target none | |
1475068259.917868 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.917886 cmdq 0x17ede10: bind-key -r M-Down resize-pane -D 5 | |
1475068259.917904 preparing state for bind-key -r M-Down resize-pane -D 5 (client (nil)) | |
1475068259.917913 cmd_find_client: no target, return (nil) | |
1475068259.917921 preparing -t state: target none | |
1475068259.917929 preparing -s state: target none | |
1475068259.917945 preparing state for bind-key -r M-Down resize-pane -D 5 (client (nil)) | |
1475068259.917954 cmd_find_client: no target, return (nil) | |
1475068259.917962 preparing -t state: target none | |
1475068259.917969 preparing -s state: target none | |
1475068259.917996 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.918013 cmdq 0x17ede10: bind-key -r M-Left resize-pane -L 5 | |
1475068259.918030 preparing state for bind-key -r M-Left resize-pane -L 5 (client (nil)) | |
1475068259.918039 cmd_find_client: no target, return (nil) | |
1475068259.918047 preparing -t state: target none | |
1475068259.918054 preparing -s state: target none | |
1475068259.918071 preparing state for bind-key -r M-Left resize-pane -L 5 (client (nil)) | |
1475068259.918080 cmd_find_client: no target, return (nil) | |
1475068259.918088 preparing -t state: target none | |
1475068259.918095 preparing -s state: target none | |
1475068259.918128 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.918147 cmdq 0x17ede10: bind-key -r M-Right resize-pane -R 5 | |
1475068259.918164 preparing state for bind-key -r M-Right resize-pane -R 5 (client (nil)) | |
1475068259.918174 cmd_find_client: no target, return (nil) | |
1475068259.918182 preparing -t state: target none | |
1475068259.918189 preparing -s state: target none | |
1475068259.918206 preparing state for bind-key -r M-Right resize-pane -R 5 (client (nil)) | |
1475068259.918215 cmd_find_client: no target, return (nil) | |
1475068259.918223 preparing -t state: target none | |
1475068259.918231 preparing -s state: target none | |
1475068259.918256 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.918272 cmdq 0x17ede10: bind-key -r C-Up resize-pane -U | |
1475068259.918288 preparing state for bind-key -r C-Up resize-pane -U (client (nil)) | |
1475068259.918297 cmd_find_client: no target, return (nil) | |
1475068259.918305 preparing -t state: target none | |
1475068259.918313 preparing -s state: target none | |
1475068259.918329 preparing state for bind-key -r C-Up resize-pane -U (client (nil)) | |
1475068259.918338 cmd_find_client: no target, return (nil) | |
1475068259.918346 preparing -t state: target none | |
1475068259.918353 preparing -s state: target none | |
1475068259.918379 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.918395 cmdq 0x17ede10: bind-key -r C-Down resize-pane -D | |
1475068259.918411 preparing state for bind-key -r C-Down resize-pane -D (client (nil)) | |
1475068259.918420 cmd_find_client: no target, return (nil) | |
1475068259.918428 preparing -t state: target none | |
1475068259.918435 preparing -s state: target none | |
1475068259.918459 preparing state for bind-key -r C-Down resize-pane -D (client (nil)) | |
1475068259.918469 cmd_find_client: no target, return (nil) | |
1475068259.918477 preparing -t state: target none | |
1475068259.918485 preparing -s state: target none | |
1475068259.918510 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.918526 cmdq 0x17ede10: bind-key -r C-Left resize-pane -L | |
1475068259.918542 preparing state for bind-key -r C-Left resize-pane -L (client (nil)) | |
1475068259.918551 cmd_find_client: no target, return (nil) | |
1475068259.918559 preparing -t state: target none | |
1475068259.918599 preparing -s state: target none | |
1475068259.918628 preparing state for bind-key -r C-Left resize-pane -L (client (nil)) | |
1475068259.918641 cmd_find_client: no target, return (nil) | |
1475068259.918650 preparing -t state: target none | |
1475068259.918659 preparing -s state: target none | |
1475068259.918694 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.918714 cmdq 0x17ede10: bind-key -r C-Right resize-pane -R | |
1475068259.918733 preparing state for bind-key -r C-Right resize-pane -R (client (nil)) | |
1475068259.918744 cmd_find_client: no target, return (nil) | |
1475068259.918753 preparing -t state: target none | |
1475068259.918761 preparing -s state: target none | |
1475068259.918781 preparing state for bind-key -r C-Right resize-pane -R (client (nil)) | |
1475068259.918792 cmd_find_client: no target, return (nil) | |
1475068259.918801 preparing -t state: target none | |
1475068259.918809 preparing -s state: target none | |
1475068259.918853 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.918879 cmdq 0x17ede10: bind-key -n MouseDown1Pane select-pane -t=; send-keys -M | |
1475068259.918901 preparing state for bind-key -n MouseDown1Pane select-pane -t=; send-keys -M (client (nil)) | |
1475068259.918913 cmd_find_client: no target, return (nil) | |
1475068259.918922 preparing -t state: target none | |
1475068259.918930 preparing -s state: target none | |
1475068259.918952 preparing state for bind-key -n MouseDown1Pane select-pane -t=; send-keys -M (client (nil)) | |
1475068259.918962 cmd_find_client: no target, return (nil) | |
1475068259.918970 preparing -t state: target none | |
1475068259.918978 preparing -s state: target none | |
1475068259.919018 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.919038 cmdq 0x17ede10: bind-key -n MouseDrag1Border resize-pane -M | |
1475068259.919056 preparing state for bind-key -n MouseDrag1Border resize-pane -M (client (nil)) | |
1475068259.919066 cmd_find_client: no target, return (nil) | |
1475068259.919074 preparing -t state: target none | |
1475068259.919081 preparing -s state: target none | |
1475068259.919097 preparing state for bind-key -n MouseDrag1Border resize-pane -M (client (nil)) | |
1475068259.919107 cmd_find_client: no target, return (nil) | |
1475068259.919115 preparing -t state: target none | |
1475068259.919123 preparing -s state: target none | |
1475068259.919152 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.919170 cmdq 0x17ede10: bind-key -n MouseDown1Status select-window -t= | |
1475068259.919187 preparing state for bind-key -n MouseDown1Status select-window -t= (client (nil)) | |
1475068259.919197 cmd_find_client: no target, return (nil) | |
1475068259.919205 preparing -t state: target none | |
1475068259.919213 preparing -s state: target none | |
1475068259.919231 preparing state for bind-key -n MouseDown1Status select-window -t= (client (nil)) | |
1475068259.919240 cmd_find_client: no target, return (nil) | |
1475068259.919248 preparing -t state: target none | |
1475068259.919256 preparing -s state: target none | |
1475068259.919287 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.919303 cmdq 0x17ede10: bind-key -n WheelDownStatus next-window | |
1475068259.919318 preparing state for bind-key -n WheelDownStatus next-window (client (nil)) | |
1475068259.919328 cmd_find_client: no target, return (nil) | |
1475068259.919336 preparing -t state: target none | |
1475068259.919344 preparing -s state: target none | |
1475068259.919359 preparing state for bind-key -n WheelDownStatus next-window (client (nil)) | |
1475068259.919368 cmd_find_client: no target, return (nil) | |
1475068259.919388 preparing -t state: target none | |
1475068259.919397 preparing -s state: target none | |
1475068259.919428 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.919446 cmdq 0x17ede10: bind-key -n WheelUpStatus previous-window | |
1475068259.919462 preparing state for bind-key -n WheelUpStatus previous-window (client (nil)) | |
1475068259.919472 cmd_find_client: no target, return (nil) | |
1475068259.919480 preparing -t state: target none | |
1475068259.919488 preparing -s state: target none | |
1475068259.919503 preparing state for bind-key -n WheelUpStatus previous-window (client (nil)) | |
1475068259.919512 cmd_find_client: no target, return (nil) | |
1475068259.919520 preparing -t state: target none | |
1475068259.919528 preparing -s state: target none | |
1475068259.919571 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.919602 cmdq 0x17ede10: bind-key -n MouseDrag1Pane if -Ft= #{mouse_any_flag} "if -Ft= "#{pane_in_mode}" "copy-mode -M" "send-keys -M"" "copy-mode -M" | |
1475068259.919630 preparing state for bind-key -n MouseDrag1Pane if -Ft= #{mouse_any_flag} "if -Ft= "#{pane_in_mode}" "copy-mode -M" "send-keys -M"" "copy-mode -M" (client (nil)) | |
1475068259.919642 cmd_find_client: no target, return (nil) | |
1475068259.919685 preparing -t state: target none | |
1475068259.919702 preparing -s state: target none | |
1475068259.919738 preparing state for bind-key -n MouseDrag1Pane if -Ft= #{mouse_any_flag} "if -Ft= "#{pane_in_mode}" "copy-mode -M" "send-keys -M"" "copy-mode -M" (client (nil)) | |
1475068259.919750 cmd_find_client: no target, return (nil) | |
1475068259.919759 preparing -t state: target none | |
1475068259.919767 preparing -s state: target none | |
1475068259.919809 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.919836 cmdq 0x17ede10: bind-key -n MouseDown3Pane if-shell -Ft= #{mouse_any_flag} "select-pane -t=; send-keys -M" "select-pane -mt=" | |
1475068259.919863 preparing state for bind-key -n MouseDown3Pane if-shell -Ft= #{mouse_any_flag} "select-pane -t=; send-keys -M" "select-pane -mt=" (client (nil)) | |
1475068259.919873 cmd_find_client: no target, return (nil) | |
1475068259.919881 preparing -t state: target none | |
1475068259.919889 preparing -s state: target none | |
1475068259.919913 preparing state for bind-key -n MouseDown3Pane if-shell -Ft= #{mouse_any_flag} "select-pane -t=; send-keys -M" "select-pane -mt=" (client (nil)) | |
1475068259.919923 cmd_find_client: no target, return (nil) | |
1475068259.919931 preparing -t state: target none | |
1475068259.919939 preparing -s state: target none | |
1475068259.919978 continuing cmdq 0x17ede10: flags 0, client (nil) | |
1475068259.920006 cmdq 0x17ede10: bind-key -n WheelUpPane if-shell -Ft= #{mouse_any_flag} "send-keys -M" "if -Ft= "#{pane_in_mode}" "send-keys -M" "copy-mode -et="" | |
1475068259.920033 preparing state for bind-key -n WheelUpPane if-shell -Ft= #{mouse_any_flag} "send-keys -M" "if -Ft= "#{pane_in_mode}" "send-keys -M" "copy-mode -et="" (client (nil)) | |
1475068259.920043 cmd_find_client: no target, return (nil) | |
1475068259.920052 preparing -t state: target none | |
1475068259.920059 preparing -s state: target none | |
1475068259.920086 preparing state for bind-key -n WheelUpPane if-shell -Ft= #{mouse_any_flag} "send-keys -M" "if -Ft= "#{pane_in_mode}" "send-keys -M" "copy-mode -et="" (client (nil)) | |
1475068259.920104 cmd_find_client: no target, return (nil) | |
1475068259.920117 preparing -t state: target none | |
1475068259.920129 preparing -s state: target none | |
1475068259.920433 add peer 0x1800260: 8 (0x17ffc30) | |
1475068259.920469 new client 0x17ffc30 | |
1475068259.920538 loading /etc/tmux.conf | |
1475068259.920577 loading /home/t/.tmux.conf | |
1475068259.920597 continuing cmdq 0x17fc490: flags 0, client (nil) | |
1475068259.920608 unref client 0x17ffc30 (2 references) | |
1475068259.920625 server loop enter | |
1475068259.920723 peer 0x1800260 message 100 | |
1475068259.920744 client 0x17ffc30 IDENTIFY_FLAGS 0x10000 | |
1475068259.920754 peer 0x1800260 message 101 | |
1475068259.920764 client 0x17ffc30 IDENTIFY_TERM xterm | |
1475068259.920773 peer 0x1800260 message 102 | |
1475068259.920783 client 0x17ffc30 IDENTIFY_TTYNAME /dev/pts/1 | |
1475068259.920792 peer 0x1800260 message 108 | |
1475068259.920822 client 0x17ffc30 IDENTIFY_CWD /tmp/t | |
1475068259.920832 peer 0x1800260 message 104 | |
1475068259.920841 client 0x17ffc30 IDENTIFY_STDIN 6 | |
1475068259.920891 peer 0x1800260 message 107 | |
1475068259.920905 client 0x17ffc30 IDENTIFY_CLIENTPID 13342 | |
1475068259.920914 peer 0x1800260 message 105 | |
1475068259.920928 client 0x17ffc30 IDENTIFY_ENVIRON TERM=xterm | |
1475068259.920936 peer 0x1800260 message 105 | |
1475068259.920947 client 0x17ffc30 IDENTIFY_ENVIRON DISPLAY=:0.0 | |
1475068259.920956 peer 0x1800260 message 105 | |
1475068259.920972 client 0x17ffc30 IDENTIFY_ENVIRON PATH=/home/t/bin:/home/t/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games | |
1475068259.920982 peer 0x1800260 message 105 | |
1475068259.920993 client 0x17ffc30 IDENTIFY_ENVIRON MAIL=/var/mail/t | |
1475068259.921002 peer 0x1800260 message 105 | |
1475068259.921016 client 0x17ffc30 IDENTIFY_ENVIRON XDG_SESSION_COOKIE=810492296619fa2bb9a255ec00002b63-1475067474.578109-1956054850 | |
1475068259.921025 peer 0x1800260 message 105 | |
1475068259.921037 client 0x17ffc30 IDENTIFY_ENVIRON HOME=/home/t | |
1475068259.921045 peer 0x1800260 message 105 | |
1475068259.921056 client 0x17ffc30 IDENTIFY_ENVIRON SHELL=/bin/zsh | |
1475068259.921065 peer 0x1800260 message 105 | |
1475068259.921075 client 0x17ffc30 IDENTIFY_ENVIRON USER=t | |
1475068259.921083 peer 0x1800260 message 105 | |
1475068259.921094 client 0x17ffc30 IDENTIFY_ENVIRON LOGNAME=t | |
1475068259.921102 peer 0x1800260 message 105 | |
1475068259.921112 client 0x17ffc30 IDENTIFY_ENVIRON SHLVL=1 | |
1475068259.921120 peer 0x1800260 message 105 | |
1475068259.921131 client 0x17ffc30 IDENTIFY_ENVIRON PWD=/tmp/t | |
1475068259.921139 peer 0x1800260 message 105 | |
1475068259.921150 client 0x17ffc30 IDENTIFY_ENVIRON OLDPWD=/home/t | |
1475068259.921158 peer 0x1800260 message 105 | |
1475068259.921169 client 0x17ffc30 IDENTIFY_ENVIRON LANG=C.UTF-8 | |
1475068259.921177 peer 0x1800260 message 105 | |
1475068259.921188 client 0x17ffc30 IDENTIFY_ENVIRON _=/usr/local/bin/tmux | |
1475068259.921197 peer 0x1800260 message 105 | |
1475068259.921208 client 0x17ffc30 IDENTIFY_ENVIRON EVENT_NOEPOLL=1 | |
1475068259.921217 peer 0x1800260 message 106 | |
1475068259.921302 peer 0x1800260 message 200 | |
1475068259.921330 continuing cmdq 0x17ede10: flags 0, client 0x17ffc30 | |
1475068259.921341 cmdq 0x17ede10: new-session | |
1475068259.921352 preparing state for new-session (client 0x17ffc30) | |
1475068259.921363 cmd_find_current_session: have client 0x17ffc30 | |
1475068259.921374 cmd_find_client: no target, return (nil) | |
1475068259.921382 preparing -t state: target none | |
1475068259.921392 cmd_prepare_state_flag: flag t 4 0x2 | |
1475068259.921402 cmd_find_current_session: have client 0x17ffc30 | |
1475068259.921411 cmd_find_target: target none, type 2 | |
1475068259.921421 cmd_find_target: cmdq 0x17ede10, flags 0x2 | |
1475068259.921429 cmd_find_target: s=none | |
1475068259.921437 cmd_find_target: wl=none | |
1475068259.921444 cmd_find_target: wp=none | |
1475068259.921451 cmd_find_target: idx=none | |
1475068259.921459 preparing -s state: target none | |
1475068259.921471 preparing state for new-session (client 0x17ffc30) | |
1475068259.921480 cmd_find_current_session: have client 0x17ffc30 | |
1475068259.921489 cmd_find_client: no target, return (nil) | |
1475068259.921497 preparing -t state: target none | |
1475068259.921506 cmd_prepare_state_flag: flag t 4 0x2 | |
1475068259.921515 cmd_find_current_session: have client 0x17ffc30 | |
1475068259.921524 cmd_find_target: target none, type 2 | |
1475068259.921533 cmd_find_target: cmdq 0x17ede10, flags 0x2 | |
1475068259.921541 cmd_find_target: s=none | |
1475068259.921548 cmd_find_target: wl=none | |
1475068259.921555 cmd_find_target: wp=none | |
1475068259.921563 cmd_find_target: idx=none | |
1475068259.921570 preparing -s state: target none | |
1475068259.921585 new term: xterm | |
1475068259.921932 xterm override: XT | |
1475068259.921965 xterm override: Ms \033]52;%p1%s;%p2%s\a | |
1475068259.921980 xterm override: Cs \033]12;%p1%s\a | |
1475068259.921993 xterm override: Cr \033]112\a | |
1475068259.922006 xterm override: Ss \033[%p1%d q | |
1475068259.922018 xterm override: Se \033[2 q | |
1475068259.922137 new key \033Oo: 0x100000000045 (KP/) | |
1475068259.922149 new key \033Oj: 0x100000000046 (KP*) | |
1475068259.922168 new key \033Om: 0x100000000047 (KP-) | |
1475068259.922178 new key \033Ow: 0x100000000048 (KP7) | |
1475068259.922187 new key \033Ox: 0x100000000049 (KP8) | |
1475068259.922196 new key \033Oy: 0x10000000004a (KP9) | |
1475068259.922205 new key \033Ok: 0x10000000004b (KP+) | |
1475068259.922214 new key \033Ot: 0x10000000004c (KP4) | |
1475068259.922222 new key \033Ou: 0x10000000004d (KP5) | |
1475068259.922231 new key \033Ov: 0x10000000004e (KP6) | |
1475068259.922240 new key \033Oq: 0x10000000004f (KP1) | |
1475068259.922249 new key \033Or: 0x100000000050 (KP2) | |
1475068259.922258 new key \033Os: 0x100000000051 (KP3) | |
1475068259.922267 new key \033OM: 0x100000000052 (KPEnter) | |
1475068259.922277 new key \033Op: 0x100000000053 (KP0) | |
1475068259.922285 new key \033On: 0x100000000054 (KP.) | |
1475068259.922295 new key \033OA: 0x100000000041 (Up) | |
1475068259.922304 new key \033OB: 0x100000000042 (Down) | |
1475068259.922314 new key \033OC: 0x100000000044 (Right) | |
1475068259.922323 new key \033OD: 0x100000000043 (Left) | |
1475068259.922332 new key \033[A: 0x100000000041 (Up) | |
1475068259.922341 new key \033[B: 0x100000000042 (Down) | |
1475068259.922350 new key \033[C: 0x100000000044 (Right) | |
1475068259.922358 new key \033[D: 0x100000000043 (Left) | |
1475068259.922367 new key \033OH: 0x10000000003c (Home) | |
1475068259.922376 new key \033OF: 0x10000000003d (End) | |
1475068259.922385 new key \033[H: 0x10000000003c (Home) | |
1475068259.922394 new key \033[F: 0x10000000003d (End) | |
1475068259.922403 new key \033Oa: 0x500000000041 (C-Up) | |
1475068259.922413 new key \033Ob: 0x500000000042 (C-Down) | |
1475068259.922422 new key \033Oc: 0x500000000044 (C-Right) | |
1475068259.922432 new key \033Od: 0x500000000043 (C-Left) | |
1475068259.922441 new key \033[a: 0x900000000041 (S-Up) | |
1475068259.922450 new key \033[b: 0x900000000042 (S-Down) | |
1475068259.922459 new key \033[c: 0x900000000044 (S-Right) | |
1475068259.922468 new key \033[d: 0x900000000043 (S-Left) | |
1475068259.922478 new key \033[11^: 0x50000000002e (C-F1) | |
1475068259.922488 new key \033[12^: 0x50000000002f (C-F2) | |
1475068259.922497 new key \033[13^: 0x500000000030 (C-F3) | |
1475068259.922507 new key \033[14^: 0x500000000031 (C-F4) | |
1475068259.922516 new key \033[15^: 0x500000000032 (C-F5) | |
1475068259.922525 new key \033[17^: 0x500000000033 (C-F6) | |
1475068259.922534 new key \033[18^: 0x500000000034 (C-F7) | |
1475068259.922543 new key \033[19^: 0x500000000035 (C-F8) | |
1475068259.922551 new key \033[20^: 0x500000000036 (C-F9) | |
1475068259.922561 new key \033[21^: 0x500000000037 (C-F10) | |
1475068259.922571 new key \033[23^: 0x500000000038 (C-F11) | |
1475068259.922580 new key \033[24^: 0x500000000039 (C-F12) | |
1475068259.922589 new key \033[2^: 0x50000000003a (C-IC) | |
1475068259.922598 new key \033[3^: 0x50000000003b (C-DC) | |
1475068259.922607 new key \033[7^: 0x50000000003c (C-Home) | |
1475068259.922616 new key \033[8^: 0x50000000003d (C-End) | |
1475068259.922626 new key \033[6^: 0x50000000003e (C-NPage) | |
1475068259.922635 new key \033[5^: 0x50000000003f (C-PPage) | |
1475068259.922644 new key \033[11$: 0x90000000002e (S-F1) | |
1475068259.922653 new key \033[12$: 0x90000000002f (S-F2) | |
1475068259.922663 new key \033[13$: 0x900000000030 (S-F3) | |
1475068259.922672 new key \033[14$: 0x900000000031 (S-F4) | |
1475068259.922681 new key \033[15$: 0x900000000032 (S-F5) | |
1475068259.922690 new key \033[17$: 0x900000000033 (S-F6) | |
1475068259.922699 new key \033[18$: 0x900000000034 (S-F7) | |
1475068259.922708 new key \033[19$: 0x900000000035 (S-F8) | |
1475068259.922717 new key \033[20$: 0x900000000036 (S-F9) | |
1475068259.922726 new key \033[21$: 0x900000000037 (S-F10) | |
1475068259.922735 new key \033[23$: 0x900000000038 (S-F11) | |
1475068259.922744 new key \033[24$: 0x900000000039 (S-F12) | |
1475068259.922753 new key \033[2$: 0x90000000003a (S-IC) | |
1475068259.922762 new key \033[3$: 0x90000000003b (S-DC) | |
1475068259.922771 new key \033[7$: 0x90000000003c (S-Home) | |
1475068259.922780 new key \033[8$: 0x90000000003d (S-End) | |
1475068259.922789 new key \033[6$: 0x90000000003e (S-NPage) | |
1475068259.922798 new key \033[5$: 0x90000000003f (S-PPage) | |
1475068259.922807 new key \033[11@: 0xd0000000002e (C-S-F1) | |
1475068259.922817 new key \033[12@: 0xd0000000002f (C-S-F2) | |
1475068259.922834 new key \033[13@: 0xd00000000030 (C-S-F3) | |
1475068259.922844 new key \033[14@: 0xd00000000031 (C-S-F4) | |
1475068259.922853 new key \033[15@: 0xd00000000032 (C-S-F5) | |
1475068259.922862 new key \033[17@: 0xd00000000033 (C-S-F6) | |
1475068259.922871 new key \033[18@: 0xd00000000034 (C-S-F7) | |
1475068259.922881 new key \033[19@: 0xd00000000035 (C-S-F8) | |
1475068259.922890 new key \033[20@: 0xd00000000036 (C-S-F9) | |
1475068259.922899 new key \033[21@: 0xd00000000037 (C-S-F10) | |
1475068259.922909 new key \033[23@: 0xd00000000038 (C-S-F11) | |
1475068259.922918 new key \033[24@: 0xd00000000039 (C-S-F12) | |
1475068259.922927 new key \033[2@: 0xd0000000003a (C-S-IC) | |
1475068259.922936 new key \033[3@: 0xd0000000003b (C-S-DC) | |
1475068259.922946 new key \033[7@: 0xd0000000003c (C-S-Home) | |
1475068259.922955 new key \033[8@: 0xd0000000003d (C-S-End) | |
1475068259.922965 new key \033[6@: 0xd0000000003e (C-S-NPage) | |
1475068259.922974 new key \033[5@: 0xd0000000003f (C-S-PPage) | |
1475068259.923031 new key \033[I: 0x100000000000 (Invalid#100000000000) | |
1475068259.923046 new key \033[O: 0x100000000001 (Invalid#100000000001) | |
1475068259.923056 new key \033OP: 0x10000000002e (F1) | |
1475068259.923065 new key \033OQ: 0x10000000002f (F2) | |
1475068259.923073 new key \033OR: 0x100000000030 (F3) | |
1475068259.923081 new key \033OS: 0x100000000031 (F4) | |
1475068259.923090 new key \033[15~: 0x100000000032 (F5) | |
1475068259.923098 new key \033[17~: 0x100000000033 (F6) | |
1475068259.923107 new key \033[18~: 0x100000000034 (F7) | |
1475068259.923115 new key \033[19~: 0x100000000035 (F8) | |
1475068259.923123 new key \033[20~: 0x100000000036 (F9) | |
1475068259.923132 new key \033[21~: 0x100000000037 (F10) | |
1475068259.923140 new key \033[23~: 0x100000000038 (F11) | |
1475068259.923148 new key \033[24~: 0x100000000039 (F12) | |
1475068259.923157 new key \033[1;2P: 0x90000000002e (S-F1) | |
1475068259.923166 new key \033[1;2Q: 0x90000000002f (S-F2) | |
1475068259.923175 new key \033[1;2R: 0x900000000030 (S-F3) | |
1475068259.923183 new key \033[1;2S: 0x900000000031 (S-F4) | |
1475068259.923192 new key \033[15;2~: 0x900000000032 (S-F5) | |
1475068259.923202 new key \033[17;2~: 0x900000000033 (S-F6) | |
1475068259.923211 new key \033[18;2~: 0x900000000034 (S-F7) | |
1475068259.923220 new key \033[19;2~: 0x900000000035 (S-F8) | |
1475068259.923229 new key \033[20;2~: 0x900000000036 (S-F9) | |
1475068259.923238 new key \033[21;2~: 0x900000000037 (S-F10) | |
1475068259.923247 new key \033[23;2~: 0x900000000038 (S-F11) | |
1475068259.923256 new key \033[24;2~: 0x900000000039 (S-F12) | |
1475068259.923265 new key \033[1;5P: 0x50000000002e (C-F1) | |
1475068259.923273 new key \033[1;5Q: 0x50000000002f (C-F2) | |
1475068259.923282 new key \033[1;5R: 0x500000000030 (C-F3) | |
1475068259.923290 new key \033[1;5S: 0x500000000031 (C-F4) | |
1475068259.923299 new key \033[15;5~: 0x500000000032 (C-F5) | |
1475068259.923308 new key \033[17;5~: 0x500000000033 (C-F6) | |
1475068259.923316 new key \033[18;5~: 0x500000000034 (C-F7) | |
1475068259.923325 new key \033[19;5~: 0x500000000035 (C-F8) | |
1475068259.923334 new key \033[20;5~: 0x500000000036 (C-F9) | |
1475068259.923342 new key \033[21;5~: 0x500000000037 (C-F10) | |
1475068259.923351 new key \033[23;5~: 0x500000000038 (C-F11) | |
1475068259.923360 new key \033[24;5~: 0x500000000039 (C-F12) | |
1475068259.923369 new key \033[1;6P: 0xd0000000002e (C-S-F1) | |
1475068259.923378 new key \033[1;6Q: 0xd0000000002f (C-S-F2) | |
1475068259.923386 new key \033[1;6R: 0xd00000000030 (C-S-F3) | |
1475068259.923395 new key \033[1;6S: 0xd00000000031 (C-S-F4) | |
1475068259.923404 new key \033[15;6~: 0xd00000000032 (C-S-F5) | |
1475068259.923413 new key \033[17;6~: 0xd00000000033 (C-S-F6) | |
1475068259.923422 new key \033[18;6~: 0xd00000000034 (C-S-F7) | |
1475068259.923431 new key \033[19;6~: 0xd00000000035 (C-S-F8) | |
1475068259.923439 new key \033[20;6~: 0xd00000000036 (C-S-F9) | |
1475068259.923448 new key \033[21;6~: 0xd00000000037 (C-S-F10) | |
1475068259.923457 new key \033[23;6~: 0xd00000000038 (C-S-F11) | |
1475068259.923466 new key \033[24;6~: 0xd00000000039 (C-S-F12) | |
1475068259.923474 new key \033[1;3P: 0x30000000002e (M-F1) | |
1475068259.923483 new key \033[1;3Q: 0x30000000002f (M-F2) | |
1475068259.923501 new key \033[1;3R: 0x300000000030 (M-F3) | |
1475068259.923510 new key \033[1;3S: 0x300000000031 (M-F4) | |
1475068259.923519 new key \033[15;3~: 0x300000000032 (M-F5) | |
1475068259.923528 new key \033[17;3~: 0x300000000033 (M-F6) | |
1475068259.923537 new key \033[18;3~: 0x300000000034 (M-F7) | |
1475068259.923545 new key \033[19;3~: 0x300000000035 (M-F8) | |
1475068259.923554 new key \033[20;3~: 0x300000000036 (M-F9) | |
1475068259.923563 new key \033[21;3~: 0x300000000037 (M-F10) | |
1475068259.923571 new key \033[23;3~: 0x300000000038 (M-F11) | |
1475068259.923580 new key \033[24;3~: 0x300000000039 (M-F12) | |
1475068259.923589 new key \033[1;4P: 0xb0000000002e (M-S-F1) | |
1475068259.923597 new key \033[1;4Q: 0xb0000000002f (M-S-F2) | |
1475068259.923606 new key \033[1;4R: 0xb00000000030 (M-S-F3) | |
1475068259.923615 new key \033[2~: 0x10000000003a (IC) | |
1475068259.923624 new key \033[3~: 0x10000000003b (DC) | |
1475068259.923633 replacing key \033OH: 0x10000000003c (Home) | |
1475068259.923641 replacing key \033OF: 0x10000000003d (End) | |
1475068259.923650 new key \033[6~: 0x10000000003e (NPage) | |
1475068259.923659 new key \033[5~: 0x10000000003f (PPage) | |
1475068259.923667 new key \033[Z: 0x100000000040 (BTab) | |
1475068259.923676 replacing key \033OA: 0x100000000041 (Up) | |
1475068259.923685 replacing key \033OB: 0x100000000042 (Down) | |
1475068259.923693 replacing key \033OD: 0x100000000043 (Left) | |
1475068259.923701 replacing key \033OC: 0x100000000044 (Right) | |
1475068259.923709 new key \033[3;2~: 0x90000000003b (S-DC) | |
1475068259.923718 new key \033[3;3~: 0x30000000003b (M-DC) | |
1475068259.923727 new key \033[3;4~: 0xb0000000003b (M-S-DC) | |
1475068259.923736 new key \033[3;5~: 0x50000000003b (C-DC) | |
1475068259.923744 new key \033[3;6~: 0xd0000000003b (C-S-DC) | |
1475068259.923752 new key \033[3;7~: 0x70000000003b (C-M-DC) | |
1475068259.923761 new key \033[1;2B: 0x900000000042 (S-Down) | |
1475068259.923770 new key \033[1;3B: 0x300000000042 (M-Down) | |
1475068259.923779 new key \033[1;4B: 0xb00000000042 (M-S-Down) | |
1475068259.923788 new key \033[1;5B: 0x500000000042 (C-Down) | |
1475068259.923796 new key \033[1;6B: 0xd00000000042 (C-S-Down) | |
1475068259.923805 new key \033[1;7B: 0x700000000042 (C-M-Down) | |
1475068259.923814 new key \033[1;2F: 0x90000000003d (S-End) | |
1475068259.923823 new key \033[1;3F: 0x30000000003d (M-End) | |
1475068259.923831 new key \033[1;4F: 0xb0000000003d (M-S-End) | |
1475068259.923839 new key \033[1;5F: 0x50000000003d (C-End) | |
1475068259.923848 new key \033[1;6F: 0xd0000000003d (C-S-End) | |
1475068259.923857 new key \033[1;7F: 0x70000000003d (C-M-End) | |
1475068259.923865 new key \033[1;2H: 0x90000000003c (S-Home) | |
1475068259.923874 new key \033[1;3H: 0x30000000003c (M-Home) | |
1475068259.923883 new key \033[1;4H: 0xb0000000003c (M-S-Home) | |
1475068259.923891 new key \033[1;5H: 0x50000000003c (C-Home) | |
1475068259.923900 new key \033[1;6H: 0xd0000000003c (C-S-Home) | |
1475068259.923908 new key \033[1;7H: 0x70000000003c (C-M-Home) | |
1475068259.923917 new key \033[2;2~: 0x90000000003a (S-IC) | |
1475068259.923925 new key \033[2;3~: 0x30000000003a (M-IC) | |
1475068259.923934 new key \033[2;4~: 0xb0000000003a (M-S-IC) | |
1475068259.923942 new key \033[2;5~: 0x50000000003a (C-IC) | |
1475068259.923951 new key \033[2;6~: 0xd0000000003a (C-S-IC) | |
1475068259.923959 new key \033[2;7~: 0x70000000003a (C-M-IC) | |
1475068259.923968 new key \033[1;2D: 0x900000000043 (S-Left) | |
1475068259.923977 new key \033[1;3D: 0x300000000043 (M-Left) | |
1475068259.923986 new key \033[1;4D: 0xb00000000043 (M-S-Left) | |
1475068259.923994 new key \033[1;5D: 0x500000000043 (C-Left) | |
1475068259.924003 new key \033[1;6D: 0xd00000000043 (C-S-Left) | |
1475068259.924012 new key \033[1;7D: 0x700000000043 (C-M-Left) | |
1475068259.924021 new key \033[6;2~: 0x90000000003e (S-NPage) | |
1475068259.924031 new key \033[6;3~: 0x30000000003e (M-NPage) | |
1475068259.924040 new key \033[6;4~: 0xb0000000003e (M-S-NPage) | |
1475068259.924049 new key \033[6;5~: 0x50000000003e (C-NPage) | |
1475068259.924058 new key \033[6;6~: 0xd0000000003e (C-S-NPage) | |
1475068259.924067 new key \033[6;7~: 0x70000000003e (C-M-NPage) | |
1475068259.924076 new key \033[5;2~: 0x90000000003f (S-PPage) | |
1475068259.924092 new key \033[5;3~: 0x30000000003f (M-PPage) | |
1475068259.924102 new key \033[5;4~: 0xb0000000003f (M-S-PPage) | |
1475068259.924111 new key \033[5;5~: 0x50000000003f (C-PPage) | |
1475068259.924120 new key \033[5;6~: 0xd0000000003f (C-S-PPage) | |
1475068259.924129 new key \033[5;7~: 0x70000000003f (C-M-PPage) | |
1475068259.924143 new key \033[1;2C: 0x900000000044 (S-Right) | |
1475068259.924153 new key \033[1;3C: 0x300000000044 (M-Right) | |
1475068259.924162 new key \033[1;4C: 0xb00000000044 (M-S-Right) | |
1475068259.924172 new key \033[1;5C: 0x500000000044 (C-Right) | |
1475068259.924181 new key \033[1;6C: 0xd00000000044 (C-S-Right) | |
1475068259.924190 new key \033[1;7C: 0x700000000044 (C-M-Right) | |
1475068259.924199 new key \033[1;2A: 0x900000000041 (S-Up) | |
1475068259.924207 new key \033[1;3A: 0x300000000041 (M-Up) | |
1475068259.924216 new key \033[1;4A: 0xb00000000041 (M-S-Up) | |
1475068259.924225 new key \033[1;5A: 0x500000000041 (C-Up) | |
1475068259.924234 new key \033[1;6A: 0xd00000000041 (C-S-Up) | |
1475068259.924243 new key \033[1;7A: 0x700000000041 (C-M-Up) | |
1475068259.924271 new session 0 $0 | |
1475068259.924283 session 0 activity 1475068259.924277 (last 0.000000) | |
1475068259.924331 @0 alerts flags added 0x2 | |
1475068259.924360 spawn: /bin/zsh -- | |
1475068259.924369 spawn: DISPLAY=:0.0 | |
1475068259.924377 spawn: HOME=/home/t | |
1475068259.924384 spawn: LANG=C.UTF-8 | |
1475068259.924391 spawn: LOGNAME=t | |
1475068259.924398 spawn: MAIL=/var/mail/t | |
1475068259.924406 spawn: OLDPWD=/home/t | |
1475068259.924415 spawn: PATH=/home/t/bin:/home/t/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games | |
1475068259.924423 spawn: PWD=/tmp/t | |
1475068259.924430 spawn: SHELL=/bin/zsh | |
1475068259.924436 spawn: SHLVL=1 | |
1475068259.924443 spawn: TERM=screen | |
1475068259.924451 spawn: TMUX=/tmp/tmux-1001/default,13344,0 | |
1475068259.924458 spawn: USER=t | |
1475068259.924467 spawn: XDG_SESSION_COOKIE=810492296619fa2bb9a255ec00002b63-1475067474.578109-1956054850 | |
1475068259.924475 spawn: _=/usr/local/bin/tmux | |
1475068259.928019 @0 alerts timer reset 0 | |
1475068259.928052 session 0 created | |
1475068259.928084 sending message 207 to peer 0x1800260 (0 bytes) | |
1475068259.928117 client 0x17ffc30, status interval 15 | |
1475068259.928137 session 0 activity 1475068259.928129 (last 1475068259.924277) | |
1475068259.928183 session 0 has 3 references | |
1475068259.928200 session 0 has 2 references | |
1475068259.928216 unref client 0x17ffc30 (2 references) | |
1475068259.928255 screen_write_start: size 80x1, no pane | |
1475068259.928322 screen_write_stop: 0 of 80 written (dirty 80, skipped 0) | |
1475068259.928553 format '[#S] ' -> '[0] ' | |
1475068259.928771 format ' "#{=21:pane_title}" 22:10 28-Sep-16' -> ' "miri" 22:10 28-Sep-16' | |
1475068259.928980 format '#{window_flags}' -> '*' | |
1475068259.929005 format '#I:#W#{?window_flags,#{window_flags}, }' -> '0:zsh*' | |
1475068259.929058 screen_write_start: size 7x1, no pane | |
1475068259.929087 screen_write_stop: 0 of 7 written (dirty 7, skipped 0) | |
1475068259.929105 screen_write_start: size 80x1, no pane | |
1475068259.929135 screen_write_stop: 0 of 34 written (dirty 34, skipped 5) | |
1475068259.930344 @0 active pane not changed | |
1475068259.930455 @0 active pane not changed | |
1475068259.930688 peer 0x1800260 message 208 | |
1475068259.930721 @0 active pane not changed | |
1475068259.938801 %0 has 104 bytes (of 4096, 0 hits) | |
1475068259.938838 @0 alerts timer reset 0 | |
1475068259.938850 screen_write_start: size 80x23, pane %0 | |
1475068259.938872 input_parse: %0 ground, 104 bytes: \033[1m\033[3m%\033[23m\033[1m\033[0m \r \r | |
1475068259.938894 input_csi_dispatch: 'm' "" "1" | |
1475068259.938910 input_csi_dispatch: 'm' "" "3" | |
1475068259.938922 screen_write_cell: allocating 1840 bits | |
1475068259.938932 input_csi_dispatch: 'm' "" "23" | |
1475068259.938942 input_csi_dispatch: 'm' "" "1" | |
1475068259.938951 input_csi_dispatch: 'm' "" "0" | |
1475068259.938967 input_c0_dispatch: '\r' | |
1475068259.938975 input_c0_dispatch: '\r' | |
1475068259.939008 screen_write_stop: 1 of 81 written (dirty 80, skipped 79) | |
1475068259.939028 @0 active pane changed | |
1475068259.939151 format '#{pane_current_command}' -> 'zsh' | |
1475068259.939181 format '' -> '' | |
1475068259.939192 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068259.939211 @0 name not changed (still zsh) | |
1475068259.939255 %0 has 38 bytes (of 4096, 0 hits) | |
1475068259.939266 @0 alerts timer reset 0 | |
1475068259.939276 screen_write_start: size 80x23, pane %0 | |
1475068259.939288 input_parse: %0 ground, 38 bytes: \r\033[0m\033[23m\033[24m\033[J> \033[K\033[?1h\033=\033[?2004h | |
1475068259.939295 input_c0_dispatch: '\r' | |
1475068259.939306 input_csi_dispatch: 'm' "" "0" | |
1475068259.939316 input_csi_dispatch: 'm' "" "23" | |
1475068259.939326 input_csi_dispatch: 'm' "" "24" | |
1475068259.939335 input_csi_dispatch: 'J' "" "" | |
1475068259.939702 input_csi_dispatch: 'K' "" "" | |
1475068259.939735 input_csi_dispatch: 'h' "?" "1" | |
1475068259.939753 input_esc_dispatch: '=', | |
1475068259.939771 input_csi_dispatch: 'h' "?" "2004" | |
1475068259.939808 screen_write_stop: 1 of 2 written (dirty 1, skipped 1) | |
1475068259.939867 @0 active pane changed | |
1475068259.939887 @0 name timer queued (499157 left) | |
1475068259.939933 @0 active pane changed | |
1475068259.939946 @0 name timer already queued (499090 left) | |
1475068260.442538 @0 name timer expired | |
1475068260.442609 @0 active pane changed | |
1475068260.442795 format '#{pane_current_command}' -> 'zsh' | |
1475068260.442812 format '' -> '' | |
1475068260.442827 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068260.442853 @0 name not changed (still zsh) | |
1475068263.392687 keys are 1 (t) | |
1475068263.392731 next key is 1 (t) (expired=0) | |
1475068263.392746 complete key t 0x74 | |
1475068263.392766 session 0 activity 1475068263.392757 (last 1475068259.928129) | |
1475068263.392783 session 0 not pasting | |
1475068263.392801 writing key 0x74 (t) to %0 | |
1475068263.392834 @0 active pane not changed | |
1475068263.392877 @0 active pane not changed | |
1475068263.393039 %0 has 1 bytes (of 4096, 0 hits) | |
1475068263.393059 @0 alerts timer reset 0 | |
1475068263.393075 screen_write_start: size 80x23, pane %0 | |
1475068263.393088 input_parse: %0 ground, 1 bytes: t | |
1475068263.393127 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068263.393143 @0 active pane changed | |
1475068263.393305 format '#{pane_current_command}' -> 'zsh' | |
1475068263.393324 format '' -> '' | |
1475068263.393339 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068263.393365 @0 name not changed (still zsh) | |
1475068263.393401 @0 active pane not changed | |
1475068263.573899 keys are 1 (m) | |
1475068263.573942 next key is 1 (m) (expired=0) | |
1475068263.573957 complete key m 0x6d | |
1475068263.573976 session 0 activity 1475068263.573967 (last 1475068263.392757) | |
1475068263.573993 session 0 not pasting | |
1475068263.574011 writing key 0x6d (m) to %0 | |
1475068263.574044 @0 active pane not changed | |
1475068263.574085 @0 active pane not changed | |
1475068263.574226 %0 has 3 bytes (of 4096, 0 hits) | |
1475068263.574246 @0 alerts timer reset 0 | |
1475068263.574262 screen_write_start: size 80x23, pane %0 | |
1475068263.574276 input_parse: %0 ground, 3 bytes: \btm | |
1475068263.574287 input_c0_dispatch: '\b' | |
1475068263.574326 screen_write_stop: 1 of 2 written (dirty 1, skipped 1) | |
1475068263.574341 @0 active pane changed | |
1475068263.574353 @0 name timer queued (318802 left) | |
1475068263.574385 @0 active pane changed | |
1475068263.574398 @0 name timer already queued (318757 left) | |
1475068263.652306 keys are 1 (u) | |
1475068263.652341 next key is 1 (u) (expired=0) | |
1475068263.652356 complete key u 0x75 | |
1475068263.652376 session 0 activity 1475068263.652367 (last 1475068263.573967) | |
1475068263.652393 session 0 not pasting | |
1475068263.652411 writing key 0x75 (u) to %0 | |
1475068263.652444 @0 active pane changed | |
1475068263.652458 @0 name timer already queued (240698 left) | |
1475068263.652497 @0 active pane changed | |
1475068263.652511 @0 name timer already queued (240644 left) | |
1475068263.652647 %0 has 1 bytes (of 4096, 0 hits) | |
1475068263.652667 @0 alerts timer reset 0 | |
1475068263.652682 screen_write_start: size 80x23, pane %0 | |
1475068263.652696 input_parse: %0 ground, 1 bytes: u | |
1475068263.652758 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068263.652774 @0 active pane changed | |
1475068263.652786 @0 name timer already queued (240368 left) | |
1475068263.652816 @0 active pane changed | |
1475068263.652829 @0 name timer already queued (240326 left) | |
1475068263.752866 keys are 1 (x) | |
1475068263.752895 next key is 1 (x) (expired=0) | |
1475068263.752906 complete key x 0x78 | |
1475068263.752918 session 0 activity 1475068263.752912 (last 1475068263.652367) | |
1475068263.752929 session 0 not pasting | |
1475068263.752941 writing key 0x78 (x) to %0 | |
1475068263.752965 @0 active pane changed | |
1475068263.752973 @0 name timer already queued (140180 left) | |
1475068263.753018 @0 active pane changed | |
1475068263.753028 @0 name timer already queued (140125 left) | |
1475068263.753130 %0 has 1 bytes (of 4096, 0 hits) | |
1475068263.753144 @0 alerts timer reset 0 | |
1475068263.753155 screen_write_start: size 80x23, pane %0 | |
1475068263.753164 input_parse: %0 ground, 1 bytes: x | |
1475068263.753191 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068263.753201 @0 active pane changed | |
1475068263.753209 @0 name timer already queued (139944 left) | |
1475068263.753229 @0 active pane changed | |
1475068263.753237 @0 name timer already queued (139916 left) | |
1475068263.894093 @0 name timer expired | |
1475068263.894173 @0 active pane changed | |
1475068263.894374 format '#{pane_current_command}' -> 'zsh' | |
1475068263.894399 format '' -> '' | |
1475068263.894414 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068263.894442 @0 name not changed (still zsh) | |
1475068263.952642 keys are 1 ( ) | |
1475068263.952685 next key is 1 ( ) (expired=0) | |
1475068263.952701 complete key 0x20 | |
1475068263.952720 session 0 activity 1475068263.952711 (last 1475068263.752912) | |
1475068263.952735 session 0 not pasting | |
1475068263.952752 writing key 0x20 (Space) to %0 | |
1475068263.952785 @0 active pane not changed | |
1475068263.952826 @0 active pane not changed | |
1475068263.952968 %0 has 1 bytes (of 4096, 0 hits) | |
1475068263.953013 @0 alerts timer reset 0 | |
1475068263.953031 screen_write_start: size 80x23, pane %0 | |
1475068263.953045 input_parse: %0 ground, 1 bytes: | |
1475068263.953062 screen_write_stop: 0 of 1 written (dirty 1, skipped 1) | |
1475068263.953093 @0 active pane changed | |
1475068263.953105 @0 name timer queued (441086 left) | |
1475068263.953136 @0 active pane changed | |
1475068263.953149 @0 name timer already queued (441042 left) | |
1475068264.022687 keys are 1 (-) | |
1475068264.022727 next key is 1 (-) (expired=0) | |
1475068264.022741 complete key - 0x2d | |
1475068264.022759 session 0 activity 1475068264.022751 (last 1475068263.952711) | |
1475068264.022774 session 0 not pasting | |
1475068264.022791 writing key 0x2d (-) to %0 | |
1475068264.022822 @0 active pane changed | |
1475068264.022834 @0 name timer already queued (371357 left) | |
1475068264.022870 @0 active pane changed | |
1475068264.022882 @0 name timer already queued (371308 left) | |
1475068264.023033 %0 has 1 bytes (of 4096, 0 hits) | |
1475068264.023054 @0 alerts timer reset 0 | |
1475068264.023069 screen_write_start: size 80x23, pane %0 | |
1475068264.023081 input_parse: %0 ground, 1 bytes: - | |
1475068264.023116 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068264.023131 @0 active pane changed | |
1475068264.023141 @0 name timer already queued (371048 left) | |
1475068264.023171 @0 active pane changed | |
1475068264.023184 @0 name timer already queued (371006 left) | |
1475068264.397103 @0 name timer expired | |
1475068264.397160 @0 active pane changed | |
1475068264.397338 format '#{pane_current_command}' -> 'zsh' | |
1475068264.397358 format '' -> '' | |
1475068264.397372 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068264.397400 @0 name not changed (still zsh) | |
1475068264.426851 keys are 1 (V) | |
1475068264.426891 next key is 1 (V) (expired=0) | |
1475068264.426905 complete key V 0x56 | |
1475068264.426923 session 0 activity 1475068264.426914 (last 1475068264.022751) | |
1475068264.426937 session 0 not pasting | |
1475068264.426953 writing key 0x56 (V) to %0 | |
1475068264.426983 @0 active pane not changed | |
1475068264.427020 @0 active pane not changed | |
1475068264.427200 %0 has 1 bytes (of 4096, 0 hits) | |
1475068264.427230 @0 alerts timer reset 0 | |
1475068264.427244 screen_write_start: size 80x23, pane %0 | |
1475068264.427255 input_parse: %0 ground, 1 bytes: V | |
1475068264.427290 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068264.427305 @0 active pane changed | |
1475068264.427315 @0 name timer queued (469858 left) | |
1475068264.427345 @0 active pane changed | |
1475068264.427356 @0 name timer already queued (469817 left) | |
1475068264.805397 keys are 1 (\r) | |
1475068264.805429 next key is 1 (\r) (expired=0) | |
1475068264.805443 complete key \r 0xd | |
1475068264.805461 session 0 activity 1475068264.805452 (last 1475068264.426914) | |
1475068264.805476 session 0 not pasting | |
1475068264.805492 writing key 0xd (Enter) to %0 | |
1475068264.805522 @0 active pane changed | |
1475068264.805534 @0 name timer already queued (91640 left) | |
1475068264.805570 @0 active pane changed | |
1475068264.805581 @0 name timer already queued (91591 left) | |
1475068264.805951 %0 has 7 bytes (of 4096, 0 hits) | |
1475068264.805988 @0 alerts timer reset 0 | |
1475068264.806003 screen_write_start: size 80x23, pane %0 | |
1475068264.806016 input_parse: %0 ground, 7 bytes: \033[?1l\033> | |
1475068264.806036 input_csi_dispatch: 'l' "?" "1" | |
1475068264.806051 input_esc_dispatch: '>', | |
1475068264.806065 screen_write_stop: 0 of 0 written (dirty 0, skipped 0) | |
1475068264.806096 @0 active pane changed | |
1475068264.806107 @0 name timer already queued (91066 left) | |
1475068264.806148 %0 has 11 bytes (of 4096, 0 hits) | |
1475068264.806168 @0 alerts timer reset 0 | |
1475068264.806185 screen_write_start: size 80x23, pane %0 | |
1475068264.806197 input_parse: %0 ground, 11 bytes: \033[?2004l\r\r\n | |
1475068264.806212 input_csi_dispatch: 'l' "?" "2004" | |
1475068264.806222 input_c0_dispatch: '\r' | |
1475068264.806231 input_c0_dispatch: '\r' | |
1475068264.806239 input_c0_dispatch: '\n' | |
1475068264.806253 screen_write_stop: 0 of 0 written (dirty 0, skipped 0) | |
1475068264.806282 @0 active pane changed | |
1475068264.806292 @0 name timer already queued (90881 left) | |
1475068264.806381 @0 active pane changed | |
1475068264.806411 @0 name timer already queued (90765 left) | |
1475068264.809551 %0 has 10 bytes (of 4096, 0 hits) | |
1475068264.809594 @0 alerts timer reset 0 | |
1475068264.809611 screen_write_start: size 80x23, pane %0 | |
1475068264.809626 input_parse: %0 ground, 10 bytes: tmux 2.3\r\n | |
1475068264.809700 input_c0_dispatch: '\r' | |
1475068264.809746 input_c0_dispatch: '\n' | |
1475068264.809893 screen_write_stop: 7 of 8 written (dirty 1, skipped 1) | |
1475068264.809943 @0 active pane changed | |
1475068264.809962 @0 name timer already queued (87214 left) | |
1475068264.810017 @0 active pane changed | |
1475068264.810038 @0 name timer already queued (87137 left) | |
1475068264.810096 %0 has 104 bytes (of 4096, 0 hits) | |
1475068264.810115 @0 alerts timer reset 0 | |
1475068264.810136 screen_write_start: size 80x23, pane %0 | |
1475068264.810163 input_parse: %0 ground, 104 bytes: \033[1m\033[3m%\033[23m\033[1m\033[0m \r \r | |
1475068264.810188 input_csi_dispatch: 'm' "" "1" | |
1475068264.810211 input_csi_dispatch: 'm' "" "3" | |
1475068264.810234 input_csi_dispatch: 'm' "" "23" | |
1475068264.810266 input_csi_dispatch: 'm' "" "1" | |
1475068264.810288 input_csi_dispatch: 'm' "" "0" | |
1475068264.810328 input_c0_dispatch: '\r' | |
1475068264.810355 input_c0_dispatch: '\r' | |
1475068264.810410 screen_write_stop: 1 of 81 written (dirty 80, skipped 79) | |
1475068264.810445 @0 active pane changed | |
1475068264.810466 @0 name timer already queued (86709 left) | |
1475068264.810515 %0 has 38 bytes (of 4096, 0 hits) | |
1475068264.810536 @0 alerts timer reset 0 | |
1475068264.810556 screen_write_start: size 80x23, pane %0 | |
1475068264.810580 input_parse: %0 ground, 38 bytes: \r\033[0m\033[23m\033[24m\033[J> \033[K\033[?1h\033=\033[?2004h | |
1475068264.810597 input_c0_dispatch: '\r' | |
1475068264.810621 input_csi_dispatch: 'm' "" "0" | |
1475068264.810642 input_csi_dispatch: 'm' "" "23" | |
1475068264.810656 input_csi_dispatch: 'm' "" "24" | |
1475068264.810667 input_csi_dispatch: 'J' "" "" | |
1475068264.810888 input_csi_dispatch: 'K' "" "" | |
1475068264.810921 input_csi_dispatch: 'h' "?" "1" | |
1475068264.810934 input_esc_dispatch: '=', | |
1475068264.810947 input_csi_dispatch: 'h' "?" "2004" | |
1475068264.810975 screen_write_stop: 1 of 2 written (dirty 1, skipped 1) | |
1475068264.811017 @0 active pane changed | |
1475068264.811027 @0 name timer already queued (86146 left) | |
1475068264.811065 @0 active pane changed | |
1475068264.811095 @0 name timer already queued (86081 left) | |
1475068264.898672 @0 name timer expired | |
1475068264.898750 @0 active pane changed | |
1475068264.898954 format '#{pane_current_command}' -> 'zsh' | |
1475068264.898983 format '' -> '' | |
1475068264.899000 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068264.899031 @0 name not changed (still zsh) | |
1475068268.622361 keys are 1 (t) | |
1475068268.622413 next key is 1 (t) (expired=0) | |
1475068268.622431 complete key t 0x74 | |
1475068268.622451 session 0 activity 1475068268.622442 (last 1475068264.805452) | |
1475068268.622468 session 0 not pasting | |
1475068268.622487 writing key 0x74 (t) to %0 | |
1475068268.622521 @0 active pane not changed | |
1475068268.622564 @0 active pane not changed | |
1475068268.622715 %0 has 1 bytes (of 4096, 0 hits) | |
1475068268.622737 @0 alerts timer reset 0 | |
1475068268.622754 screen_write_start: size 80x23, pane %0 | |
1475068268.622769 input_parse: %0 ground, 1 bytes: t | |
1475068268.622813 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068268.622829 @0 active pane changed | |
1475068268.623035 format '#{pane_current_command}' -> 'zsh' | |
1475068268.623056 format '' -> '' | |
1475068268.623071 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068268.623099 @0 name not changed (still zsh) | |
1475068268.623136 @0 active pane not changed | |
1475068268.819579 keys are 1 (m) | |
1475068268.819624 next key is 1 (m) (expired=0) | |
1475068268.819641 complete key m 0x6d | |
1475068268.819690 session 0 activity 1475068268.819680 (last 1475068268.622442) | |
1475068268.819708 session 0 not pasting | |
1475068268.819727 writing key 0x6d (m) to %0 | |
1475068268.819761 @0 active pane not changed | |
1475068268.819802 @0 active pane not changed | |
1475068268.819944 %0 has 3 bytes (of 4096, 0 hits) | |
1475068268.819965 @0 alerts timer reset 0 | |
1475068268.819983 screen_write_start: size 80x23, pane %0 | |
1475068268.819998 input_parse: %0 ground, 3 bytes: \btm | |
1475068268.820009 input_c0_dispatch: '\b' | |
1475068268.820052 screen_write_stop: 1 of 2 written (dirty 1, skipped 1) | |
1475068268.820069 @0 active pane changed | |
1475068268.820082 @0 name timer queued (302761 left) | |
1475068268.820114 @0 active pane changed | |
1475068268.820128 @0 name timer already queued (302715 left) | |
1475068268.912795 keys are 1 (u) | |
1475068268.912831 next key is 1 (u) (expired=0) | |
1475068268.912844 complete key u 0x75 | |
1475068268.912860 session 0 activity 1475068268.912853 (last 1475068268.819680) | |
1475068268.912875 session 0 not pasting | |
1475068268.912890 writing key 0x75 (u) to %0 | |
1475068268.912919 @0 active pane changed | |
1475068268.912930 @0 name timer already queued (209912 left) | |
1475068268.912962 @0 active pane changed | |
1475068268.912974 @0 name timer already queued (209868 left) | |
1475068268.913106 %0 has 1 bytes (of 4096, 0 hits) | |
1475068268.913123 @0 alerts timer reset 0 | |
1475068268.913136 screen_write_start: size 80x23, pane %0 | |
1475068268.913148 input_parse: %0 ground, 1 bytes: u | |
1475068268.913182 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068268.913195 @0 active pane changed | |
1475068268.913205 @0 name timer already queued (209636 left) | |
1475068268.913230 @0 active pane changed | |
1475068268.913241 @0 name timer already queued (209601 left) | |
1475068269.054653 keys are 1 (x) | |
1475068269.054690 next key is 1 (x) (expired=0) | |
1475068269.054704 complete key x 0x78 | |
1475068269.054720 session 0 activity 1475068269.054713 (last 1475068268.912853) | |
1475068269.054734 session 0 not pasting | |
1475068269.054750 writing key 0x78 (x) to %0 | |
1475068269.054778 @0 active pane changed | |
1475068269.054789 @0 name timer already queued (68053 left) | |
1475068269.054822 @0 active pane changed | |
1475068269.054834 @0 name timer already queued (68008 left) | |
1475068269.055042 %0 has 1 bytes (of 4096, 0 hits) | |
1475068269.055091 @0 alerts timer reset 0 | |
1475068269.055108 screen_write_start: size 80x23, pane %0 | |
1475068269.055123 input_parse: %0 ground, 1 bytes: x | |
1475068269.055168 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068269.055188 @0 active pane changed | |
1475068269.055200 @0 name timer already queued (67643 left) | |
1475068269.055237 @0 active pane changed | |
1475068269.055251 @0 name timer already queued (67592 left) | |
1475068269.123764 @0 name timer expired | |
1475068269.123840 @0 active pane changed | |
1475068269.124043 format '#{pane_current_command}' -> 'zsh' | |
1475068269.124063 format '' -> '' | |
1475068269.124078 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068269.124104 @0 name not changed (still zsh) | |
1475068269.270412 keys are 1 ( ) | |
1475068269.270456 next key is 1 ( ) (expired=0) | |
1475068269.270472 complete key 0x20 | |
1475068269.270492 session 0 activity 1475068269.270482 (last 1475068269.054713) | |
1475068269.270509 session 0 not pasting | |
1475068269.270527 writing key 0x20 (Space) to %0 | |
1475068269.270561 @0 active pane not changed | |
1475068269.270600 @0 active pane not changed | |
1475068269.270739 %0 has 1 bytes (of 4096, 0 hits) | |
1475068269.270759 @0 alerts timer reset 0 | |
1475068269.270775 screen_write_start: size 80x23, pane %0 | |
1475068269.270789 input_parse: %0 ground, 1 bytes: | |
1475068269.270806 screen_write_stop: 0 of 1 written (dirty 1, skipped 1) | |
1475068269.270837 @0 active pane changed | |
1475068269.270849 @0 name timer queued (353006 left) | |
1475068269.270880 @0 active pane changed | |
1475068269.270893 @0 name timer already queued (352962 left) | |
1475068269.625795 @0 name timer expired | |
1475068269.625872 @0 active pane changed | |
1475068269.626075 format '#{pane_current_command}' -> 'zsh' | |
1475068269.626103 format '' -> '' | |
1475068269.626121 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068269.626152 @0 name not changed (still zsh) | |
1475068269.771943 keys are 1 (s) | |
1475068269.771987 next key is 1 (s) (expired=0) | |
1475068269.772003 complete key s 0x73 | |
1475068269.772021 session 0 activity 1475068269.772013 (last 1475068269.270482) | |
1475068269.772038 session 0 not pasting | |
1475068269.772056 writing key 0x73 (s) to %0 | |
1475068269.772089 @0 active pane not changed | |
1475068269.772131 @0 active pane not changed | |
1475068269.772268 %0 has 1 bytes (of 4096, 0 hits) | |
1475068269.772288 @0 alerts timer reset 0 | |
1475068269.772303 screen_write_start: size 80x23, pane %0 | |
1475068269.772317 input_parse: %0 ground, 1 bytes: s | |
1475068269.772359 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068269.772374 @0 active pane changed | |
1475068269.772386 @0 name timer queued (353504 left) | |
1475068269.772418 @0 active pane changed | |
1475068269.772431 @0 name timer already queued (353459 left) | |
1475068269.855335 keys are 1 (e) | |
1475068269.855376 next key is 1 (e) (expired=0) | |
1475068269.855390 complete key e 0x65 | |
1475068269.855408 session 0 activity 1475068269.855399 (last 1475068269.772013) | |
1475068269.855423 session 0 not pasting | |
1475068269.855439 writing key 0x65 (e) to %0 | |
1475068269.855470 @0 active pane changed | |
1475068269.855482 @0 name timer already queued (270408 left) | |
1475068269.855517 @0 active pane changed | |
1475068269.855530 @0 name timer already queued (270360 left) | |
1475068269.855673 %0 has 1 bytes (of 4096, 0 hits) | |
1475068269.855706 @0 alerts timer reset 0 | |
1475068269.855733 screen_write_start: size 80x23, pane %0 | |
1475068269.855745 input_parse: %0 ground, 1 bytes: e | |
1475068269.855783 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068269.855797 @0 active pane changed | |
1475068269.855807 @0 name timer already queued (270081 left) | |
1475068269.855834 @0 active pane changed | |
1475068269.855845 @0 name timer already queued (270044 left) | |
1475068269.958691 keys are 1 (t) | |
1475068269.958735 next key is 1 (t) (expired=0) | |
1475068269.958751 complete key t 0x74 | |
1475068269.958770 session 0 activity 1475068269.958761 (last 1475068269.855399) | |
1475068269.958786 session 0 not pasting | |
1475068269.958805 writing key 0x74 (t) to %0 | |
1475068269.958864 @0 active pane changed | |
1475068269.958878 @0 name timer already queued (167012 left) | |
1475068269.958918 @0 active pane changed | |
1475068269.958931 @0 name timer already queued (166959 left) | |
1475068269.959069 %0 has 1 bytes (of 4096, 0 hits) | |
1475068269.959089 @0 alerts timer reset 0 | |
1475068269.959104 screen_write_start: size 80x23, pane %0 | |
1475068269.959118 input_parse: %0 ground, 1 bytes: t | |
1475068269.959160 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068269.959175 @0 active pane changed | |
1475068269.959186 @0 name timer already queued (166703 left) | |
1475068269.959216 @0 active pane changed | |
1475068269.959229 @0 name timer already queued (166660 left) | |
1475068270.117282 keys are 1 ( ) | |
1475068270.117327 next key is 1 ( ) (expired=0) | |
1475068270.117342 complete key 0x20 | |
1475068270.117362 session 0 activity 1475068270.117353 (last 1475068269.958761) | |
1475068270.117377 session 0 not pasting | |
1475068270.117396 writing key 0x20 (Space) to %0 | |
1475068270.117430 @0 active pane changed | |
1475068270.117443 @0 name timer already queued (8447 left) | |
1475068270.117483 @0 active pane changed | |
1475068270.117497 @0 name timer already queued (8393 left) | |
1475068270.117675 %0 has 1 bytes (of 4096, 0 hits) | |
1475068270.117724 @0 alerts timer reset 0 | |
1475068270.117755 screen_write_start: size 80x23, pane %0 | |
1475068270.117781 input_parse: %0 ground, 1 bytes: | |
1475068270.117810 screen_write_stop: 0 of 1 written (dirty 1, skipped 1) | |
1475068270.117875 @0 active pane changed | |
1475068270.117898 @0 name timer already queued (7995 left) | |
1475068270.117959 @0 active pane changed | |
1475068270.117985 @0 name timer already queued (7908 left) | |
1475068270.126181 @0 name timer expired | |
1475068270.126252 @0 active pane changed | |
1475068270.126504 format '#{pane_current_command}' -> 'zsh' | |
1475068270.126529 format '' -> '' | |
1475068270.126542 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068270.126567 @0 name not changed (still zsh) | |
1475068270.227591 keys are 1 (s) | |
1475068270.227634 next key is 1 (s) (expired=0) | |
1475068270.227647 complete key s 0x73 | |
1475068270.227664 session 0 activity 1475068270.227657 (last 1475068270.117353) | |
1475068270.227679 session 0 not pasting | |
1475068270.227695 writing key 0x73 (s) to %0 | |
1475068270.227726 @0 active pane not changed | |
1475068270.227762 @0 active pane not changed | |
1475068270.227933 %0 has 1 bytes (of 4096, 0 hits) | |
1475068270.227974 @0 alerts timer reset 0 | |
1475068270.228000 screen_write_start: size 80x23, pane %0 | |
1475068270.228024 input_parse: %0 ground, 1 bytes: s | |
1475068270.228089 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068270.228118 @0 active pane changed | |
1475068270.228140 @0 name timer queued (398132 left) | |
1475068270.228194 @0 active pane changed | |
1475068270.228217 @0 name timer already queued (398053 left) | |
1475068270.424139 keys are 1 (t) | |
1475068270.424164 next key is 1 (t) (expired=0) | |
1475068270.424175 complete key t 0x74 | |
1475068270.424188 session 0 activity 1475068270.424182 (last 1475068270.227657) | |
1475068270.424200 session 0 not pasting | |
1475068270.424212 writing key 0x74 (t) to %0 | |
1475068270.424237 @0 active pane changed | |
1475068270.424246 @0 name timer already queued (202022 left) | |
1475068270.424272 @0 active pane changed | |
1475068270.424281 @0 name timer already queued (201986 left) | |
1475068270.424380 %0 has 1 bytes (of 4096, 0 hits) | |
1475068270.424393 @0 alerts timer reset 0 | |
1475068270.424404 screen_write_start: size 80x23, pane %0 | |
1475068270.424413 input_parse: %0 ground, 1 bytes: t | |
1475068270.424442 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068270.424452 @0 active pane changed | |
1475068270.424460 @0 name timer already queued (201807 left) | |
1475068270.424479 @0 active pane changed | |
1475068270.424488 @0 name timer already queued (201779 left) | |
1475068270.508024 keys are 1 (a) | |
1475068270.508067 next key is 1 (a) (expired=0) | |
1475068270.508083 complete key a 0x61 | |
1475068270.508101 session 0 activity 1475068270.508093 (last 1475068270.424182) | |
1475068270.508117 session 0 not pasting | |
1475068270.508135 writing key 0x61 (a) to %0 | |
1475068270.508168 @0 active pane changed | |
1475068270.508206 @0 name timer already queued (118064 left) | |
1475068270.508247 @0 active pane changed | |
1475068270.508261 @0 name timer already queued (118008 left) | |
1475068270.508398 %0 has 1 bytes (of 4096, 0 hits) | |
1475068270.508418 @0 alerts timer reset 0 | |
1475068270.508433 screen_write_start: size 80x23, pane %0 | |
1475068270.508447 input_parse: %0 ground, 1 bytes: a | |
1475068270.508488 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068270.508503 @0 active pane changed | |
1475068270.508515 @0 name timer already queued (117753 left) | |
1475068270.508544 @0 active pane changed | |
1475068270.508557 @0 name timer already queued (117711 left) | |
1475068270.627253 @0 name timer expired | |
1475068270.627367 @0 active pane changed | |
1475068270.627681 format '#{pane_current_command}' -> 'zsh' | |
1475068270.627710 format '' -> '' | |
1475068270.627731 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068270.627768 @0 name not changed (still zsh) | |
1475068270.628127 keys are 1 (t) | |
1475068270.628150 next key is 1 (t) (expired=0) | |
1475068270.628165 complete key t 0x74 | |
1475068270.628182 session 0 activity 1475068270.628174 (last 1475068270.508093) | |
1475068270.628196 session 0 not pasting | |
1475068270.628212 writing key 0x74 (t) to %0 | |
1475068270.628241 @0 active pane not changed | |
1475068270.628278 @0 active pane not changed | |
1475068270.628413 %0 has 1 bytes (of 4096, 0 hits) | |
1475068270.628433 @0 alerts timer reset 0 | |
1475068270.628448 screen_write_start: size 80x23, pane %0 | |
1475068270.628462 input_parse: %0 ground, 1 bytes: t | |
1475068270.628504 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068270.628520 @0 active pane changed | |
1475068270.628532 @0 name timer queued (498871 left) | |
1475068270.628564 @0 active pane changed | |
1475068270.628577 @0 name timer already queued (498825 left) | |
1475068270.729618 keys are 1 (u) | |
1475068270.729692 next key is 1 (u) (expired=0) | |
1475068270.729708 complete key u 0x75 | |
1475068270.729729 session 0 activity 1475068270.729719 (last 1475068270.628174) | |
1475068270.729745 session 0 not pasting | |
1475068270.729764 writing key 0x75 (u) to %0 | |
1475068270.729798 @0 active pane changed | |
1475068270.729811 @0 name timer already queued (397593 left) | |
1475068270.729850 @0 active pane changed | |
1475068270.729864 @0 name timer already queued (397539 left) | |
1475068270.729999 %0 has 1 bytes (of 4096, 0 hits) | |
1475068270.730019 @0 alerts timer reset 0 | |
1475068270.730034 screen_write_start: size 80x23, pane %0 | |
1475068270.730047 input_parse: %0 ground, 1 bytes: u | |
1475068270.730089 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068270.730105 @0 active pane changed | |
1475068270.730116 @0 name timer already queued (397286 left) | |
1475068270.730146 @0 active pane changed | |
1475068270.730159 @0 name timer already queued (397244 left) | |
1475068270.832754 keys are 1 (s) | |
1475068270.832789 next key is 1 (s) (expired=0) | |
1475068270.832804 complete key s 0x73 | |
1475068270.832822 session 0 activity 1475068270.832814 (last 1475068270.729719) | |
1475068270.832838 session 0 not pasting | |
1475068270.832857 writing key 0x73 (s) to %0 | |
1475068270.832891 @0 active pane changed | |
1475068270.832904 @0 name timer already queued (294499 left) | |
1475068270.832944 @0 active pane changed | |
1475068270.832958 @0 name timer already queued (294445 left) | |
1475068270.833162 %0 has 1 bytes (of 4096, 0 hits) | |
1475068270.833199 @0 alerts timer reset 0 | |
1475068270.833216 screen_write_start: size 80x23, pane %0 | |
1475068270.833230 input_parse: %0 ground, 1 bytes: s | |
1475068270.833275 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068270.833294 @0 active pane changed | |
1475068270.833306 @0 name timer already queued (294096 left) | |
1475068270.833343 @0 active pane changed | |
1475068270.833356 @0 name timer already queued (294047 left) | |
1475068271.086420 keys are 1 ( ) | |
1475068271.086457 next key is 1 ( ) (expired=0) | |
1475068271.086470 complete key 0x20 | |
1475068271.086486 session 0 activity 1475068271.086479 (last 1475068270.832814) | |
1475068271.086500 session 0 not pasting | |
1475068271.086515 writing key 0x20 (Space) to %0 | |
1475068271.086544 @0 active pane changed | |
1475068271.086575 @0 name timer already queued (40828 left) | |
1475068271.086615 @0 active pane changed | |
1475068271.086633 @0 name timer already queued (40771 left) | |
1475068271.086793 %0 has 1 bytes (of 4096, 0 hits) | |
1475068271.086820 @0 alerts timer reset 0 | |
1475068271.086836 screen_write_start: size 80x23, pane %0 | |
1475068271.086851 input_parse: %0 ground, 1 bytes: | |
1475068271.086868 screen_write_stop: 0 of 1 written (dirty 1, skipped 1) | |
1475068271.086902 @0 active pane changed | |
1475068271.086913 @0 name timer already queued (40489 left) | |
1475068271.086945 @0 active pane changed | |
1475068271.086958 @0 name timer already queued (40444 left) | |
1475068271.128292 @0 name timer expired | |
1475068271.128369 @0 active pane changed | |
1475068271.128593 format '#{pane_current_command}' -> 'zsh' | |
1475068271.128614 format '' -> '' | |
1475068271.128629 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068271.128656 @0 name not changed (still zsh) | |
1475068271.225464 keys are 1 (o) | |
1475068271.225496 next key is 1 (o) (expired=0) | |
1475068271.225509 complete key o 0x6f | |
1475068271.225527 session 0 activity 1475068271.225518 (last 1475068271.086479) | |
1475068271.225542 session 0 not pasting | |
1475068271.225558 writing key 0x6f (o) to %0 | |
1475068271.225588 @0 active pane not changed | |
1475068271.225624 @0 active pane not changed | |
1475068271.225751 %0 has 1 bytes (of 4096, 0 hits) | |
1475068271.225769 @0 alerts timer reset 0 | |
1475068271.225783 screen_write_start: size 80x23, pane %0 | |
1475068271.225795 input_parse: %0 ground, 1 bytes: o | |
1475068271.225833 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068271.225846 @0 active pane changed | |
1475068271.225857 @0 name timer queued (402543 left) | |
1475068271.225885 @0 active pane changed | |
1475068271.225896 @0 name timer already queued (402504 left) | |
1475068271.328684 keys are 1 (f) | |
1475068271.328730 next key is 1 (f) (expired=0) | |
1475068271.328745 complete key f 0x66 | |
1475068271.328765 session 0 activity 1475068271.328756 (last 1475068271.225518) | |
1475068271.328782 session 0 not pasting | |
1475068271.328801 writing key 0x66 (f) to %0 | |
1475068271.328835 @0 active pane changed | |
1475068271.328848 @0 name timer already queued (299553 left) | |
1475068271.328887 @0 active pane changed | |
1475068271.328900 @0 name timer already queued (299500 left) | |
1475068271.329057 %0 has 1 bytes (of 4096, 0 hits) | |
1475068271.329089 @0 alerts timer reset 0 | |
1475068271.329114 screen_write_start: size 80x23, pane %0 | |
1475068271.329131 input_parse: %0 ground, 1 bytes: f | |
1475068271.329173 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068271.329188 @0 active pane changed | |
1475068271.329200 @0 name timer already queued (299201 left) | |
1475068271.329229 @0 active pane changed | |
1475068271.329242 @0 name timer already queued (299159 left) | |
1475068271.454549 keys are 1 (f) | |
1475068271.454604 next key is 1 (f) (expired=0) | |
1475068271.454620 complete key f 0x66 | |
1475068271.454639 session 0 activity 1475068271.454630 (last 1475068271.328756) | |
1475068271.454655 session 0 not pasting | |
1475068271.454672 writing key 0x66 (f) to %0 | |
1475068271.454705 @0 active pane changed | |
1475068271.454718 @0 name timer already queued (173683 left) | |
1475068271.454759 @0 active pane changed | |
1475068271.454772 @0 name timer already queued (173629 left) | |
1475068271.454934 %0 has 1 bytes (of 4096, 0 hits) | |
1475068271.454964 @0 alerts timer reset 0 | |
1475068271.454990 screen_write_start: size 80x23, pane %0 | |
1475068271.455006 input_parse: %0 ground, 1 bytes: f | |
1475068271.455049 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068271.455064 @0 active pane changed | |
1475068271.455076 @0 name timer already queued (173325 left) | |
1475068271.455105 @0 active pane changed | |
1475068271.455119 @0 name timer already queued (173282 left) | |
1475068271.630113 @0 name timer expired | |
1475068271.630189 @0 active pane changed | |
1475068271.630389 format '#{pane_current_command}' -> 'zsh' | |
1475068271.630415 format '' -> '' | |
1475068271.630433 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068271.630464 @0 name not changed (still zsh) | |
1475068271.723343 keys are 1 (\r) | |
1475068271.723385 next key is 1 (\r) (expired=0) | |
1475068271.723401 complete key \r 0xd | |
1475068271.723420 session 0 activity 1475068271.723411 (last 1475068271.454630) | |
1475068271.723435 session 0 not pasting | |
1475068271.723453 writing key 0xd (Enter) to %0 | |
1475068271.723485 @0 active pane not changed | |
1475068271.723524 @0 active pane not changed | |
1475068271.723963 %0 has 7 bytes (of 4096, 0 hits) | |
1475068271.724000 @0 alerts timer reset 0 | |
1475068271.724015 screen_write_start: size 80x23, pane %0 | |
1475068271.724028 input_parse: %0 ground, 7 bytes: \033[?1l\033> | |
1475068271.724046 input_csi_dispatch: 'l' "?" "1" | |
1475068271.724061 input_esc_dispatch: '>', | |
1475068271.724075 screen_write_stop: 0 of 0 written (dirty 0, skipped 0) | |
1475068271.724108 @0 active pane changed | |
1475068271.724118 @0 name timer queued (406087 left) | |
1475068271.724148 %0 has 11 bytes (of 4096, 0 hits) | |
1475068271.724159 @0 alerts timer reset 0 | |
1475068271.724170 screen_write_start: size 80x23, pane %0 | |
1475068271.724182 input_parse: %0 ground, 11 bytes: \033[?2004l\r\r\n | |
1475068271.724195 input_csi_dispatch: 'l' "?" "2004" | |
1475068271.724205 input_c0_dispatch: '\r' | |
1475068271.724214 input_c0_dispatch: '\r' | |
1475068271.724222 input_c0_dispatch: '\n' | |
1475068271.724241 screen_write_stop: 0 of 0 written (dirty 0, skipped 0) | |
1475068271.724309 @0 active pane changed | |
1475068271.724325 @0 name timer already queued (405882 left) | |
1475068271.724364 @0 active pane changed | |
1475068271.724385 @0 name timer already queued (405823 left) | |
1475068271.728036 add peer 0x1819ce0: 11 (0x18166e0) | |
1475068271.728083 new client 0x18166e0 | |
1475068271.728104 @0 active pane changed | |
1475068271.728115 @0 name timer already queued (402091 left) | |
1475068271.728176 peer 0x1819ce0 message 100 | |
1475068271.728190 client 0x18166e0 IDENTIFY_FLAGS 0x10000 | |
1475068271.728200 peer 0x1819ce0 message 101 | |
1475068271.728209 client 0x18166e0 IDENTIFY_TERM screen | |
1475068271.728218 peer 0x1819ce0 message 102 | |
1475068271.728228 client 0x18166e0 IDENTIFY_TTYNAME /dev/pts/4 | |
1475068271.728236 peer 0x1819ce0 message 108 | |
1475068271.728253 client 0x18166e0 IDENTIFY_CWD /tmp/t | |
1475068271.728263 peer 0x1819ce0 message 104 | |
1475068271.728271 client 0x18166e0 IDENTIFY_STDIN 12 | |
1475068271.728284 @0 active pane changed | |
1475068271.728295 @0 name timer already queued (401911 left) | |
1475068271.728333 peer 0x1819ce0 message 107 | |
1475068271.728345 client 0x18166e0 IDENTIFY_CLIENTPID 13348 | |
1475068271.728354 peer 0x1819ce0 message 105 | |
1475068271.728367 client 0x18166e0 IDENTIFY_ENVIRON DISPLAY=:0.0 | |
1475068271.728376 peer 0x1819ce0 message 105 | |
1475068271.728387 client 0x18166e0 IDENTIFY_ENVIRON HOME=/home/t | |
1475068271.728395 peer 0x1819ce0 message 105 | |
1475068271.728406 client 0x18166e0 IDENTIFY_ENVIRON LANG=C.UTF-8 | |
1475068271.728414 peer 0x1819ce0 message 105 | |
1475068271.728425 client 0x18166e0 IDENTIFY_ENVIRON LOGNAME=t | |
1475068271.728433 peer 0x1819ce0 message 105 | |
1475068271.728445 client 0x18166e0 IDENTIFY_ENVIRON MAIL=/var/mail/t | |
1475068271.728453 peer 0x1819ce0 message 105 | |
1475068271.728464 client 0x18166e0 IDENTIFY_ENVIRON OLDPWD=/tmp/t | |
1475068271.728472 peer 0x1819ce0 message 105 | |
1475068271.728488 client 0x18166e0 IDENTIFY_ENVIRON PATH=/home/t/bin:/home/t/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games | |
1475068271.728498 peer 0x1819ce0 message 105 | |
1475068271.728510 client 0x18166e0 IDENTIFY_ENVIRON PWD=/tmp/t | |
1475068271.728518 peer 0x1819ce0 message 105 | |
1475068271.728529 client 0x18166e0 IDENTIFY_ENVIRON SHELL=/bin/zsh | |
1475068271.728538 peer 0x1819ce0 message 105 | |
1475068271.728548 client 0x18166e0 IDENTIFY_ENVIRON SHLVL=2 | |
1475068271.728557 peer 0x1819ce0 message 105 | |
1475068271.728568 client 0x18166e0 IDENTIFY_ENVIRON TERM=screen | |
1475068271.728576 peer 0x1819ce0 message 105 | |
1475068271.728588 client 0x18166e0 IDENTIFY_ENVIRON TMUX=/tmp/tmux-1001/default,13344,0 | |
1475068271.728597 peer 0x1819ce0 message 105 | |
1475068271.728608 client 0x18166e0 IDENTIFY_ENVIRON TMUX_PANE=%0 | |
1475068271.728616 peer 0x1819ce0 message 105 | |
1475068271.728626 client 0x18166e0 IDENTIFY_ENVIRON USER=t | |
1475068271.728635 peer 0x1819ce0 message 105 | |
1475068271.728667 client 0x18166e0 IDENTIFY_ENVIRON XDG_SESSION_COOKIE=810492296619fa2bb9a255ec00002b63-1475067474.578109-1956054850 | |
1475068271.728677 peer 0x1819ce0 message 105 | |
1475068271.728689 client 0x18166e0 IDENTIFY_ENVIRON _=/usr/local/bin/tmux | |
1475068271.728697 peer 0x1819ce0 message 105 | |
1475068271.728708 client 0x18166e0 IDENTIFY_ENVIRON EVENT_NOEPOLL=1 | |
1475068271.728717 peer 0x1819ce0 message 106 | |
1475068271.728763 peer 0x1819ce0 message 200 | |
1475068271.728791 continuing cmdq 0x17f7590: flags 0, client 0x18166e0 | |
1475068271.728806 cmdq 0x17f7590: set-option status off | |
1475068271.728821 preparing state for set-option status off (client 0x18166e0) | |
1475068271.728832 cmd_find_current_session: have client 0x18166e0 | |
1475068271.728862 client 0x18166e0 TMUX is /tmp/tmux-1001/default,13344,0 (session @0) | |
1475068271.728874 cmd_find_current_client: current session $0 0 | |
1475068271.728884 cmd_find_client: no target, return 0x17ffc30 | |
1475068271.728893 preparing -t state: target none | |
1475068271.728903 cmd_prepare_state_flag: flag t 8 0x2 | |
1475068271.728913 cmd_find_current_session: have client 0x18166e0 | |
1475068271.728926 client 0x18166e0 TMUX is /tmp/tmux-1001/default,13344,0 (session @0) | |
1475068271.728936 cmd_find_target: target none, type 1 | |
1475068271.728945 cmd_find_target: cmdq 0x17f7590, flags 0x2 | |
1475068271.728954 cmd_find_target: s=$0 | |
1475068271.728963 cmd_find_target: wl=0 1 w=@0 zsh | |
1475068271.728970 cmd_find_target: wp=%0 | |
1475068271.728978 cmd_find_target: idx=0 | |
1475068271.728986 preparing -s state: target none | |
1475068271.729001 preparing state for set-option status off (client 0x18166e0) | |
1475068271.729011 cmd_find_current_session: have client 0x18166e0 | |
1475068271.729023 client 0x18166e0 TMUX is /tmp/tmux-1001/default,13344,0 (session @0) | |
1475068271.729033 cmd_find_current_client: current session $0 0 | |
1475068271.729043 cmd_find_client: no target, return 0x17ffc30 | |
1475068271.729051 preparing -t state: target none | |
1475068271.729059 cmd_prepare_state_flag: flag t 8 0x2 | |
1475068271.729069 cmd_find_current_session: have client 0x18166e0 | |
1475068271.729081 client 0x18166e0 TMUX is /tmp/tmux-1001/default,13344,0 (session @0) | |
1475068271.729090 cmd_find_target: target none, type 1 | |
1475068271.729099 cmd_find_target: cmdq 0x17f7590, flags 0x2 | |
1475068271.729107 cmd_find_target: s=$0 | |
1475068271.729115 cmd_find_target: wl=0 1 w=@0 zsh | |
1475068271.729123 cmd_find_target: wp=%0 | |
1475068271.729130 cmd_find_target: idx=0 | |
1475068271.729138 preparing -s state: target none | |
1475068271.729158 session size 80,24 (was 80,23) | |
1475068271.729169 window size 80,24 (was 80,23) | |
1475068271.729909 sending message 203 to peer 0x1819ce0 (4 bytes) | |
1475068271.729938 @0 active pane changed | |
1475068271.729949 @0 name timer already queued (400256 left) | |
1475068271.730006 @0 active pane changed | |
1475068271.730028 @0 name timer already queued (400178 left) | |
1475068271.730550 lost client 0x18166e0 | |
1475068271.730612 remove peer 0x1819ce0 | |
1475068271.730665 unref client 0x18166e0 (1 references) | |
1475068271.730708 @0 active pane changed | |
1475068271.730730 @0 name timer already queued (399480 left) | |
1475068271.730758 free client 0x18166e0 (0 references) | |
1475068271.730780 @0 active pane changed | |
1475068271.730798 @0 name timer already queued (399410 left) | |
1475068271.730852 %0 has 104 bytes (of 4096, 0 hits) | |
1475068271.730873 @0 alerts timer reset 0 | |
1475068271.730894 screen_write_start: size 80x24, pane %0 | |
1475068271.730924 input_parse: %0 ground, 104 bytes: \033[1m\033[3m%\033[23m\033[1m\033[0m \r \r | |
1475068271.730951 input_csi_dispatch: 'm' "" "1" | |
1475068271.730973 input_csi_dispatch: 'm' "" "3" | |
1475068271.730997 screen_write_cell: allocating 1920 bits | |
1475068271.731018 input_csi_dispatch: 'm' "" "23" | |
1475068271.731039 input_csi_dispatch: 'm' "" "1" | |
1475068271.731058 input_csi_dispatch: 'm' "" "0" | |
1475068271.731091 input_c0_dispatch: '\r' | |
1475068271.731109 input_c0_dispatch: '\r' | |
1475068271.731164 screen_write_stop: 1 of 81 written (dirty 80, skipped 79) | |
1475068271.731203 @0 active pane changed | |
1475068271.731243 @0 name timer already queued (398965 left) | |
1475068271.731292 %0 has 38 bytes (of 4096, 0 hits) | |
1475068271.731310 @0 alerts timer reset 0 | |
1475068271.731323 screen_write_start: size 80x24, pane %0 | |
1475068271.731339 input_parse: %0 ground, 38 bytes: \r\033[0m\033[23m\033[24m\033[J> \033[K\033[?1h\033=\033[?2004h | |
1475068271.731348 input_c0_dispatch: '\r' | |
1475068271.731363 input_csi_dispatch: 'm' "" "0" | |
1475068271.731377 input_csi_dispatch: 'm' "" "23" | |
1475068271.731389 input_csi_dispatch: 'm' "" "24" | |
1475068271.731400 input_csi_dispatch: 'J' "" "" | |
1475068271.731671 input_csi_dispatch: 'K' "" "" | |
1475068271.731686 input_csi_dispatch: 'h' "?" "1" | |
1475068271.731697 input_esc_dispatch: '=', | |
1475068271.731711 input_csi_dispatch: 'h' "?" "2004" | |
1475068271.731741 screen_write_stop: 1 of 2 written (dirty 1, skipped 1) | |
1475068271.731807 @0 active pane changed | |
1475068271.731825 @0 name timer already queued (398383 left) | |
1475068271.731870 @0 active pane changed | |
1475068271.731894 @0 name timer already queued (398315 left) | |
1475068271.982240 @0 active pane changed | |
1475068271.982304 @0 name timer already queued (147907 left) | |
1475068272.131176 @0 name timer expired | |
1475068272.131247 @0 active pane changed | |
1475068272.131442 format '#{pane_current_command}' -> 'zsh' | |
1475068272.131469 format '' -> '' | |
1475068272.131488 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068272.131519 @0 name not changed (still zsh) | |
1475068272.622620 keys are 1 (x) | |
1475068272.622670 next key is 1 (x) (expired=0) | |
1475068272.622687 complete key x 0x78 | |
1475068272.622705 session 0 activity 1475068272.622697 (last 1475068271.723411) | |
1475068272.622722 session 0 not pasting | |
1475068272.622740 writing key 0x78 (x) to %0 | |
1475068272.622772 @0 active pane not changed | |
1475068272.622813 @0 active pane not changed | |
1475068272.622965 %0 has 1 bytes (of 4096, 0 hits) | |
1475068272.623011 @0 alerts timer reset 0 | |
1475068272.623028 screen_write_start: size 80x24, pane %0 | |
1475068272.623042 input_parse: %0 ground, 1 bytes: x | |
1475068272.623083 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068272.623099 @0 active pane changed | |
1475068272.623111 @0 name timer queued (8152 left) | |
1475068272.623145 @0 active pane changed | |
1475068272.623158 @0 name timer already queued (8106 left) | |
1475068272.632311 @0 name timer expired | |
1475068272.632389 @0 active pane changed | |
1475068272.632624 format '#{pane_current_command}' -> 'zsh' | |
1475068272.632650 format '' -> '' | |
1475068272.632672 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068272.632712 @0 name not changed (still zsh) | |
1475068272.949282 keys are 1 (t) | |
1475068272.949325 next key is 1 (t) (expired=0) | |
1475068272.949340 complete key t 0x74 | |
1475068272.949360 session 0 activity 1475068272.949350 (last 1475068272.622697) | |
1475068272.949376 session 0 not pasting | |
1475068272.949394 writing key 0x74 (t) to %0 | |
1475068272.949426 @0 active pane not changed | |
1475068272.949466 @0 active pane not changed | |
1475068272.949625 %0 has 3 bytes (of 4096, 0 hits) | |
1475068272.949692 @0 alerts timer reset 0 | |
1475068272.949711 screen_write_start: size 80x24, pane %0 | |
1475068272.949725 input_parse: %0 ground, 3 bytes: \bxt | |
1475068272.949747 input_c0_dispatch: '\b' | |
1475068272.949801 screen_write_stop: 1 of 2 written (dirty 1, skipped 1) | |
1475068272.949817 @0 active pane changed | |
1475068272.949829 @0 name timer queued (182579 left) | |
1475068272.949862 @0 active pane changed | |
1475068272.949876 @0 name timer already queued (182532 left) | |
1475068273.065547 keys are 1 (e) | |
1475068273.065591 next key is 1 (e) (expired=0) | |
1475068273.065607 complete key e 0x65 | |
1475068273.065626 session 0 activity 1475068273.065617 (last 1475068272.949350) | |
1475068273.065642 session 0 not pasting | |
1475068273.065661 writing key 0x65 (e) to %0 | |
1475068273.065693 @0 active pane changed | |
1475068273.065706 @0 name timer already queued (66702 left) | |
1475068273.065745 @0 active pane changed | |
1475068273.065758 @0 name timer already queued (66649 left) | |
1475068273.065895 %0 has 1 bytes (of 4096, 0 hits) | |
1475068273.065915 @0 alerts timer reset 0 | |
1475068273.065952 screen_write_start: size 80x24, pane %0 | |
1475068273.065966 input_parse: %0 ground, 1 bytes: e | |
1475068273.066008 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068273.066024 @0 active pane changed | |
1475068273.066035 @0 name timer already queued (66372 left) | |
1475068273.066067 @0 active pane changed | |
1475068273.066079 @0 name timer already queued (66328 left) | |
1475068273.133552 @0 name timer expired | |
1475068273.133628 @0 active pane changed | |
1475068273.133829 format '#{pane_current_command}' -> 'zsh' | |
1475068273.133855 format '' -> '' | |
1475068273.133873 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068273.133905 @0 name not changed (still zsh) | |
1475068273.137668 keys are 1 (r) | |
1475068273.137700 next key is 1 (r) (expired=0) | |
1475068273.137715 complete key r 0x72 | |
1475068273.137735 session 0 activity 1475068273.137725 (last 1475068273.065617) | |
1475068273.137752 session 0 not pasting | |
1475068273.137770 writing key 0x72 (r) to %0 | |
1475068273.137803 @0 active pane not changed | |
1475068273.137844 @0 active pane not changed | |
1475068273.137980 %0 has 1 bytes (of 4096, 0 hits) | |
1475068273.138001 @0 alerts timer reset 0 | |
1475068273.138016 screen_write_start: size 80x24, pane %0 | |
1475068273.138030 input_parse: %0 ground, 1 bytes: r | |
1475068273.138071 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068273.138086 @0 active pane changed | |
1475068273.138098 @0 name timer queued (495547 left) | |
1475068273.138131 @0 active pane changed | |
1475068273.138144 @0 name timer already queued (495501 left) | |
1475068273.262751 keys are 1 (m) | |
1475068273.262787 next key is 1 (m) (expired=0) | |
1475068273.262802 complete key m 0x6d | |
1475068273.262821 session 0 activity 1475068273.262812 (last 1475068273.137725) | |
1475068273.262838 session 0 not pasting | |
1475068273.262856 writing key 0x6d (m) to %0 | |
1475068273.262889 @0 active pane changed | |
1475068273.262902 @0 name timer already queued (370744 left) | |
1475068273.262942 @0 active pane changed | |
1475068273.262956 @0 name timer already queued (370690 left) | |
1475068273.263160 %0 has 1 bytes (of 4096, 0 hits) | |
1475068273.263197 @0 alerts timer reset 0 | |
1475068273.263214 screen_write_start: size 80x24, pane %0 | |
1475068273.263228 input_parse: %0 ground, 1 bytes: m | |
1475068273.263271 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068273.263290 @0 active pane changed | |
1475068273.263302 @0 name timer already queued (370344 left) | |
1475068273.263339 @0 active pane changed | |
1475068273.263353 @0 name timer already queued (370292 left) | |
1475068273.429401 keys are 1 ( ) | |
1475068273.429446 next key is 1 ( ) (expired=0) | |
1475068273.429462 complete key 0x20 | |
1475068273.429481 session 0 activity 1475068273.429472 (last 1475068273.262812) | |
1475068273.429498 session 0 not pasting | |
1475068273.429516 writing key 0x20 (Space) to %0 | |
1475068273.429549 @0 active pane changed | |
1475068273.429562 @0 name timer already queued (204084 left) | |
1475068273.429601 @0 active pane changed | |
1475068273.429615 @0 name timer already queued (204031 left) | |
1475068273.429824 %0 has 1 bytes (of 4096, 0 hits) | |
1475068273.429862 @0 alerts timer reset 0 | |
1475068273.429879 screen_write_start: size 80x24, pane %0 | |
1475068273.429893 input_parse: %0 ground, 1 bytes: | |
1475068273.429910 screen_write_stop: 0 of 1 written (dirty 1, skipped 1) | |
1475068273.429947 @0 active pane changed | |
1475068273.429960 @0 name timer already queued (203686 left) | |
1475068273.429996 @0 active pane changed | |
1475068273.430009 @0 name timer already queued (203637 left) | |
1475068273.507634 keys are 1 (-) | |
1475068273.507670 next key is 1 (-) (expired=0) | |
1475068273.507685 complete key - 0x2d | |
1475068273.507704 session 0 activity 1475068273.507695 (last 1475068273.429472) | |
1475068273.507721 session 0 not pasting | |
1475068273.507739 writing key 0x2d (-) to %0 | |
1475068273.507770 @0 active pane changed | |
1475068273.507783 @0 name timer already queued (125863 left) | |
1475068273.507821 @0 active pane changed | |
1475068273.507834 @0 name timer already queued (125811 left) | |
1475068273.507972 %0 has 1 bytes (of 4096, 0 hits) | |
1475068273.507992 @0 alerts timer reset 0 | |
1475068273.508033 screen_write_start: size 80x24, pane %0 | |
1475068273.508047 input_parse: %0 ground, 1 bytes: - | |
1475068273.508089 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068273.508105 @0 active pane changed | |
1475068273.508116 @0 name timer already queued (125529 left) | |
1475068273.508148 @0 active pane changed | |
1475068273.508161 @0 name timer already queued (125484 left) | |
1475068273.634931 @0 name timer expired | |
1475068273.635007 @0 active pane changed | |
1475068273.635207 format '#{pane_current_command}' -> 'zsh' | |
1475068273.635233 format '' -> '' | |
1475068273.635250 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068273.635281 @0 name not changed (still zsh) | |
1475068273.760783 keys are 1 (v) | |
1475068273.760827 next key is 1 (v) (expired=0) | |
1475068273.760842 complete key v 0x76 | |
1475068273.760861 session 0 activity 1475068273.760852 (last 1475068273.507695) | |
1475068273.760878 session 0 not pasting | |
1475068273.760896 writing key 0x76 (v) to %0 | |
1475068273.760927 @0 active pane not changed | |
1475068273.760966 @0 active pane not changed | |
1475068273.761104 %0 has 1 bytes (of 4096, 0 hits) | |
1475068273.761124 @0 alerts timer reset 0 | |
1475068273.761139 screen_write_start: size 80x24, pane %0 | |
1475068273.761153 input_parse: %0 ground, 1 bytes: v | |
1475068273.761193 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068273.761209 @0 active pane changed | |
1475068273.761221 @0 name timer queued (373804 left) | |
1475068273.761254 @0 active pane changed | |
1475068273.761267 @0 name timer already queued (373757 left) | |
1475068274.137233 @0 name timer expired | |
1475068274.137306 @0 active pane changed | |
1475068274.137486 format '#{pane_current_command}' -> 'zsh' | |
1475068274.137503 format '' -> '' | |
1475068274.137517 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068274.137541 @0 name not changed (still zsh) | |
1475068274.243944 keys are 1 (\r) | |
1475068274.243971 next key is 1 (\r) (expired=0) | |
1475068274.243985 complete key \r 0xd | |
1475068274.243996 session 0 activity 1475068274.243991 (last 1475068273.760852) | |
1475068274.244006 session 0 not pasting | |
1475068274.244017 writing key 0xd (Enter) to %0 | |
1475068274.244036 @0 active pane not changed | |
1475068274.244062 @0 active pane not changed | |
1475068274.244327 %0 has 18 bytes (of 4096, 0 hits) | |
1475068274.244352 @0 alerts timer reset 0 | |
1475068274.244362 screen_write_start: size 80x24, pane %0 | |
1475068274.244373 input_parse: %0 ground, 18 bytes: \033[?1l\033>\033[?2004l\r\r\n | |
1475068274.244385 input_csi_dispatch: 'l' "?" "1" | |
1475068274.244395 input_esc_dispatch: '>', | |
1475068274.244404 input_csi_dispatch: 'l' "?" "2004" | |
1475068274.244411 input_c0_dispatch: '\r' | |
1475068274.244417 input_c0_dispatch: '\r' | |
1475068274.244422 input_c0_dispatch: '\n' | |
1475068274.244430 screen_write_stop: 0 of 0 written (dirty 0, skipped 0) | |
1475068274.244460 @0 active pane changed | |
1475068274.244467 @0 name timer queued (392850 left) | |
1475068274.244490 @0 active pane changed | |
1475068274.244500 @0 name timer already queued (392818 left) | |
1475068274.253377 %0 has 12 bytes (of 4096, 0 hits) | |
1475068274.253421 @0 alerts timer reset 0 | |
1475068274.253438 screen_write_start: size 80x24, pane %0 | |
1475068274.253454 input_parse: %0 ground, 12 bytes: XTerm(325)\r\n | |
1475068274.253473 input_c0_dispatch: '\r' | |
1475068274.253483 input_c0_dispatch: '\n' | |
1475068274.253561 screen_write_stop: 10 of 10 written (dirty 0, skipped 0) | |
1475068274.253594 @0 active pane changed | |
1475068274.253606 @0 name timer already queued (383713 left) | |
1475068274.253643 @0 active pane changed | |
1475068274.253656 @0 name timer already queued (383661 left) | |
1475068274.254169 %0 has 104 bytes (of 4096, 0 hits) | |
1475068274.254188 @0 alerts timer reset 0 | |
1475068274.254202 screen_write_start: size 80x24, pane %0 | |
1475068274.254218 input_parse: %0 ground, 104 bytes: \033[1m\033[3m%\033[23m\033[1m\033[0m \r \r | |
1475068274.254231 input_csi_dispatch: 'm' "" "1" | |
1475068274.254241 input_csi_dispatch: 'm' "" "3" | |
1475068274.254252 input_csi_dispatch: 'm' "" "23" | |
1475068274.254274 input_csi_dispatch: 'm' "" "1" | |
1475068274.254282 input_csi_dispatch: 'm' "" "0" | |
1475068274.254296 input_c0_dispatch: '\r' | |
1475068274.254302 input_c0_dispatch: '\r' | |
1475068274.254334 screen_write_stop: 1 of 81 written (dirty 80, skipped 79) | |
1475068274.254358 @0 active pane changed | |
1475068274.254375 @0 name timer already queued (382942 left) | |
1475068274.254403 %0 has 30 bytes (of 4096, 0 hits) | |
1475068274.254413 @0 alerts timer reset 0 | |
1475068274.254419 screen_write_start: size 80x24, pane %0 | |
1475068274.254433 input_parse: %0 ground, 30 bytes: \r\033[0m\033[23m\033[24m\033[J> \033[K\033[?1h\033= | |
1475068274.254440 input_c0_dispatch: '\r' | |
1475068274.254450 input_csi_dispatch: 'm' "" "0" | |
1475068274.254462 input_csi_dispatch: 'm' "" "23" | |
1475068274.254474 input_csi_dispatch: 'm' "" "24" | |
1475068274.254486 input_csi_dispatch: 'J' "" "" | |
1475068274.254651 input_csi_dispatch: 'K' "" "" | |
1475068274.254661 input_csi_dispatch: 'h' "?" "1" | |
1475068274.254668 input_esc_dispatch: '=', | |
1475068274.254685 screen_write_stop: 1 of 2 written (dirty 1, skipped 1) | |
1475068274.254700 @0 active pane changed | |
1475068274.254706 @0 name timer already queued (382611 left) | |
1475068274.254740 %0 has 8 bytes (of 4096, 0 hits) | |
1475068274.254753 @0 alerts timer reset 0 | |
1475068274.254764 screen_write_start: size 80x24, pane %0 | |
1475068274.254784 input_parse: %0 ground, 8 bytes: \033[?2004h | |
1475068274.254793 input_csi_dispatch: 'h' "?" "2004" | |
1475068274.254804 screen_write_stop: 0 of 0 written (dirty 0, skipped 0) | |
1475068274.254822 @0 active pane changed | |
1475068274.254830 @0 name timer already queued (382487 left) | |
1475068274.254850 @0 active pane changed | |
1475068274.254860 @0 name timer already queued (382458 left) | |
1475068274.639923 @0 name timer expired | |
1475068274.639994 @0 active pane changed | |
1475068274.640194 format '#{pane_current_command}' -> 'zsh' | |
1475068274.640219 format '' -> '' | |
1475068274.640236 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068274.640267 @0 name not changed (still zsh) | |
1475068274.912868 keys are 1 (c) | |
1475068274.912909 next key is 1 (c) (expired=0) | |
1475068274.912925 complete key c 0x63 | |
1475068274.912944 session 0 activity 1475068274.912935 (last 1475068274.243991) | |
1475068274.912960 session 0 not pasting | |
1475068274.913003 writing key 0x63 (c) to %0 | |
1475068274.913037 @0 active pane not changed | |
1475068274.913077 @0 active pane not changed | |
1475068274.913227 %0 has 1 bytes (of 4096, 0 hits) | |
1475068274.913247 @0 alerts timer reset 0 | |
1475068274.913263 screen_write_start: size 80x24, pane %0 | |
1475068274.913276 input_parse: %0 ground, 1 bytes: c | |
1475068274.913318 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068274.913333 @0 active pane changed | |
1475068274.913345 @0 name timer queued (226665 left) | |
1475068274.913378 @0 active pane changed | |
1475068274.913391 @0 name timer already queued (226619 left) | |
1475068274.996859 keys are 1 (a) | |
1475068274.996902 next key is 1 (a) (expired=0) | |
1475068274.996918 complete key a 0x61 | |
1475068274.996937 session 0 activity 1475068274.996928 (last 1475068274.912935) | |
1475068274.996953 session 0 not pasting | |
1475068274.996971 writing key 0x61 (a) to %0 | |
1475068274.997003 @0 active pane changed | |
1475068274.997016 @0 name timer already queued (142995 left) | |
1475068274.997055 @0 active pane changed | |
1475068274.997069 @0 name timer already queued (142942 left) | |
1475068274.997211 %0 has 3 bytes (of 4096, 0 hits) | |
1475068274.997230 @0 alerts timer reset 0 | |
1475068274.997246 screen_write_start: size 80x24, pane %0 | |
1475068274.997260 input_parse: %0 ground, 3 bytes: \bca | |
1475068274.997271 input_c0_dispatch: '\b' | |
1475068274.997313 screen_write_stop: 1 of 2 written (dirty 1, skipped 1) | |
1475068274.997329 @0 active pane changed | |
1475068274.997340 @0 name timer already queued (142670 left) | |
1475068274.997371 @0 active pane changed | |
1475068274.997385 @0 name timer already queued (142626 left) | |
1475068275.108875 keys are 1 (t) | |
1475068275.108909 next key is 1 (t) (expired=0) | |
1475068275.108925 complete key t 0x74 | |
1475068275.108944 session 0 activity 1475068275.108935 (last 1475068274.996928) | |
1475068275.108984 session 0 not pasting | |
1475068275.109003 writing key 0x74 (t) to %0 | |
1475068275.109036 @0 active pane changed | |
1475068275.109049 @0 name timer already queued (30962 left) | |
1475068275.109089 @0 active pane changed | |
1475068275.109103 @0 name timer already queued (30908 left) | |
1475068275.109242 %0 has 1 bytes (of 4096, 0 hits) | |
1475068275.109262 @0 alerts timer reset 0 | |
1475068275.109277 screen_write_start: size 80x24, pane %0 | |
1475068275.109291 input_parse: %0 ground, 1 bytes: t | |
1475068275.109333 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068275.109348 @0 active pane changed | |
1475068275.109360 @0 name timer already queued (30651 left) | |
1475068275.109391 @0 active pane changed | |
1475068275.109404 @0 name timer already queued (30606 left) | |
1475068275.140696 @0 name timer expired | |
1475068275.140772 @0 active pane changed | |
1475068275.140975 format '#{pane_current_command}' -> 'zsh' | |
1475068275.141002 format '' -> '' | |
1475068275.141020 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068275.141052 @0 name not changed (still zsh) | |
1475068275.291157 keys are 1 ( ) | |
1475068275.291199 next key is 1 ( ) (expired=0) | |
1475068275.291215 complete key 0x20 | |
1475068275.291234 session 0 activity 1475068275.291226 (last 1475068275.108935) | |
1475068275.291251 session 0 not pasting | |
1475068275.291269 writing key 0x20 (Space) to %0 | |
1475068275.291301 @0 active pane not changed | |
1475068275.291341 @0 active pane not changed | |
1475068275.291480 %0 has 1 bytes (of 4096, 0 hits) | |
1475068275.291500 @0 alerts timer reset 0 | |
1475068275.291515 screen_write_start: size 80x24, pane %0 | |
1475068275.291529 input_parse: %0 ground, 1 bytes: | |
1475068275.291545 screen_write_stop: 0 of 1 written (dirty 1, skipped 1) | |
1475068275.291577 @0 active pane changed | |
1475068275.291589 @0 name timer queued (349201 left) | |
1475068275.291619 @0 active pane changed | |
1475068275.291632 @0 name timer already queued (349157 left) | |
1475068275.374836 keys are 1 (.) | |
1475068275.374878 next key is 1 (.) (expired=0) | |
1475068275.374894 complete key . 0x2e | |
1475068275.374914 session 0 activity 1475068275.374905 (last 1475068275.291226) | |
1475068275.374930 session 0 not pasting | |
1475068275.374948 writing key 0x2e (.) to %0 | |
1475068275.374980 @0 active pane changed | |
1475068275.374993 @0 name timer already queued (265797 left) | |
1475068275.375032 @0 active pane changed | |
1475068275.375045 @0 name timer already queued (265745 left) | |
1475068275.375182 %0 has 1 bytes (of 4096, 0 hits) | |
1475068275.375202 @0 alerts timer reset 0 | |
1475068275.375217 screen_write_start: size 80x24, pane %0 | |
1475068275.375231 input_parse: %0 ground, 1 bytes: . | |
1475068275.375273 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068275.375288 @0 active pane changed | |
1475068275.375299 @0 name timer already queued (265490 left) | |
1475068275.375330 @0 active pane changed | |
1475068275.375344 @0 name timer already queued (265446 left) | |
1475068275.453019 keys are 1 (/) | |
1475068275.453056 next key is 1 (/) (expired=0) | |
1475068275.453071 complete key / 0x2f | |
1475068275.453090 session 0 activity 1475068275.453081 (last 1475068275.374905) | |
1475068275.453106 session 0 not pasting | |
1475068275.453124 writing key 0x2f (/) to %0 | |
1475068275.453157 @0 active pane changed | |
1475068275.453170 @0 name timer already queued (187620 left) | |
1475068275.453211 @0 active pane changed | |
1475068275.453224 @0 name timer already queued (187565 left) | |
1475068275.453365 %0 has 1 bytes (of 4096, 0 hits) | |
1475068275.453384 @0 alerts timer reset 0 | |
1475068275.453400 screen_write_start: size 80x24, pane %0 | |
1475068275.453414 input_parse: %0 ground, 1 bytes: / | |
1475068275.453454 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068275.453470 @0 active pane changed | |
1475068275.453481 @0 name timer already queued (187308 left) | |
1475068275.453512 @0 active pane changed | |
1475068275.453529 @0 name timer already queued (187263 left) | |
1475068275.619533 keys are 1 (g) | |
1475068275.619576 next key is 1 (g) (expired=0) | |
1475068275.619592 complete key g 0x67 | |
1475068275.619611 session 0 activity 1475068275.619602 (last 1475068275.453081) | |
1475068275.619668 session 0 not pasting | |
1475068275.619688 writing key 0x67 (g) to %0 | |
1475068275.619722 @0 active pane changed | |
1475068275.619735 @0 name timer already queued (21055 left) | |
1475068275.619774 @0 active pane changed | |
1475068275.619791 @0 name timer already queued (21001 left) | |
1475068275.619931 %0 has 1 bytes (of 4096, 0 hits) | |
1475068275.619970 @0 alerts timer reset 0 | |
1475068275.619986 screen_write_start: size 80x24, pane %0 | |
1475068275.620000 input_parse: %0 ground, 1 bytes: g | |
1475068275.620045 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068275.620064 @0 active pane changed | |
1475068275.620076 @0 name timer already queued (20714 left) | |
1475068275.620114 @0 active pane changed | |
1475068275.620127 @0 name timer already queued (20662 left) | |
1475068275.641365 @0 name timer expired | |
1475068275.641431 @0 active pane changed | |
1475068275.641607 format '#{pane_current_command}' -> 'zsh' | |
1475068275.641630 format '' -> '' | |
1475068275.641646 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068275.641675 @0 name not changed (still zsh) | |
1475068275.706035 keys are 1 (i) | |
1475068275.706079 next key is 1 (i) (expired=0) | |
1475068275.706094 complete key i 0x69 | |
1475068275.706113 session 0 activity 1475068275.706104 (last 1475068275.619602) | |
1475068275.706130 session 0 not pasting | |
1475068275.706148 writing key 0x69 (i) to %0 | |
1475068275.706180 @0 active pane not changed | |
1475068275.706221 @0 active pane not changed | |
1475068275.706388 %0 has 1 bytes (of 4096, 0 hits) | |
1475068275.706408 @0 alerts timer reset 0 | |
1475068275.706424 screen_write_start: size 80x24, pane %0 | |
1475068275.706438 input_parse: %0 ground, 1 bytes: i | |
1475068275.706480 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068275.706495 @0 active pane changed | |
1475068275.706507 @0 name timer queued (434939 left) | |
1475068275.706540 @0 active pane changed | |
1475068275.706554 @0 name timer already queued (434893 left) | |
1475068275.808800 keys are 1 (s) | |
1475068275.808845 next key is 1 (s) (expired=0) | |
1475068275.808861 complete key s 0x73 | |
1475068275.808880 session 0 activity 1475068275.808871 (last 1475068275.706104) | |
1475068275.808896 session 0 not pasting | |
1475068275.808914 writing key 0x73 (s) to %0 | |
1475068275.808947 @0 active pane changed | |
1475068275.808959 @0 name timer already queued (332488 left) | |
1475068275.808998 @0 active pane changed | |
1475068275.809012 @0 name timer already queued (332435 left) | |
1475068275.809172 %0 has 1 bytes (of 4096, 0 hits) | |
1475068275.809193 @0 alerts timer reset 0 | |
1475068275.809208 screen_write_start: size 80x24, pane %0 | |
1475068275.809222 input_parse: %0 ground, 1 bytes: s | |
1475068275.809264 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068275.809278 @0 active pane changed | |
1475068275.809290 @0 name timer already queued (332156 left) | |
1475068275.809321 @0 active pane changed | |
1475068275.809334 @0 name timer already queued (332113 left) | |
1475068275.878690 keys are 1 (t) | |
1475068275.878735 next key is 1 (t) (expired=0) | |
1475068275.878750 complete key t 0x74 | |
1475068275.878769 session 0 activity 1475068275.878761 (last 1475068275.808871) | |
1475068275.878786 session 0 not pasting | |
1475068275.878804 writing key 0x74 (t) to %0 | |
1475068275.878836 @0 active pane changed | |
1475068275.878849 @0 name timer already queued (262598 left) | |
1475068275.878887 @0 active pane changed | |
1475068275.878900 @0 name timer already queued (262546 left) | |
1475068275.879040 %0 has 1 bytes (of 4096, 0 hits) | |
1475068275.879060 @0 alerts timer reset 0 | |
1475068275.879075 screen_write_start: size 80x24, pane %0 | |
1475068275.879089 input_parse: %0 ground, 1 bytes: t | |
1475068275.879131 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068275.879146 @0 active pane changed | |
1475068275.879158 @0 name timer already queued (262289 left) | |
1475068275.879188 @0 active pane changed | |
1475068275.879201 @0 name timer already queued (262245 left) | |
1475068276.143654 @0 name timer expired | |
1475068276.143731 @0 active pane changed | |
1475068276.143933 format '#{pane_current_command}' -> 'zsh' | |
1475068276.143960 format '' -> '' | |
1475068276.144001 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068276.144031 @0 name not changed (still zsh) | |
1475068276.225474 keys are 1 (\t) | |
1475068276.225518 next key is 1 (\t) (expired=0) | |
1475068276.225534 complete key \t 0x9 | |
1475068276.225553 session 0 activity 1475068276.225544 (last 1475068275.878761) | |
1475068276.225569 session 0 not pasting | |
1475068276.225587 writing key 0x9 (Tab) to %0 | |
1475068276.225619 @0 active pane not changed | |
1475068276.225660 @0 active pane not changed | |
1475068276.227039 %0 has 9 bytes (of 4096, 0 hits) | |
1475068276.227066 @0 alerts timer reset 0 | |
1475068276.227083 screen_write_start: size 80x24, pane %0 | |
1475068276.227098 input_parse: %0 ground, 9 bytes: \033[1m/\033[0m | |
1475068276.227118 input_csi_dispatch: 'm' "" "1" | |
1475068276.227141 input_csi_dispatch: 'm' "" "0" | |
1475068276.227186 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068276.227210 @0 active pane changed | |
1475068276.227221 @0 name timer queued (416527 left) | |
1475068276.227258 @0 active pane changed | |
1475068276.227271 @0 name timer already queued (416476 left) | |
1475068276.646484 @0 name timer expired | |
1475068276.646555 @0 active pane changed | |
1475068276.646746 format '#{pane_current_command}' -> 'zsh' | |
1475068276.646771 format '' -> '' | |
1475068276.646789 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068276.646820 @0 name not changed (still zsh) | |
1475068277.341982 keys are 1 (\t) | |
1475068277.342017 next key is 1 (\t) (expired=0) | |
1475068277.342032 complete key \t 0x9 | |
1475068277.342051 session 0 activity 1475068277.342042 (last 1475068276.225544) | |
1475068277.342067 session 0 not pasting | |
1475068277.342085 writing key 0x9 (Tab) to %0 | |
1475068277.342116 @0 active pane not changed | |
1475068277.342156 @0 active pane not changed | |
1475068277.342622 %0 has 47 bytes (of 4096, 0 hits) | |
1475068277.342647 @0 alerts timer reset 0 | |
1475068277.342662 screen_write_start: size 80x24, pane %0 | |
1475068277.342681 input_parse: %0 ground, 47 bytes: \b\033[0m/07d31d48d9688cff17f94610e63bebaf\033[1m/\033[0m | |
1475068277.342692 input_c0_dispatch: '\b' | |
1475068277.342711 input_csi_dispatch: 'm' "" "0" | |
1475068277.342747 input_csi_dispatch: 'm' "" "1" | |
1475068277.342762 input_csi_dispatch: 'm' "" "0" | |
1475068277.343016 screen_write_stop: 34 of 34 written (dirty 0, skipped 0) | |
1475068277.343043 @0 active pane changed | |
1475068277.343196 format '#{pane_current_command}' -> 'zsh' | |
1475068277.343213 format '' -> '' | |
1475068277.343228 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068277.343254 @0 name not changed (still zsh) | |
1475068277.343300 @0 active pane not changed | |
1475068277.866249 keys are 1 (p) | |
1475068277.866292 next key is 1 (p) (expired=0) | |
1475068277.866306 complete key p 0x70 | |
1475068277.866338 session 0 activity 1475068277.866330 (last 1475068277.342042) | |
1475068277.866362 session 0 not pasting | |
1475068277.866379 writing key 0x70 (p) to %0 | |
1475068277.866409 @0 active pane not changed | |
1475068277.866450 @0 active pane not changed | |
1475068277.866641 %0 has 7 bytes (of 4096, 0 hits) | |
1475068277.866687 @0 alerts timer reset 0 | |
1475068277.866709 screen_write_start: size 80x24, pane %0 | |
1475068277.866731 input_parse: %0 ground, 7 bytes: \b\033[0m/p | |
1475068277.866761 input_c0_dispatch: '\b' | |
1475068277.866790 input_csi_dispatch: 'm' "" "0" | |
1475068277.866855 screen_write_stop: 2 of 2 written (dirty 0, skipped 0) | |
1475068277.866875 @0 active pane changed | |
1475068277.867065 format '#{pane_current_command}' -> 'zsh' | |
1475068277.867085 format '' -> '' | |
1475068277.867099 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068277.867136 @0 name not changed (still zsh) | |
1475068277.867185 @0 active pane not changed | |
1475068277.962170 keys are 1 (l) | |
1475068277.962206 next key is 1 (l) (expired=0) | |
1475068277.962221 complete key l 0x6c | |
1475068277.962241 session 0 activity 1475068277.962232 (last 1475068277.866330) | |
1475068277.962257 session 0 not pasting | |
1475068277.962276 writing key 0x6c (l) to %0 | |
1475068277.962308 @0 active pane not changed | |
1475068277.962373 @0 active pane not changed | |
1475068277.962519 %0 has 1 bytes (of 4096, 0 hits) | |
1475068277.962540 @0 alerts timer reset 0 | |
1475068277.962555 screen_write_start: size 80x24, pane %0 | |
1475068277.962569 input_parse: %0 ground, 1 bytes: l | |
1475068277.962611 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068277.962626 @0 active pane changed | |
1475068277.962638 @0 name timer queued (404249 left) | |
1475068277.962671 @0 active pane changed | |
1475068277.962684 @0 name timer already queued (404203 left) | |
1475068278.157525 keys are 1 (\t) | |
1475068278.157561 next key is 1 (\t) (expired=0) | |
1475068278.157574 complete key \t 0x9 | |
1475068278.157589 session 0 activity 1475068278.157582 (last 1475068277.962232) | |
1475068278.157603 session 0 not pasting | |
1475068278.157618 writing key 0x9 (Tab) to %0 | |
1475068278.157644 @0 active pane changed | |
1475068278.157654 @0 name timer already queued (209233 left) | |
1475068278.157686 @0 active pane changed | |
1475068278.157697 @0 name timer already queued (209190 left) | |
1475068278.158117 %0 has 12 bytes (of 4096, 0 hits) | |
1475068278.158137 @0 alerts timer reset 0 | |
1475068278.158150 screen_write_start: size 80x24, pane %0 | |
1475068278.158162 input_parse: %0 ground, 12 bytes: .pl\033[1m \033[0m | |
1475068278.158184 input_csi_dispatch: 'm' "" "1" | |
1475068278.158200 input_csi_dispatch: 'm' "" "0" | |
1475068278.158248 screen_write_stop: 4 of 4 written (dirty 0, skipped 0) | |
1475068278.158266 @0 active pane changed | |
1475068278.158275 @0 name timer already queued (208612 left) | |
1475068278.158300 @0 active pane changed | |
1475068278.158311 @0 name timer already queued (208575 left) | |
1475068278.368448 @0 name timer expired | |
1475068278.368509 @0 active pane changed | |
1475068278.368749 format '#{pane_current_command}' -> 'zsh' | |
1475068278.368779 format '' -> '' | |
1475068278.368803 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068278.368845 @0 name not changed (still zsh) | |
1475068278.648993 keys are 1 (\r) | |
1475068278.649034 next key is 1 (\r) (expired=0) | |
1475068278.649049 complete key \r 0xd | |
1475068278.649067 session 0 activity 1475068278.649059 (last 1475068278.157582) | |
1475068278.649083 session 0 not pasting | |
1475068278.649100 writing key 0xd (Enter) to %0 | |
1475068278.649129 @0 active pane not changed | |
1475068278.649165 @0 active pane not changed | |
1475068278.649379 %0 has 7 bytes (of 4096, 0 hits) | |
1475068278.649417 @0 alerts timer reset 0 | |
1475068278.649434 screen_write_start: size 80x24, pane %0 | |
1475068278.649448 input_parse: %0 ground, 7 bytes: \b\033[0m \b | |
1475068278.649459 input_c0_dispatch: '\b' | |
1475068278.649477 input_csi_dispatch: 'm' "" "0" | |
1475068278.649495 input_c0_dispatch: '\b' | |
1475068278.649538 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068278.649562 @0 active pane changed | |
1475068278.649573 @0 name timer queued (218955 left) | |
1475068278.649621 %0 has 18 bytes (of 4096, 0 hits) | |
1475068278.649641 @0 alerts timer reset 0 | |
1475068278.649707 screen_write_start: size 80x24, pane %0 | |
1475068278.649724 input_parse: %0 ground, 18 bytes: \033[?1l\033>\033[?2004l\r\r\n | |
1475068278.649747 input_csi_dispatch: 'l' "?" "1" | |
1475068278.649769 input_esc_dispatch: '>', | |
1475068278.649793 input_csi_dispatch: 'l' "?" "2004" | |
1475068278.649812 input_c0_dispatch: '\r' | |
1475068278.649826 input_c0_dispatch: '\r' | |
1475068278.649840 input_c0_dispatch: '\n' | |
1475068278.649859 screen_write_stop: 0 of 0 written (dirty 0, skipped 0) | |
1475068278.649923 @0 active pane changed | |
1475068278.649943 @0 name timer already queued (218587 left) | |
1475068278.649995 @0 active pane changed | |
1475068278.650019 @0 name timer already queued (218513 left) | |
1475068278.651691 %0 has 216 bytes (of 4096, 0 hits) | |
1475068278.651726 @0 alerts timer reset 0 | |
1475068278.651747 screen_write_start: size 80x24, pane %0 | |
1475068278.651786 input_parse: %0 ground, 216 bytes: #!/usr/bin/env perl\r\n\r\n{\r\n local $|=1;\r\n\r\n print " \343\201\202a\343\201\204b";\r\n sleep 1.0;\r\n print "\\r";\r\n print "\343\201\202a\343\201\204b_";\r\n print "\\n";\r\n}\r\n\r\n{\r\n # do above block's prints in one go\r\n print " \343\201\202a\343\201\204b\\r\343\201\202a\343\201\204b_\\n";\r\n}\r\n | |
1475068278.651844 input_c0_dispatch: '\r' | |
1475068278.651859 input_c0_dispatch: '\n' | |
1475068278.651878 input_c0_dispatch: '\r' | |
1475068278.651891 input_c0_dispatch: '\n' | |
1475068278.651907 input_c0_dispatch: '\r' | |
1475068278.651921 input_c0_dispatch: '\n' | |
1475068278.651942 input_c0_dispatch: '\r' | |
1475068278.651956 input_c0_dispatch: '\n' | |
1475068278.651971 input_c0_dispatch: '\r' | |
1475068278.651985 input_c0_dispatch: '\n' | |
1475068278.652006 input_utf8_open 3 | |
1475068278.652026 input_utf8_add | |
1475068278.652063 input_utf8_close 3 '\343\201\202' (width 2) | |
1475068278.652088 input_utf8_open 3 | |
1475068278.652105 input_utf8_add | |
1475068278.652124 input_utf8_close 3 '\343\201\204' (width 2) | |
1475068278.652146 input_c0_dispatch: '\r' | |
1475068278.652161 input_c0_dispatch: '\n' | |
1475068278.652183 input_c0_dispatch: '\r' | |
1475068278.652197 input_c0_dispatch: '\n' | |
1475068278.652218 input_c0_dispatch: '\r' | |
1475068278.652231 input_c0_dispatch: '\n' | |
1475068278.652251 input_utf8_open 3 | |
1475068278.652269 input_utf8_add | |
1475068278.652289 input_utf8_close 3 '\343\201\202' (width 2) | |
1475068278.652310 input_utf8_open 3 | |
1475068278.652327 input_utf8_add | |
1475068278.652343 input_utf8_close 3 '\343\201\204' (width 2) | |
1475068278.652367 input_c0_dispatch: '\r' | |
1475068278.652382 input_c0_dispatch: '\n' | |
1475068278.652405 input_c0_dispatch: '\r' | |
1475068278.652419 input_c0_dispatch: '\n' | |
1475068278.652435 input_c0_dispatch: '\r' | |
1475068278.652448 input_c0_dispatch: '\n' | |
1475068278.652457 input_c0_dispatch: '\r' | |
1475068278.652464 input_c0_dispatch: '\n' | |
1475068278.652473 input_c0_dispatch: '\r' | |
1475068278.652481 input_c0_dispatch: '\n' | |
1475068278.652501 input_c0_dispatch: '\r' | |
1475068278.652510 input_c0_dispatch: '\n' | |
1475068278.652521 input_utf8_open 3 | |
1475068278.652532 input_utf8_add | |
1475068278.652543 input_utf8_close 3 '\343\201\202' (width 2) | |
1475068278.652556 input_utf8_open 3 | |
1475068278.652565 input_utf8_add | |
1475068278.652575 input_utf8_close 3 '\343\201\204' (width 2) | |
1475068278.652587 input_utf8_open 3 | |
1475068278.652595 input_utf8_add | |
1475068278.652605 input_utf8_close 3 '\343\201\202' (width 2) | |
1475068278.652617 input_utf8_open 3 | |
1475068278.652625 input_utf8_add | |
1475068278.652635 input_utf8_close 3 '\343\201\204' (width 2) | |
1475068278.652649 input_c0_dispatch: '\r' | |
1475068278.652658 input_c0_dispatch: '\n' | |
1475068278.652667 input_c0_dispatch: '\r' | |
1475068278.652675 input_c0_dispatch: '\n' | |
1475068278.653543 screen_write_stop: 135 of 168 written (dirty 33, skipped 33) | |
1475068278.653576 @0 active pane changed | |
1475068278.653587 @0 name timer already queued (214941 left) | |
1475068278.653634 %0 has 142 bytes (of 4096, 0 hits) | |
1475068278.653648 @0 alerts timer reset 0 | |
1475068278.653660 screen_write_start: size 80x24, pane %0 | |
1475068278.653684 input_parse: %0 ground, 142 bytes: \033[1m\033[3m%\033[23m\033[1m\033[0m \r \r\r\033[0m\033[23m\033[24m\033[J> \033[K\033[?1h\033=\033[?2004h | |
1475068278.653707 input_csi_dispatch: 'm' "" "1" | |
1475068278.653721 input_csi_dispatch: 'm' "" "3" | |
1475068278.653736 input_csi_dispatch: 'm' "" "23" | |
1475068278.653748 input_csi_dispatch: 'm' "" "1" | |
1475068278.653759 input_csi_dispatch: 'm' "" "0" | |
1475068278.653779 input_c0_dispatch: '\r' | |
1475068278.653788 input_c0_dispatch: '\r' | |
1475068278.653796 input_c0_dispatch: '\r' | |
1475068278.653812 input_csi_dispatch: 'm' "" "0" | |
1475068278.653832 input_csi_dispatch: 'm' "" "23" | |
1475068278.653851 input_csi_dispatch: 'm' "" "24" | |
1475068278.653871 input_csi_dispatch: 'J' "" "" | |
1475068278.653935 input_csi_dispatch: 'K' "" "" | |
1475068278.653959 input_csi_dispatch: 'h' "?" "1" | |
1475068278.653978 input_esc_dispatch: '=', | |
1475068278.654002 input_csi_dispatch: 'h' "?" "2004" | |
1475068278.654066 screen_write_stop: 1 of 83 written (dirty 82, skipped 80) | |
1475068278.654122 @0 active pane changed | |
1475068278.654140 @0 name timer already queued (214391 left) | |
1475068278.654194 @0 active pane changed | |
1475068278.654226 @0 name timer already queued (214305 left) | |
1475068278.870448 @0 name timer expired | |
1475068278.870553 @0 active pane changed | |
1475068278.870768 format '#{pane_current_command}' -> 'zsh' | |
1475068278.870792 format '' -> '' | |
1475068278.870808 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068278.870835 @0 name not changed (still zsh) | |
1475068280.137505 keys are 1 (!) | |
1475068280.137550 next key is 1 (!) (expired=0) | |
1475068280.137566 complete key ! 0x21 | |
1475068280.137585 session 0 activity 1475068280.137576 (last 1475068278.649059) | |
1475068280.137602 session 0 not pasting | |
1475068280.137620 writing key 0x21 (!) to %0 | |
1475068280.137653 @0 active pane not changed | |
1475068280.137693 @0 active pane not changed | |
1475068280.137847 %0 has 1 bytes (of 4096, 0 hits) | |
1475068280.137868 @0 alerts timer reset 0 | |
1475068280.137884 screen_write_start: size 80x24, pane %0 | |
1475068280.137898 input_parse: %0 ground, 1 bytes: ! | |
1475068280.137947 screen_write_stop: 1 of 1 written (dirty 0, skipped 0) | |
1475068280.137962 @0 active pane changed | |
1475068280.138128 format '#{pane_current_command}' -> 'zsh' | |
1475068280.138146 format '' -> '' | |
1475068280.138160 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068280.138187 @0 name not changed (still zsh) | |
1475068280.138231 @0 active pane not changed | |
1475068280.288515 keys are 1 ($) | |
1475068280.288557 next key is 1 ($) (expired=0) | |
1475068280.288573 complete key $ 0x24 | |
1475068280.288593 session 0 activity 1475068280.288583 (last 1475068280.137576) | |
1475068280.288609 session 0 not pasting | |
1475068280.288628 writing key 0x24 ($) to %0 | |
1475068280.288660 @0 active pane not changed | |
1475068280.288700 @0 active pane not changed | |
1475068280.288842 %0 has 3 bytes (of 4096, 0 hits) | |
1475068280.288862 @0 alerts timer reset 0 | |
1475068280.288879 screen_write_start: size 80x24, pane %0 | |
1475068280.288893 input_parse: %0 ground, 3 bytes: \b!$ | |
1475068280.288903 input_c0_dispatch: '\b' | |
1475068280.288954 screen_write_stop: 1 of 2 written (dirty 1, skipped 1) | |
1475068280.288971 @0 active pane changed | |
1475068280.288983 @0 name timer queued (348991 left) | |
1475068280.289016 @0 active pane changed | |
1475068280.289029 @0 name timer already queued (348944 left) | |
1475068280.639909 @0 name timer expired | |
1475068280.639984 @0 active pane changed | |
1475068280.640191 format '#{pane_current_command}' -> 'zsh' | |
1475068280.640218 format '' -> '' | |
1475068280.640237 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068280.640270 @0 name not changed (still zsh) | |
1475068281.172036 keys are 1 (\r) | |
1475068281.172080 next key is 1 (\r) (expired=0) | |
1475068281.172096 complete key \r 0xd | |
1475068281.172115 session 0 activity 1475068281.172106 (last 1475068280.288583) | |
1475068281.172131 session 0 not pasting | |
1475068281.172148 writing key 0xd (Enter) to %0 | |
1475068281.172180 @0 active pane not changed | |
1475068281.172221 @0 active pane not changed | |
1475068281.172648 %0 has 7 bytes (of 4096, 0 hits) | |
1475068281.172684 @0 alerts timer reset 0 | |
1475068281.172699 screen_write_start: size 80x24, pane %0 | |
1475068281.172713 input_parse: %0 ground, 7 bytes: \033[?1l\033> | |
1475068281.172731 input_csi_dispatch: 'l' "?" "1" | |
1475068281.172746 input_esc_dispatch: '>', | |
1475068281.172761 screen_write_stop: 0 of 0 written (dirty 0, skipped 0) | |
1475068281.172793 @0 active pane changed | |
1475068281.172964 format '#{pane_current_command}' -> 'zsh' | |
1475068281.173033 format '' -> '' | |
1475068281.173054 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068281.173090 @0 name not changed (still zsh) | |
1475068281.173164 %0 has 58 bytes (of 4096, 0 hits) | |
1475068281.173185 @0 alerts timer reset 0 | |
1475068281.173205 screen_write_start: size 80x24, pane %0 | |
1475068281.173229 input_parse: %0 ground, 58 bytes: \033[?2004l\r\r\n./gist/07d31d48d9688cff17f94610e63bebaf/pl.pl\r\n | |
1475068281.173255 input_csi_dispatch: 'l' "?" "2004" | |
1475068281.173275 input_c0_dispatch: '\r' | |
1475068281.173289 input_c0_dispatch: '\r' | |
1475068281.173304 input_c0_dispatch: '\n' | |
1475068281.173349 input_c0_dispatch: '\r' | |
1475068281.173365 input_c0_dispatch: '\n' | |
1475068281.173807 screen_write_stop: 45 of 45 written (dirty 0, skipped 0) | |
1475068281.173863 @0 active pane changed | |
1475068281.173881 @0 name timer queued (498925 left) | |
1475068281.173932 @0 active pane changed | |
1475068281.173951 @0 name timer already queued (498854 left) | |
1475068281.178810 %0 has 9 bytes (of 4096, 0 hits) | |
1475068281.178851 @0 alerts timer reset 0 | |
1475068281.178866 screen_write_start: size 80x24, pane %0 | |
1475068281.178880 input_parse: %0 ground, 9 bytes: \343\201\202a\343\201\204b | |
1475068281.178892 input_utf8_open 3 | |
1475068281.178905 input_utf8_add | |
1475068281.178921 input_utf8_close 3 '\343\201\202' (width 2) | |
1475068281.178936 input_utf8_open 3 | |
1475068281.178946 input_utf8_add | |
1475068281.178957 input_utf8_close 3 '\343\201\204' (width 2) | |
1475068281.179023 screen_write_stop: 4 of 5 written (dirty 1, skipped 1) | |
1475068281.179042 @0 active pane changed | |
1475068281.179053 @0 name timer already queued (493750 left) | |
1475068281.179090 @0 active pane changed | |
1475068281.179103 @0 name timer already queued (493701 left) | |
1475068281.675725 @0 name timer expired | |
1475068281.675800 @0 active pane changed | |
1475068281.676015 format '#{pane_current_command}' -> 'perl' | |
1475068281.676041 format '' -> '' | |
1475068281.676056 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'perl' | |
1475068281.676085 @0 new name perl (was zsh) | |
1475068282.179067 %0 has 33 bytes (of 4096, 0 hits) | |
1475068282.179111 @0 alerts timer reset 0 | |
1475068282.179122 screen_write_start: size 80x24, pane %0 | |
1475068282.179135 input_parse: %0 ground, 33 bytes: \r\343\201\202a\343\201\204b_\r\n \343\201\202a\343\201\204b\r\343\201\202a\343\201\204b_\r\n | |
1475068282.179143 input_c0_dispatch: '\r' | |
1475068282.179151 input_utf8_open 3 | |
1475068282.179160 input_utf8_add | |
1475068282.179172 input_utf8_close 3 '\343\201\202' (width 2) | |
1475068282.179186 input_utf8_open 3 | |
1475068282.179193 input_utf8_add | |
1475068282.179200 input_utf8_close 3 '\343\201\204' (width 2) | |
1475068282.179209 input_c0_dispatch: '\r' | |
1475068282.179216 input_c0_dispatch: '\n' | |
1475068282.179280 input_utf8_open 3 | |
1475068282.179287 input_utf8_add | |
1475068282.179295 input_utf8_close 3 '\343\201\202' (width 2) | |
1475068282.179304 input_utf8_open 3 | |
1475068282.179310 input_utf8_add | |
1475068282.179318 input_utf8_close 3 '\343\201\204' (width 2) | |
1475068282.179326 input_c0_dispatch: '\r' | |
1475068282.179332 input_utf8_open 3 | |
1475068282.179339 input_utf8_add | |
1475068282.179346 input_utf8_close 3 '\343\201\202' (width 2) | |
1475068282.179354 input_utf8_open 3 | |
1475068282.179360 input_utf8_add | |
1475068282.179368 input_utf8_close 3 '\343\201\204' (width 2) | |
1475068282.179375 input_c0_dispatch: '\r' | |
1475068282.179382 input_c0_dispatch: '\n' | |
1475068282.179440 screen_write_stop: 12 of 15 written (dirty 3, skipped 1) | |
1475068282.179465 @0 active pane changed | |
1475068282.179576 format '#{pane_current_command}' -> 'zsh' | |
1475068282.179588 format '' -> '' | |
1475068282.179597 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068282.179615 @0 new name zsh (was perl) | |
1475068282.179723 %0 has 127 bytes (of 4096, 0 hits) | |
1475068282.179752 @0 alerts timer reset 0 | |
1475068282.179769 screen_write_start: size 80x24, pane %0 | |
1475068282.179791 input_parse: %0 ground, 127 bytes: \033[1m\033[3m%\033[23m\033[1m\033[0m \r \r\r\033[0m\033[23m\033[24m\033[J> \033[K | |
1475068282.179812 input_csi_dispatch: 'm' "" "1" | |
1475068282.179831 input_csi_dispatch: 'm' "" "3" | |
1475068282.179848 input_csi_dispatch: 'm' "" "23" | |
1475068282.179864 input_csi_dispatch: 'm' "" "1" | |
1475068282.179898 input_csi_dispatch: 'm' "" "0" | |
1475068282.179924 input_c0_dispatch: '\r' | |
1475068282.179939 input_c0_dispatch: '\r' | |
1475068282.179952 input_c0_dispatch: '\r' | |
1475068282.179961 input_csi_dispatch: 'm' "" "0" | |
1475068282.179992 input_csi_dispatch: 'm' "" "23" | |
1475068282.180007 input_csi_dispatch: 'm' "" "24" | |
1475068282.180019 input_csi_dispatch: 'J' "" "" | |
1475068282.180048 input_csi_dispatch: 'K' "" "" | |
1475068282.180086 screen_write_stop: 1 of 83 written (dirty 82, skipped 80) | |
1475068282.180190 @0 active pane changed | |
1475068282.180205 @0 name timer queued (499269 left) | |
1475068282.180267 %0 has 15 bytes (of 4096, 0 hits) | |
1475068282.180282 @0 alerts timer reset 0 | |
1475068282.180297 screen_write_start: size 80x24, pane %0 | |
1475068282.180321 input_parse: %0 ground, 15 bytes: \033[?1h\033=\033[?2004h | |
1475068282.180338 input_csi_dispatch: 'h' "?" "1" | |
1475068282.180351 input_esc_dispatch: '=', | |
1475068282.180366 input_csi_dispatch: 'h' "?" "2004" | |
1475068282.180380 screen_write_stop: 0 of 0 written (dirty 0, skipped 0) | |
1475068282.180414 @0 active pane changed | |
1475068282.180425 @0 name timer already queued (499048 left) | |
1475068282.180456 @0 active pane changed | |
1475068282.180468 @0 name timer already queued (499005 left) | |
1475068282.683098 @0 name timer expired | |
1475068282.683177 @0 active pane changed | |
1475068282.683379 format '#{pane_current_command}' -> 'zsh' | |
1475068282.683406 format '' -> '' | |
1475068282.683424 format '#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}' -> 'zsh' | |
1475068282.683456 @0 name not changed (still zsh) | |
1475068319.930509 @0 active pane not changed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/tmux/tmux/issues/535 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment