Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 10addad60350
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 887bf77621db
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 16, 2018

  1. tmux: 2.7 -> 2.8

    tmux 2.8 has a broken version string (2.8-rc) which we patch in configure.ac
    
    CHANGES FROM 2.7 to 2.8
    
    * Make display-panes block the client until a pane is chosen or it
      times out.
    
    * Clear history on RIS like most other terminals do.
    
    * Add an "Any" key to run a command if a key is pressed that is not
      bound in the current key table.
    
    * Expand formats in load-buffer and save-buffer.
    
    * Add a rectangle_toggle format.
    
    * Add set-hook -R to run a hook immediately.
    
    * Add README.ja.
    
    * Add pane focus hooks.
    
    * Allow any punctuation as separator for s/x/y not only /.
    
    * Improve resizing with the mouse (fix resizing the wrong pane in some
      layouts, and allow resizing multiple panes at the same time).
    
    * Allow , and } to be escaped in formats as #, and #}.
    
    * Add KRB5CCNAME to update-environment.
    
    * Change meaning of -c to display-message so the client is used if it
      matches the session given to -t.
    
    * Fixes to : form of SGR.
    
    * Add x and X to choose-tree to kill sessions, windows or panes.
    kmille committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    4e75120 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48574 from kmille/tmux-2.8

    tmux: 2.7 -> 2.8
    flokli committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    887bf77 View commit details
    Browse the repository at this point in the history