Refactor ConsoleDriver
to minimize duplicated code in all drivers
#2319
Labels
design
Issues regarding Terminal.Gui design (bugs, guidelines, debates, etc...)
enhancement
v2
For discussions, issues, etc... relavant for v2
Milestone
As illustrated by
...the design of
ConsoleDriver
has resulted in all of the sub-classes to have tons of duplicated code. In v2 we should refactorConsoleDriver
to fix this as much as possible.Todos
AddRune
UpdateScreen
Color/Attribute
stuffVK_PACKET
/ConsoleKey.Packet
and build support for it #3119 - (IOW, there's more to do in reducing duplicate keyboard related code).MouseEvent
andMouseEventEventArgs
to simplify #3029 - (Mouse stuff is still massively duplicated)The text was updated successfully, but these errors were encountered: