Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return to ground when we flush the last char #2823

Merged
merged 4 commits into from
Oct 4, 2019

Commits on Sep 20, 2019

  1. Return to ground when we flush the last char

      The InputStateMachineEngine was incorrectly not returning to the ground state
      after flushing the last sequence. That means that something like alt+backspace
      would leave us in the Escape state, not the ground state. This makes sure we
      return to ground.
    
      Fixes #2746.
    
      Additionally removes the "Parser.UnitTests-common.vcxproj" file, which was
      originally used for a theoretical time when we only open-sourced the parser.
      It's unnecessary now, and we can get rid of it.
    
      Also includes a small patch to bcz.cmd, to make sure bx works with projects
      with a space in their name.
    zadjii-msft committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    37d8840 View commit details
    Browse the repository at this point in the history
  2. Update src/terminal/parser/stateMachine.cpp

    Co-Authored-By: Dustin L. Howett (MSFT) <duhowett@microsoft.com>
    zadjii-msft and DHowett committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    6319692 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    b5f8926 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf185e5 View commit details
    Browse the repository at this point in the history