Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. #1014
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
UICatalog
project or uncomment theApplication.UseSystemConsole = true;
in theExample
orUICatalog
projects. On theUICatalog
trying select "Use System Console
" from the menu item "Diagnostics
", which is bad spelled, won't work because a driver must be setted on startup and not after driver was being created. To open the menu pressF9
orAlt+hotkey
.WSL
than onCMD
.CPU
stress than theWindowsDriver
orCursesDriver
may be due the workaround with theWaitWinChange
loop method to capture window resizing.OS
with the newNet5.0
version fusion of theNet Core
andNet Framework
in only one tool. But we need to wait a long time yet :-)CSI (Control Sequence Introducer)
could be a cross reference to achieve most of the common functions cross platformOS
compatible.Ctrl
,Alt
,Shift
,Capslock
andNumlock
, aren't detected alone without combinations with other keys.WSL
Shift+End
prints "1;2F
" on aTextField
instead selecting the characters on the right.CSI
code and developers with more knowledge with code sequences would be a very good help.Top
to only display from the current windows top unto the window height. Unfortunately in theWSL
theTop
is always equal to0
no matter where the position of the vertical scroll bar.Threading
scenario and you will see that.WSL
the terminal does not hangs with the Net5.0 unlike using ncurses.UICatalog
"Diagnostics
" menu was changed to use all theEnum ConsoleDriver.DiagnosticFlags
and was removed the "Use _System Console
" which has nothing to do with these diagnostics.