Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up-
Microsoft
- Madison, WI
- https://github.com/microsoft/terminal
Pinned
1,249 contributions in the last year
Activity overview
Contributed to
microsoft/terminal,
microsoft/microsoft-ui-xaml,
MicrosoftDocs/Console-Docs
and 5 other
repositories
Contribution activity
May 2020
Created a pull request in microsoft/terminal that received 4 comments
Make sure that EraseAll moves the Terminal viewport
The Erase All VT sequence (^[[2J) is supposed to erase the entire
contents of the viewport. The way it usually does this is by shifting
the entiret…
+139
−7
•
4
comments
- Add support for fullscreen `launchMode`
- Make sure to update the maximize button's visual state on launch
- Mini-spec for New Tab Menu Customization
- Spec for Improved keyboard handling in Conpty
- Manually close tabs when they're closed while dragging them
- Rename `propsheet/TerminalPage` to `propsheet/TerminalPropsheetPage`
- Get rid of the padding above the tab row when maximized
- Fix an accidental regression from #5771
- Implement drag-drop paste for text
- Manually select a new tab when we're in fullscreen mode
- Initialize the text buffer with the default attributes on a resize
- Update the tab's close button color to match the tab text color
- Add support for `compact` tab sizing
- Enable tab renaming at runtime from the UI
- Add a XAML Theming spec
- Fix wrapped lines in `less` in Git for Windows
- Don't set the new tab button colors for now
- Fix a few minor typos from #3789
- Make profile names, scheme names case-insensitive
- Add a note that the user needs to hide dynamic profiles
- Add font weight options
- Spec: Advanced Tab Switcher
- Update to point to live docs
- Add Carlos Zamora to spell checker
- Finalize Command Palette Spec
- Correct the default 6x6x6 palette entries
- Send the user-docs to a farm upstate
- Replace manual get/set code in GlobalAppSettings with GETSET_PROPERTY
- doc: correct Help Wanted link in CONTRIBUTING.md
- doc: fix a typo in user-docs/index.md
- Adds Alt+Click to auto split pane
- Remove the JSON reserializers (except for AKB)
- ci: spelling: update to 0.0.16a; update advice
- Add Mini-Spec for openSettings
- SnapOnOutput Spec
- [RFC] Introduce a JsonUtils replacement and documentation
- CodepointWidthDetector: reclassify U+25FB, U+25FC as Narrow
- doc: add a tip about launching WT with a Win+Number shortcut
- closeTab warning (When more then one pane is open)
- Add a XAML Theming spec
- Revert some emoji back to narrow width
- Bump Cascadia Code to v2004.30
- doc: fix broken link within documentation
- Stop trying to set selection endpoints when there's no selection
- Teach TerminalPage to handle exceptions that happen during paste
- Some pull request reviews not shown.
Created an issue in microsoft/terminal that received 3 comments
Allow the user to "Pin" tabs
With #5787 merging soon, we'll be able to have compact tabs, the same size as "pinned" tabs in lots of browsers. We should add a context menu optio…
3
comments
- Add a shortcut action for executing multiple ShortcutActions
- A setting to control the selection outline color
- Enable focusing tabs by mouse scrolling on the tab row
- Support for `compact`, `default`, and `touch` friendly tab row sizes
- [Scenario] 2 Resize 2 Reflow
- Support using the Accent Color for `cursorColor`, `selectionBackground`, etc.
- ESC from the Tab ContextMenu should return focus to the Terminal