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

Implement and action for manually clearing the Terminal (and conpty) buffer #10906

Merged
14 commits merged into from
Sep 2, 2021

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    2436cc0 View commit details
    Browse the repository at this point in the history
  2. This plumbs #1882 and #1193 all the way through.

      Unfortunately, I need to reset the cursor position, and I actually just need
      to do this differently entirely.
    
      iTerm actually maintains the last line of the buffer entirely. That's kind of
      important! Otherwise the prompt just disappears too.
    
      They're actually even smarter than that:
      * https://gitlab.com/gnachman/iterm2/-/issues/1330
      * https://gitlab.com/gnachman/iterm2/-/issues/4393
    
      and know where the prompt starts and ends, and keep all of multi-line prompts.
      That's a very 2023 feature, but we should keep at least one line.
    zadjii-msft committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    8e0ed29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c56177 View commit details
    Browse the repository at this point in the history
  4. This is almost right, but we're clearing the attributes of the top li…

    …ne, which is _not_ right.
    zadjii-msft committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    6a07e3b View commit details
    Browse the repository at this point in the history
  5. whatever, it works man

    zadjii-msft committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    885fbcc View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    9024fd2 View commit details
    Browse the repository at this point in the history
  2. add a roundtrip test

    zadjii-msft committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    a0d0a94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb7db72 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    2cde76a View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    397efc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    eddd417 View commit details
    Browse the repository at this point in the history
  2. i've got 64gb of ram and 4ghz to work with now, there's no excuse for…

    … not building the whole sln
    zadjii-msft committed Aug 12, 2021
    1 Configuration menu
    Copy the full SHA
    bee5b5f View commit details
    Browse the repository at this point in the history
  3. spel

    zadjii-msft committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    f1276a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

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