BDisp
|
2d8bfd51a1
Fix comment.
|
9 months ago |
BDisp
|
2e0bc0162d
Fixes #3807. WindowsDriver doesn't process characters with accents.
|
9 months ago |
BDisp
|
c999fc0028
Trying fix unit tests.
|
9 months ago |
BDisp
|
a2872cdb9a
Ensures a new iteration when _eventReady is already set.
|
9 months ago |
BDisp
|
64ad1a9901
Fix a bug which was sending the terminator to the mainloop.
|
9 months ago |
BDisp
|
5b39c3d5a6
Fix unit test.
|
9 months ago |
BDisp
|
126bcef111
Add EscSeqRequests support to WindowsDriver.
|
9 months ago |
BDisp
|
ee8d040407
Fix NetDriver and WindowsDriver.
|
9 months ago |
BDisp
|
ee0f93d543
Merge branch 'v2_develop' into v2_3767_ansi-escape-sequence-all-drivers
|
9 months ago |
BDisp
|
9749142610
Set _forceRead as true before set _waitForProbe.
|
9 months ago |
BDisp
|
cc4f7e9a9f
Simplifying code.
|
9 months ago |
BDisp
|
9759b97ef3
Remove unused variable.
|
9 months ago |
BDisp
|
7fa098f0ab
Remove unnecessary IsSuspendRead property.
|
9 months ago |
BDisp
|
34fb5b56ab
Non-blocking ReadConsoleInput in WindowsDriver.
|
9 months ago |
BDisp
|
93483288c6
Rename to WriteAnsiRequest.
|
9 months ago |
BDisp
|
884011e99c
Improving WriteAnsi method to return the response.
|
9 months ago |
BDisp
|
cc1d6685c8
Fix Window Terminal Preview using WindowsDriver.
|
9 months ago |
BDisp
|
b35b9f537a
Add abstract WriteAnsi into the ConsoleDriver for each driver handling ansi escape sequence.
|
9 months ago |
BDisp
|
e5c30eb442
Make AnsiEscapeSequenceRequest agnostic of each driver.
|
9 months ago |
Tig
|
8ddfd710c2
Merge branch 'v2_develop' into sixel-encoder-tinkering
|
9 months ago |
Tig
|
1363995326
Merged MouseEvent and MouseEventEventArgs into MouseEventArgs
|
9 months ago |
tznind
|
64d286c9b4
Remove ConsoleDriver.SupportsSixel
|
10 months ago |
Thomas Nind
|
eee0ded081
Merge branch 'v2_develop' into sixel-encoder-tinkering
|
10 months ago |
Tig
|
14e2391a10
Fixed toplevel unit tests
|
10 months ago |
Tig
|
cf772f80df
Messed with some stuff. Probably broke some stuff.
|
10 months ago |
tznind
|
23cd8889a5
Do not output sixel if driver does not support it
|
10 months ago |
tznind
|
d60b1fa347
Remove double paint!
|
10 months ago |
tznind
|
5e356c2b24
WindowsDriver prototype sixel support
|
10 months ago |
Tig
|
05ae84382d
Addressed review feedback.
|
10 months ago |
BDisp
|
40056a6f2c
Fixes #3729. ProcessContinuousButtonPressedAsync is using a stale MouseEvent. (#3730)
|
11 months ago |