terminal/oss
PankajBhojwani 2bf5d18c84
Add support for autodetecting URLs and making hyperlinks (#7691)
This pull request is the initial implementation of hyperlink auto
detection

Overall design:
- Upon startup, TerminalCore gives the TextBuffer some patterns it
  should know about
- Whenever something in the viewport changes (i.e. text
  output/scrolling), TerminalControl tells TerminalCore (through a
  throttled function for performance) to retrieve the visible pattern
  locations from the TextBuffer
- When the renderer encounters a region that is associated with a
  pattern, it paints that region differently 

References #5001
Closes #574
2020-10-28 20:24:43 +00:00
..
chromium build: move oss required to build conhost out of dep/ (#5451) 2020-04-21 14:43:09 -07:00
dynamic_bitset build: move oss required to build conhost out of dep/ (#5451) 2020-04-21 14:43:09 -07:00
fmt Update {fmt} to 7.0.1 (#6906) 2020-07-14 16:16:43 +00:00
interval_tree Add support for autodetecting URLs and making hyperlinks (#7691) 2020-10-28 20:24:43 +00:00
libpopcnt build: move oss required to build conhost out of dep/ (#5451) 2020-04-21 14:43:09 -07:00
xorg_apps_rgb oss: add a manifest for x11's rgb database (#7600) 2020-09-10 17:35:36 -07:00
README.md build: move oss required to build conhost out of dep/ (#5451) 2020-04-21 14:43:09 -07:00

Component-Governance-tracked OSS dependencies

This directory contains mirrored open-source projects that are used by the console host and Windows Terminal. Code in this directory will be replicated into the Windows OS repository.

All projects in this directory must bear Component Governance Manifests (cgmanifest.json files) indicating their provenance.