[tmux/tmux] 4b9e76: Support for extended underline styles, enabled by ...

2019-03-26 Thread Nicholas Marriott
  Branch: refs/tags/to-merge
  Home:   https://github.com/tmux/tmux
  Commit: 4b9e762dffc01a796fe2ee6edafdfce814a9
  
https://github.com/tmux/tmux/commit/4b9e762dffc01a796fe2ee6edafdfce814a9
  Author: Nicholas Marriott 
  Date:   2018-10-08 (Mon, 08 Oct 2018)

  Changed paths:
M attributes.c
M grid.c
M input.c
M tmux.1
M tmux.h
M tty-term.c
M tty.c

  Log Message:
  ---
  Support for extended underline styles, enabled by adding the Smulx
capability with terminal-overrides (add something like
'vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492.


  Commit: 018f1b8a803f15910781dc9894fbd168cfa50943
  
https://github.com/tmux/tmux/commit/018f1b8a803f15910781dc9894fbd168cfa50943
  Author: Nicholas Marriott 
  Date:   2018-10-08 (Mon, 08 Oct 2018)

  Changed paths:
M tty-term.c

  Log Message:
  ---
  Use :: for escaping : in terminal-overrides not \:.


  Commit: c88e945bc5e59bed8eaa41f1e66a9b03a2dad807
  
https://github.com/tmux/tmux/commit/c88e945bc5e59bed8eaa41f1e66a9b03a2dad807
  Author: Nicholas Marriott 
  Date:   2018-10-11 (Thu, 11 Oct 2018)

  Changed paths:
M cmd-refresh-client.c
M input.c
M tmux.1
M tty-keys.c

  Log Message:
  ---
  Support OSC 52 ? to read the top buffer inside tmux, also add
refresh-client -l to get the clipboard outside tmux. GitHub issue
1477.


  Commit: cdd8c93f54764bfc295e967f5d776513ad17ac6a
  
https://github.com/tmux/tmux/commit/cdd8c93f54764bfc295e967f5d776513ad17ac6a
  Author: Nicholas Marriott 
  Date:   2018-10-15 (Mon, 15 Oct 2018)

  Changed paths:
M TODO

  Log Message:
  ---
  Add to TODO file.


  Commit: 407075d8c7cccad62450fbefd54edcc4ab511940
  
https://github.com/tmux/tmux/commit/407075d8c7cccad62450fbefd54edcc4ab511940
  Author: Nicholas Marriott 
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
M TODO

  Log Message:
  ---
  Add to TODO.


  Commit: a2c52d9f264764ceed17251911662c63d4af4f50
  
https://github.com/tmux/tmux/commit/a2c52d9f264764ceed17251911662c63d4af4f50
  Author: Nicholas Marriott 
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
M TODO

  Log Message:
  ---
  Add to TODO.


  Commit: 01918cb0170e07288d3aec624516e6470bf5b7fc
  
https://github.com/tmux/tmux/commit/01918cb0170e07288d3aec624516e6470bf5b7fc
  Author: Nicholas Marriott 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M configure.ac

  Log Message:
  ---
  tmux 2.8.


  Commit: f54f171d5c43a22414caeecbe8a71db44f345b4e
  
https://github.com/tmux/tmux/commit/f54f171d5c43a22414caeecbe8a71db44f345b4e
  Author: Nicholas Marriott 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:

  Log Message:
  ---
  Merge branch '2.8-rc'


  Commit: bc0e527f32642cc9eb2354d1bdc033ab6beca33b
  
https://github.com/tmux/tmux/commit/bc0e527f32642cc9eb2354d1bdc033ab6beca33b
  Author: nicm 
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
M attributes.c
M grid.c
M input.c
M tmux.1
M tmux.h
M tty-term.c
M tty.c

  Log Message:
  ---
  Support for extended underline styles on terminals which offer them,
enabled by adding the Smulx capability with terminal-overrides (add
something like ',vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492.


  Commit: a51668ca0690b84762c5a2f2dd34b94fa566f559
  
https://github.com/tmux/tmux/commit/a51668ca0690b84762c5a2f2dd34b94fa566f559
  Author: nicm 
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
M cmd-refresh-client.c
M input.c
M tmux.1
M tty-keys.c

  Log Message:
  ---
  Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard
is changed to on), also add refresh-client -l to ask tmux to use the
same mechanism to get the clipboard from the terminal outside
tmux. GitHub issue 1477.


  Commit: 2dfdb55ace6b0beab4903db630603fef5aa44c57
  
https://github.com/tmux/tmux/commit/2dfdb55ace6b0beab4903db630603fef5aa44c57
  Author: Nicholas Marriott 
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
M tty.c

  Log Message:
  ---
  Handle pan correctly when the terminal is bigger than the window.


  Commit: 646995384d695eed9de1b2363fd2b315ca01785e
  
https://github.com/tmux/tmux/commit/646995384d695eed9de1b2363fd2b315ca01785e
  Author: nicm 
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
M Makefile
M cmd-attach-session.c
M cmd-break-pane.c
M cmd-list-sessions.c
M cmd-new-session.c
M cmd-refresh-client.c
A cmd-resize-window.c
M cmd-select-pane.c
M cmd-set-option.c
M cmd-split-window.c
M cmd-swap-pane.c
M cmd-switch-client.c
M cmd.c
M format.c
M input-keys.c
M key-bindings.c
M key-string.c
M layout-custom.c
M layout-set.c
M layout.c
M options-table.c
M resize.c
M screen-redraw.c
M screen-write.c
M server-client.c
M server-fn.c
M session.c
M status.c
 

[tmux/tmux] 4b9e76: Support for extended underline styles, enabled by ...

2018-10-08 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 4b9e762dffc01a796fe2ee6edafdfce814a9
  
https://github.com/tmux/tmux/commit/4b9e762dffc01a796fe2ee6edafdfce814a9
  Author: Nicholas Marriott 
  Date:   2018-10-08 (Mon, 08 Oct 2018)

  Changed paths:
M attributes.c
M grid.c
M input.c
M tmux.1
M tmux.h
M tty-term.c
M tty.c

  Log Message:
  ---
  Support for extended underline styles, enabled by adding the Smulx
capability with terminal-overrides (add something like
'vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492.



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.