terminal/src/renderer/vt
PankajBhojwani 88d1527985
Fix OSC8 termination over the PTY after SGR 0 (#7608)
We were prematurely clearing the hyperlink ID by resetting the
_lastTextAttributes. We should only clear the fields we want
cleared.

Fixes #7597.
2020-09-11 11:00:31 -07:00
..
lib Unify and clean up the common build properties (#3429) 2019-11-05 14:29:11 -08:00
ut_lib Merged PR 4465022: [Git2Git] Merged PR 4464559: Console: Ingest OSS changes up to e0550798 2020-03-26 01:20:36 +00:00
dirs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
invalidate.cpp Correct scrolling invalidation region for tmux in pty w/ bitmap (#5122) 2020-03-27 22:37:23 +00:00
math.cpp Correct scrolling invalidation region for tmux in pty w/ bitmap (#5122) 2020-03-27 22:37:23 +00:00
paint.cpp Fix OSC8 termination over the PTY after SGR 0 (#7608) 2020-09-11 11:00:31 -07:00
precomp.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.h Replace old C headers (xxx.h) with modern ones (cxxx) (#5080) 2020-07-01 11:00:24 -07:00
sources.inc Remove the WinTelnetEngine (#6526) 2020-06-17 16:29:49 +00:00
state.cpp Cache VT buffer line string to avoid (de)alloc on every paint (#6840) 2020-07-08 16:30:46 -07:00
tracing.cpp Avoid copying the bitmap on the way into the tracing function (#6839) 2020-07-08 22:13:40 +00:00
tracing.hpp Avoid copying the bitmap on the way into the tracing function (#6839) 2020-07-08 22:13:40 +00:00
vt-renderer-common.vcxitems Remove the WinTelnetEngine (#6526) 2020-06-17 16:29:49 +00:00
vtrenderer.hpp Display URI tooltip, render dashed/solid underline for links (#7420) 2020-09-10 14:59:56 -07:00
VtSequences.cpp OSC 8 support for conhost and terminal (#7251) 2020-09-03 13:52:39 -04:00
Xterm256Engine.cpp OSC 8 support for conhost and terminal (#7251) 2020-09-03 13:52:39 -04:00
Xterm256Engine.hpp OSC 8 support for conhost and terminal (#7251) 2020-09-03 13:52:39 -04:00
XtermEngine.cpp Tweaks: normalize TextAttribute method names (adjective form) (#6951) 2020-07-17 15:50:23 +00:00
XtermEngine.hpp Replace basic_string_view<T> with span<const T> (#6921) 2020-07-15 16:40:42 +00:00