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: PowerShell/PSReadLine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.2
Choose a base ref
...
head repository: PowerShell/PSReadLine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.3
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    38395ad View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Respect cancellation in ReadOneOrMoreKeys() (#3274)

    Because .NET's . `Console.ReadKey()` is uncancellable, when a hosting
    application cancels PSReadLine, it also has to send a key press to get
    `ReadKey` to return. In this case, we want to ignore the key press (and
    a user certainly would not be expecting it, as `ReadLine` has already
    been canceled).
    andyleejordan authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    72edd44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    703f7a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    117e778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b083ce7 View commit details
    Browse the repository at this point in the history
Loading