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/nix
base: 7298a38a07d6
Choose a base ref
...
head repository: NixOS/nix
compare: 7ef2645f45ab
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 5, 2019

  1. Handle SIGWINCH in main thread

    For the SIGWINCH signal to be caught, it needs to be set in sigaction
    on the main thread. Previously, this was broken, and updateWindowSize
    was never being called. Tested on macOS 10.14.
    matthewbauer committed Jun 5, 2019
    Copy the full SHA
    4a3e962 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Just enable hack on macOS

    This is not needed on linux at all! Tried to explain as much as I
    understand with the problem.
    matthewbauer committed Jun 6, 2019
    Copy the full SHA
    5011a52 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Merge pull request #2921 from matthewbauer/handle-sigwinch

    Handle SIGWINCH in main thread
    edolstra committed Aug 28, 2019
    Copy the full SHA
    7ef2645 View commit details
    Browse the repository at this point in the history