[tmux/tmux] 1721d1: source-file and some other commands can recurse ba...

2016-10-14 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 1721d1994eb03beb8217fa3e61ed0cc097dd899e
  
https://github.com/tmux/tmux/commit/1721d1994eb03beb8217fa3e61ed0cc097dd899e
  Author: nicm 
  Date:   2016-10-14 (Fri, 14 Oct 2016)

  Changed paths:
M cfg.c
M cmd-queue.c
M cmd-source-file.c

  Log Message:
  ---
  source-file and some other commands can recurse back into cmdq_continue,
which could potentially free the currently running command, so we need
to take a reference to it in cmdq_continue_one.

Fixes problem reported by Theo Buehler.


  Commit: 9d58febc8f4243ed4a392e45f89de0455c032090
  
https://github.com/tmux/tmux/commit/9d58febc8f4243ed4a392e45f89de0455c032090
  Author: Thomas Adam 
  Date:   2016-10-14 (Fri, 14 Oct 2016)

  Changed paths:
M cfg.c
M cmd-queue.c
M cmd-source-file.c

  Log Message:
  ---
  Merge branch 'obsd-master'


Compare: https://github.com/tmux/tmux/compare/33fbf82ac062...9d58febc8f42

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tmux-git+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tmux/tmux] d413a9: Don't make assumptions about line wrap on !xenl te...

2016-10-14 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: d413a945acd9ffbc5d34a4d459b82721e648541d
  
https://github.com/tmux/tmux/commit/d413a945acd9ffbc5d34a4d459b82721e648541d
  Author: nicm 
  Date:   2016-10-14 (Fri, 14 Oct 2016)

  Changed paths:
M tty.c

  Log Message:
  ---
  Don't make assumptions about line wrap on !xenl terminals, means that
using a wrong TERM without xenl is not so broken if used on a sensible
terminal.


  Commit: ed971268be7cfd5a4a8223211401654b30a57cbd
  
https://github.com/tmux/tmux/commit/ed971268be7cfd5a4a8223211401654b30a57cbd
  Author: nicm 
  Date:   2016-10-14 (Fri, 14 Oct 2016)

  Changed paths:
M cmd-bind-key.c
M cmd-capture-pane.c
M cmd-clear-history.c
M cmd-copy-mode.c
M cmd-display-panes.c
M cmd-list-buffers.c
M cmd-list-clients.c
M cmd-list-keys.c
M cmd-list-panes.c
M cmd-list-sessions.c
M cmd-list-windows.c
M cmd-load-buffer.c
M cmd-lock-server.c
M cmd-paste-buffer.c
M cmd-pipe-pane.c
M cmd-refresh-client.c
M cmd-rename-session.c
M cmd-rename-window.c
M cmd-resize-pane.c
M cmd-save-buffer.c
M cmd-select-layout.c
M cmd-send-keys.c
M cmd-set-buffer.c
M cmd-set-environment.c
M cmd-set-hook.c
M cmd-set-option.c
M cmd-show-environment.c
M cmd-show-messages.c
M cmd-show-options.c
M cmd-string.c
M cmd-unbind-key.c

  Log Message:
  ---
  Add CMD_AFTERHOOK flag to the easy commands that don't need any special 
handling.


  Commit: 3d2686a236b4ffee762ada8ebb493d8db91f7375
  
https://github.com/tmux/tmux/commit/3d2686a236b4ffee762ada8ebb493d8db91f7375
  Author: Thomas Adam 
  Date:   2016-10-15 (Sat, 15 Oct 2016)

  Changed paths:
M cmd-bind-key.c
M cmd-capture-pane.c
M cmd-clear-history.c
M cmd-copy-mode.c
M cmd-display-panes.c
M cmd-list-buffers.c
M cmd-list-clients.c
M cmd-list-keys.c
M cmd-list-panes.c
M cmd-list-sessions.c
M cmd-list-windows.c
M cmd-load-buffer.c
M cmd-lock-server.c
M cmd-paste-buffer.c
M cmd-pipe-pane.c
M cmd-refresh-client.c
M cmd-rename-session.c
M cmd-rename-window.c
M cmd-resize-pane.c
M cmd-save-buffer.c
M cmd-select-layout.c
M cmd-send-keys.c
M cmd-set-buffer.c
M cmd-set-environment.c
M cmd-set-hook.c
M cmd-set-option.c
M cmd-show-environment.c
M cmd-show-messages.c
M cmd-show-options.c
M cmd-string.c
M cmd-unbind-key.c
M tty.c

  Log Message:
  ---
  Merge branch 'obsd-master'


Compare: https://github.com/tmux/tmux/compare/9d58febc8f42...3d2686a236b4

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tmux-git+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.