windows-terminal/.github/actions/spelling/expect
Leonard Hecker 760daa642e
Modernize VtPipeTerm (#17647)
This shortens VtPipeTerm quite a bit, which used to have various debug
flags and modes. I kept the `--out` flag to redirect the output to a
file, but I removed the `--debug` (pipe the output through WSL and
show escape sequences visually) and `--headless` (hide conpty) flags.

I did this, because VtPipeTerm always used the system ConPTY API
but I needed it to use my local OpenConsole. I also wanted it to
use overlapped IO for testing but found that it was too difficult
to refactor make that work.

I also noticed that the project was the only holdout for
`conpty.h` which had to be kept in sync with `winconpty.h`.
2024-08-26 21:06:43 +02:00
..
04cdb9b77d6827c0202f51acd4205b017015bfff.txt Wrap word-wise selection when the word is actually wrapped (#16441) 2023-12-15 15:50:45 -08:00
README.md ci: update to Spell check to 0.0.17a (#9014) 2021-02-03 11:17:38 -08:00
alphabet.txt A minor ConPTY refactoring: Goodbye VtEngine Edition (#17510) 2024-08-01 20:38:10 +00:00
expect.txt Modernize VtPipeTerm (#17647) 2024-08-26 21:06:43 +02:00
web.txt Check spelling 0.0.22 (#16127) 2023-12-05 15:40:23 -08:00

README.md

The contents of each .txt file in this directory are merged together.

  • alphabet is a sample for alphabet related items
  • web is a sample for web/html related items
  • expect is the main list of expected items -- there is nothing particularly special about the file name (beyond the extension which is important).

These terms are things which temporarily exist in the project, but which aren't necessarily words.

If something is a word that could come and go, it probably belongs in a dictionary.