Windows Terminal Source Code

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Windows Terminal

    The new Windows Terminal and the original Windows console host, all in the same place!

    What you are stating is incorrect.

    Each of the calls you link to sets a boolean here: https://github.com/microsoft/terminal/blob/57c3953aca49f68ac...

    It does not transmit what you copy, search for or when you clicked/resized/closed the window. It simply stores a true/false value saying "feature X was used". In some cases, like with find/replace, it also stores the average length of things you searched for. That is a common way for developers to get an idea if performance characteristics due to the longest common substring problem[1]

    You are trying to spread misinformation here to make Microsoft look like a bad guy. There is nothing sinister going on here, it is just ordinary metric collection.

    But don't take my word for it. Take for example the "we can see it log every time you resize a console window" statement. In the link it calls SetWindowSizeChanged()[2] which again calls SetUserInteractive()[3] and it just sets a boolean to true.

    So there is no "log every time it resize a console window". It simply sets a variable to true, which presumably the Windows Terminal dev team use to see how many users use the console with interactive sessions.

    [1] https://en.wikipedia.org/wiki/Longest_common_substring_probl...

    [2] https://github.com/microsoft/terminal/blob/57c3953aca49f68ac...

    [3] https://github.com/microsoft/terminal/blob/57c3953aca49f68ac...

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. tmux

    tmux source code

    You're probably already aware of this, but just in case you're not (or someone else reads this that's curious), running tmux (src: https://github.com/tmux/tmux/wiki) inside alacritty will give you tab functionality along with the ability to horizontally/vertically split and a host of other fun features.

  4. terminal

    Documentation published at http://learn.microsoft.com/windows/terminal (by MicrosoftDocs)

    Maybe, maybe not:

    1. It looks like ETW is enabled by default since Vista.

    2. The code deletes the username due to "PII issues," suggesting that something is being sent back (line 295)

    3. An oblique reference to a 5% sampling rate (line 284) suggests you may not be able to tell what it's sending based on network monitoring.

    Hard to say. They should probably document what they collect. https://github.com/MicrosoftDocs/terminal/issues/139

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Another GitHub outage in the same day

    2 projects | news.ycombinator.com | 9 Feb 2026
  • Drawing Text Isn't Simple: Benchmarking Console vs. Graphical Rendering

    6 projects | news.ycombinator.com | 11 Nov 2025
  • Terminal: A Unified Platform for Windows Terminal and Console Host

    1 project | news.ycombinator.com | 29 Sep 2024
  • The Windows Console gets support for Sixel images

    1 project | news.ycombinator.com | 1 Jul 2024
  • Deleting Software I Wrote Upon Leaving Employment of a Company

    1 project | news.ycombinator.com | 15 Mar 2024