WindowsDriver.cs 74 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360
  1. //
  2. // WindowsDriver.cs: Windows specific driver
  3. //
  4. // HACK:
  5. // WindowsConsole/Terminal has two issues:
  6. // 1) Tearing can occur when the console is resized.
  7. // 2) The values provided during Init (and the first WindowsConsole.EventType.WindowBufferSize) are not correct.
  8. //
  9. // If HACK_CHECK_WINCHANGED is defined then we ignore WindowsConsole.EventType.WindowBufferSize events
  10. // and instead check the console size every every 500ms in a thread in WidowsMainLoop.
  11. // As of Windows 11 23H2 25947.1000 and/or WT 1.19.2682 tearing no longer occurs when using
  12. // the WindowsConsole.EventType.WindowBufferSize event. However, on Init the window size is
  13. // still incorrect so we still need this hack.
  14. #define HACK_CHECK_WINCHANGED
  15. using System.ComponentModel;
  16. using System.Diagnostics;
  17. using System.Runtime.InteropServices;
  18. using static Terminal.Gui.ConsoleDrivers.ConsoleKeyMapping;
  19. namespace Terminal.Gui;
  20. internal class WindowsConsole
  21. {
  22. public const int STD_OUTPUT_HANDLE = -11;
  23. public const int STD_INPUT_HANDLE = -10;
  24. private readonly nint _inputHandle;
  25. private readonly nint _outputHandle;
  26. private nint _screenBuffer;
  27. private readonly uint _originalConsoleMode;
  28. private CursorVisibility? _initialCursorVisibility;
  29. private CursorVisibility? _currentCursorVisibility;
  30. private CursorVisibility? _pendingCursorVisibility;
  31. private readonly StringBuilder _stringBuilder = new (256 * 1024);
  32. public WindowsConsole ()
  33. {
  34. _inputHandle = GetStdHandle (STD_INPUT_HANDLE);
  35. _outputHandle = GetStdHandle (STD_OUTPUT_HANDLE);
  36. _originalConsoleMode = ConsoleMode;
  37. uint newConsoleMode = _originalConsoleMode;
  38. newConsoleMode |= (uint)(ConsoleModes.EnableMouseInput | ConsoleModes.EnableExtendedFlags);
  39. newConsoleMode &= ~(uint)ConsoleModes.EnableQuickEditMode;
  40. newConsoleMode &= ~(uint)ConsoleModes.EnableProcessedInput;
  41. ConsoleMode = newConsoleMode;
  42. }
  43. private CharInfo [] _originalStdOutChars;
  44. public bool WriteToConsole (Size size, ExtendedCharInfo [] charInfoBuffer, Coord bufferSize, SmallRect window, bool force16Colors)
  45. {
  46. if (_screenBuffer == nint.Zero)
  47. {
  48. ReadFromConsoleOutput (size, bufferSize, ref window);
  49. }
  50. var result = false;
  51. if (force16Colors)
  52. {
  53. var i = 0;
  54. CharInfo [] ci = new CharInfo [charInfoBuffer.Length];
  55. foreach (ExtendedCharInfo info in charInfoBuffer)
  56. {
  57. ci [i++] = new CharInfo
  58. {
  59. Char = new CharUnion { UnicodeChar = info.Char },
  60. Attributes =
  61. (ushort)((int)info.Attribute.Foreground.GetClosestNamedColor () | ((int)info.Attribute.Background.GetClosestNamedColor () << 4))
  62. };
  63. }
  64. result = WriteConsoleOutput (_screenBuffer, ci, bufferSize, new Coord { X = window.Left, Y = window.Top }, ref window);
  65. }
  66. else
  67. {
  68. _stringBuilder.Clear ();
  69. _stringBuilder.Append (EscSeqUtils.CSI_SaveCursorPosition);
  70. _stringBuilder.Append (EscSeqUtils.CSI_SetCursorPosition (0, 0));
  71. Attribute? prev = null;
  72. foreach (ExtendedCharInfo info in charInfoBuffer)
  73. {
  74. Attribute attr = info.Attribute;
  75. if (attr != prev)
  76. {
  77. prev = attr;
  78. _stringBuilder.Append (EscSeqUtils.CSI_SetForegroundColorRGB (attr.Foreground.R, attr.Foreground.G, attr.Foreground.B));
  79. _stringBuilder.Append (EscSeqUtils.CSI_SetBackgroundColorRGB (attr.Background.R, attr.Background.G, attr.Background.B));
  80. }
  81. if (info.Char != '\x1b')
  82. {
  83. if (!info.Empty)
  84. {
  85. _stringBuilder.Append (info.Char);
  86. }
  87. }
  88. else
  89. {
  90. _stringBuilder.Append (' ');
  91. }
  92. }
  93. _stringBuilder.Append (EscSeqUtils.CSI_RestoreCursorPosition);
  94. var s = _stringBuilder.ToString ();
  95. result = WriteConsole (_screenBuffer, s, (uint)s.Length, out uint _, null);
  96. }
  97. if (!result)
  98. {
  99. int err = Marshal.GetLastWin32Error ();
  100. if (err != 0)
  101. {
  102. throw new Win32Exception (err);
  103. }
  104. }
  105. return result;
  106. }
  107. public void ReadFromConsoleOutput (Size size, Coord coords, ref SmallRect window)
  108. {
  109. _screenBuffer = CreateConsoleScreenBuffer (
  110. DesiredAccess.GenericRead | DesiredAccess.GenericWrite,
  111. ShareMode.FileShareRead | ShareMode.FileShareWrite,
  112. nint.Zero,
  113. 1,
  114. nint.Zero
  115. );
  116. if (_screenBuffer == INVALID_HANDLE_VALUE)
  117. {
  118. int err = Marshal.GetLastWin32Error ();
  119. if (err != 0)
  120. {
  121. throw new Win32Exception (err);
  122. }
  123. }
  124. if (!_initialCursorVisibility.HasValue && GetCursorVisibility (out CursorVisibility visibility))
  125. {
  126. _initialCursorVisibility = visibility;
  127. }
  128. if (!SetConsoleActiveScreenBuffer (_screenBuffer))
  129. {
  130. throw new Win32Exception (Marshal.GetLastWin32Error ());
  131. }
  132. _originalStdOutChars = new CharInfo [size.Height * size.Width];
  133. if (!ReadConsoleOutput (_screenBuffer, _originalStdOutChars, coords, new Coord { X = 0, Y = 0 }, ref window))
  134. {
  135. throw new Win32Exception (Marshal.GetLastWin32Error ());
  136. }
  137. }
  138. public bool SetCursorPosition (Coord position) { return SetConsoleCursorPosition (_screenBuffer, position); }
  139. public void SetInitialCursorVisibility ()
  140. {
  141. if (_initialCursorVisibility.HasValue == false && GetCursorVisibility (out CursorVisibility visibility))
  142. {
  143. _initialCursorVisibility = visibility;
  144. }
  145. }
  146. public bool GetCursorVisibility (out CursorVisibility visibility)
  147. {
  148. if (_screenBuffer == nint.Zero)
  149. {
  150. visibility = CursorVisibility.Invisible;
  151. return false;
  152. }
  153. if (!GetConsoleCursorInfo (_screenBuffer, out ConsoleCursorInfo info))
  154. {
  155. int err = Marshal.GetLastWin32Error ();
  156. if (err != 0)
  157. {
  158. throw new Win32Exception (err);
  159. }
  160. visibility = CursorVisibility.Default;
  161. return false;
  162. }
  163. if (!info.bVisible)
  164. {
  165. visibility = CursorVisibility.Invisible;
  166. }
  167. else if (info.dwSize > 50)
  168. {
  169. visibility = CursorVisibility.Box;
  170. }
  171. else
  172. {
  173. visibility = CursorVisibility.Underline;
  174. }
  175. return true;
  176. }
  177. public bool EnsureCursorVisibility ()
  178. {
  179. if (_initialCursorVisibility.HasValue && _pendingCursorVisibility.HasValue && SetCursorVisibility (_pendingCursorVisibility.Value))
  180. {
  181. _pendingCursorVisibility = null;
  182. return true;
  183. }
  184. return false;
  185. }
  186. public void ForceRefreshCursorVisibility ()
  187. {
  188. if (_currentCursorVisibility.HasValue)
  189. {
  190. _pendingCursorVisibility = _currentCursorVisibility;
  191. _currentCursorVisibility = null;
  192. }
  193. }
  194. public bool SetCursorVisibility (CursorVisibility visibility)
  195. {
  196. if (_initialCursorVisibility.HasValue == false)
  197. {
  198. _pendingCursorVisibility = visibility;
  199. return false;
  200. }
  201. if (_currentCursorVisibility.HasValue == false || _currentCursorVisibility.Value != visibility)
  202. {
  203. var info = new ConsoleCursorInfo
  204. {
  205. dwSize = (uint)visibility & 0x00FF,
  206. bVisible = ((uint)visibility & 0xFF00) != 0
  207. };
  208. if (!SetConsoleCursorInfo (_screenBuffer, ref info))
  209. {
  210. return false;
  211. }
  212. _currentCursorVisibility = visibility;
  213. }
  214. return true;
  215. }
  216. public void Cleanup ()
  217. {
  218. if (_initialCursorVisibility.HasValue)
  219. {
  220. SetCursorVisibility (_initialCursorVisibility.Value);
  221. }
  222. SetConsoleOutputWindow (out _);
  223. ConsoleMode = _originalConsoleMode;
  224. if (!SetConsoleActiveScreenBuffer (_outputHandle))
  225. {
  226. int err = Marshal.GetLastWin32Error ();
  227. Console.WriteLine ("Error: {0}", err);
  228. }
  229. if (_screenBuffer != nint.Zero)
  230. {
  231. CloseHandle (_screenBuffer);
  232. }
  233. _screenBuffer = nint.Zero;
  234. }
  235. internal Size GetConsoleBufferWindow (out Point position)
  236. {
  237. if (_screenBuffer == nint.Zero)
  238. {
  239. position = Point.Empty;
  240. return Size.Empty;
  241. }
  242. var csbi = new CONSOLE_SCREEN_BUFFER_INFOEX ();
  243. csbi.cbSize = (uint)Marshal.SizeOf (csbi);
  244. if (!GetConsoleScreenBufferInfoEx (_screenBuffer, ref csbi))
  245. {
  246. //throw new System.ComponentModel.Win32Exception (Marshal.GetLastWin32Error ());
  247. position = Point.Empty;
  248. return Size.Empty;
  249. }
  250. var sz = new Size (
  251. csbi.srWindow.Right - csbi.srWindow.Left + 1,
  252. csbi.srWindow.Bottom - csbi.srWindow.Top + 1);
  253. position = new Point (csbi.srWindow.Left, csbi.srWindow.Top);
  254. return sz;
  255. }
  256. internal Size GetConsoleOutputWindow (out Point position)
  257. {
  258. var csbi = new CONSOLE_SCREEN_BUFFER_INFOEX ();
  259. csbi.cbSize = (uint)Marshal.SizeOf (csbi);
  260. if (!GetConsoleScreenBufferInfoEx (_outputHandle, ref csbi))
  261. {
  262. throw new Win32Exception (Marshal.GetLastWin32Error ());
  263. }
  264. var sz = new Size (
  265. csbi.srWindow.Right - csbi.srWindow.Left + 1,
  266. csbi.srWindow.Bottom - csbi.srWindow.Top + 1);
  267. position = new Point (csbi.srWindow.Left, csbi.srWindow.Top);
  268. return sz;
  269. }
  270. internal Size SetConsoleWindow (short cols, short rows)
  271. {
  272. var csbi = new CONSOLE_SCREEN_BUFFER_INFOEX ();
  273. csbi.cbSize = (uint)Marshal.SizeOf (csbi);
  274. if (!GetConsoleScreenBufferInfoEx (_screenBuffer, ref csbi))
  275. {
  276. throw new Win32Exception (Marshal.GetLastWin32Error ());
  277. }
  278. Coord maxWinSize = GetLargestConsoleWindowSize (_screenBuffer);
  279. short newCols = Math.Min (cols, maxWinSize.X);
  280. short newRows = Math.Min (rows, maxWinSize.Y);
  281. csbi.dwSize = new Coord (newCols, Math.Max (newRows, (short)1));
  282. csbi.srWindow = new SmallRect (0, 0, newCols, newRows);
  283. csbi.dwMaximumWindowSize = new Coord (newCols, newRows);
  284. if (!SetConsoleScreenBufferInfoEx (_screenBuffer, ref csbi))
  285. {
  286. throw new Win32Exception (Marshal.GetLastWin32Error ());
  287. }
  288. var winRect = new SmallRect (0, 0, (short)(newCols - 1), (short)Math.Max (newRows - 1, 0));
  289. if (!SetConsoleWindowInfo (_outputHandle, true, ref winRect))
  290. {
  291. //throw new System.ComponentModel.Win32Exception (Marshal.GetLastWin32Error ());
  292. return new Size (cols, rows);
  293. }
  294. SetConsoleOutputWindow (csbi);
  295. return new Size (winRect.Right + 1, newRows - 1 < 0 ? 0 : winRect.Bottom + 1);
  296. }
  297. private void SetConsoleOutputWindow (CONSOLE_SCREEN_BUFFER_INFOEX csbi)
  298. {
  299. if (_screenBuffer != nint.Zero && !SetConsoleScreenBufferInfoEx (_screenBuffer, ref csbi))
  300. {
  301. throw new Win32Exception (Marshal.GetLastWin32Error ());
  302. }
  303. }
  304. internal Size SetConsoleOutputWindow (out Point position)
  305. {
  306. if (_screenBuffer == nint.Zero)
  307. {
  308. position = Point.Empty;
  309. return Size.Empty;
  310. }
  311. var csbi = new CONSOLE_SCREEN_BUFFER_INFOEX ();
  312. csbi.cbSize = (uint)Marshal.SizeOf (csbi);
  313. if (!GetConsoleScreenBufferInfoEx (_screenBuffer, ref csbi))
  314. {
  315. throw new Win32Exception (Marshal.GetLastWin32Error ());
  316. }
  317. var sz = new Size (
  318. csbi.srWindow.Right - csbi.srWindow.Left + 1,
  319. Math.Max (csbi.srWindow.Bottom - csbi.srWindow.Top + 1, 0));
  320. position = new Point (csbi.srWindow.Left, csbi.srWindow.Top);
  321. SetConsoleOutputWindow (csbi);
  322. var winRect = new SmallRect (0, 0, (short)(sz.Width - 1), (short)Math.Max (sz.Height - 1, 0));
  323. if (!SetConsoleScreenBufferInfoEx (_outputHandle, ref csbi))
  324. {
  325. throw new Win32Exception (Marshal.GetLastWin32Error ());
  326. }
  327. if (!SetConsoleWindowInfo (_outputHandle, true, ref winRect))
  328. {
  329. throw new Win32Exception (Marshal.GetLastWin32Error ());
  330. }
  331. return sz;
  332. }
  333. private uint ConsoleMode
  334. {
  335. get
  336. {
  337. GetConsoleMode (_inputHandle, out uint v);
  338. return v;
  339. }
  340. set => SetConsoleMode (_inputHandle, value);
  341. }
  342. [Flags]
  343. public enum ConsoleModes : uint
  344. {
  345. EnableProcessedInput = 1,
  346. EnableMouseInput = 16,
  347. EnableQuickEditMode = 64,
  348. EnableExtendedFlags = 128
  349. }
  350. [StructLayout (LayoutKind.Explicit, CharSet = CharSet.Unicode)]
  351. public struct KeyEventRecord
  352. {
  353. [FieldOffset (0)]
  354. [MarshalAs (UnmanagedType.Bool)]
  355. public bool bKeyDown;
  356. [FieldOffset (4)]
  357. [MarshalAs (UnmanagedType.U2)]
  358. public ushort wRepeatCount;
  359. [FieldOffset (6)]
  360. [MarshalAs (UnmanagedType.U2)]
  361. public VK wVirtualKeyCode;
  362. [FieldOffset (8)]
  363. [MarshalAs (UnmanagedType.U2)]
  364. public ushort wVirtualScanCode;
  365. [FieldOffset (10)]
  366. public char UnicodeChar;
  367. [FieldOffset (12)]
  368. [MarshalAs (UnmanagedType.U4)]
  369. public ControlKeyState dwControlKeyState;
  370. public readonly override string ToString ()
  371. {
  372. return
  373. $"[KeyEventRecord({(bKeyDown ? "down" : "up")},{wRepeatCount},{wVirtualKeyCode},{wVirtualScanCode},{new Rune (UnicodeChar).MakePrintable ()},{dwControlKeyState})]";
  374. }
  375. }
  376. [Flags]
  377. public enum ButtonState
  378. {
  379. Button1Pressed = 1,
  380. Button2Pressed = 4,
  381. Button3Pressed = 8,
  382. Button4Pressed = 16,
  383. RightmostButtonPressed = 2
  384. }
  385. [Flags]
  386. public enum ControlKeyState
  387. {
  388. RightAltPressed = 1,
  389. LeftAltPressed = 2,
  390. RightControlPressed = 4,
  391. LeftControlPressed = 8,
  392. ShiftPressed = 16,
  393. NumlockOn = 32,
  394. ScrolllockOn = 64,
  395. CapslockOn = 128,
  396. EnhancedKey = 256
  397. }
  398. [Flags]
  399. public enum EventFlags
  400. {
  401. MouseMoved = 1,
  402. DoubleClick = 2,
  403. MouseWheeled = 4,
  404. MouseHorizontalWheeled = 8
  405. }
  406. [StructLayout (LayoutKind.Explicit)]
  407. public struct MouseEventRecord
  408. {
  409. [FieldOffset (0)]
  410. public Coord MousePosition;
  411. [FieldOffset (4)]
  412. public ButtonState ButtonState;
  413. [FieldOffset (8)]
  414. public ControlKeyState ControlKeyState;
  415. [FieldOffset (12)]
  416. public EventFlags EventFlags;
  417. public readonly override string ToString () { return $"[Mouse({MousePosition},{ButtonState},{ControlKeyState},{EventFlags}"; }
  418. }
  419. public struct WindowBufferSizeRecord
  420. {
  421. public Coord _size;
  422. public WindowBufferSizeRecord (short x, short y) { _size = new Coord (x, y); }
  423. public readonly override string ToString () { return $"[WindowBufferSize{_size}"; }
  424. }
  425. [StructLayout (LayoutKind.Sequential)]
  426. public struct MenuEventRecord
  427. {
  428. public uint dwCommandId;
  429. }
  430. [StructLayout (LayoutKind.Sequential)]
  431. public struct FocusEventRecord
  432. {
  433. public uint bSetFocus;
  434. }
  435. public enum EventType : ushort
  436. {
  437. Focus = 0x10,
  438. Key = 0x1,
  439. Menu = 0x8,
  440. Mouse = 2,
  441. WindowBufferSize = 4
  442. }
  443. [StructLayout (LayoutKind.Explicit)]
  444. public struct InputRecord
  445. {
  446. [FieldOffset (0)]
  447. public EventType EventType;
  448. [FieldOffset (4)]
  449. public KeyEventRecord KeyEvent;
  450. [FieldOffset (4)]
  451. public MouseEventRecord MouseEvent;
  452. [FieldOffset (4)]
  453. public WindowBufferSizeRecord WindowBufferSizeEvent;
  454. [FieldOffset (4)]
  455. public MenuEventRecord MenuEvent;
  456. [FieldOffset (4)]
  457. public FocusEventRecord FocusEvent;
  458. public readonly override string ToString ()
  459. {
  460. return EventType switch
  461. {
  462. EventType.Focus => FocusEvent.ToString (),
  463. EventType.Key => KeyEvent.ToString (),
  464. EventType.Menu => MenuEvent.ToString (),
  465. EventType.Mouse => MouseEvent.ToString (),
  466. EventType.WindowBufferSize => WindowBufferSizeEvent.ToString (),
  467. _ => "Unknown event type: " + EventType
  468. };
  469. }
  470. }
  471. [Flags]
  472. private enum ShareMode : uint
  473. {
  474. FileShareRead = 1,
  475. FileShareWrite = 2
  476. }
  477. [Flags]
  478. private enum DesiredAccess : uint
  479. {
  480. GenericRead = 2147483648,
  481. GenericWrite = 1073741824
  482. }
  483. [StructLayout (LayoutKind.Sequential)]
  484. public struct ConsoleScreenBufferInfo
  485. {
  486. public Coord dwSize;
  487. public Coord dwCursorPosition;
  488. public ushort wAttributes;
  489. public SmallRect srWindow;
  490. public Coord dwMaximumWindowSize;
  491. }
  492. [StructLayout (LayoutKind.Sequential)]
  493. public struct Coord
  494. {
  495. public short X;
  496. public short Y;
  497. public Coord (short x, short y)
  498. {
  499. X = x;
  500. Y = y;
  501. }
  502. public readonly override string ToString () { return $"({X},{Y})"; }
  503. }
  504. [StructLayout (LayoutKind.Explicit, CharSet = CharSet.Unicode)]
  505. public struct CharUnion
  506. {
  507. [FieldOffset (0)]
  508. public char UnicodeChar;
  509. [FieldOffset (0)]
  510. public byte AsciiChar;
  511. }
  512. [StructLayout (LayoutKind.Explicit, CharSet = CharSet.Unicode)]
  513. public struct CharInfo
  514. {
  515. [FieldOffset (0)]
  516. public CharUnion Char;
  517. [FieldOffset (2)]
  518. public ushort Attributes;
  519. }
  520. public struct ExtendedCharInfo
  521. {
  522. public char Char { get; set; }
  523. public Attribute Attribute { get; set; }
  524. public bool Empty { get; set; } // TODO: Temp hack until virutal terminal sequences
  525. public ExtendedCharInfo (char character, Attribute attribute)
  526. {
  527. Char = character;
  528. Attribute = attribute;
  529. Empty = false;
  530. }
  531. }
  532. [StructLayout (LayoutKind.Sequential)]
  533. public struct SmallRect
  534. {
  535. public short Left;
  536. public short Top;
  537. public short Right;
  538. public short Bottom;
  539. public SmallRect (short left, short top, short right, short bottom)
  540. {
  541. Left = left;
  542. Top = top;
  543. Right = right;
  544. Bottom = bottom;
  545. }
  546. public static void MakeEmpty (ref SmallRect rect) { rect.Left = -1; }
  547. public static void Update (ref SmallRect rect, short col, short row)
  548. {
  549. if (rect.Left == -1)
  550. {
  551. rect.Left = rect.Right = col;
  552. rect.Bottom = rect.Top = row;
  553. return;
  554. }
  555. if (col >= rect.Left && col <= rect.Right && row >= rect.Top && row <= rect.Bottom)
  556. {
  557. return;
  558. }
  559. if (col < rect.Left)
  560. {
  561. rect.Left = col;
  562. }
  563. if (col > rect.Right)
  564. {
  565. rect.Right = col;
  566. }
  567. if (row < rect.Top)
  568. {
  569. rect.Top = row;
  570. }
  571. if (row > rect.Bottom)
  572. {
  573. rect.Bottom = row;
  574. }
  575. }
  576. public readonly override string ToString () { return $"Left={Left},Top={Top},Right={Right},Bottom={Bottom}"; }
  577. }
  578. [StructLayout (LayoutKind.Sequential)]
  579. public struct ConsoleKeyInfoEx
  580. {
  581. public ConsoleKeyInfo ConsoleKeyInfo;
  582. public bool CapsLock;
  583. public bool NumLock;
  584. public bool ScrollLock;
  585. public ConsoleKeyInfoEx (ConsoleKeyInfo consoleKeyInfo, bool capslock, bool numlock, bool scrolllock)
  586. {
  587. ConsoleKeyInfo = consoleKeyInfo;
  588. CapsLock = capslock;
  589. NumLock = numlock;
  590. ScrollLock = scrolllock;
  591. }
  592. /// <summary>
  593. /// Prints a ConsoleKeyInfoEx structure
  594. /// </summary>
  595. /// <param name="ex"></param>
  596. /// <returns></returns>
  597. public readonly string ToString (ConsoleKeyInfoEx ex)
  598. {
  599. var ke = new Key ((KeyCode)ex.ConsoleKeyInfo.KeyChar);
  600. var sb = new StringBuilder ();
  601. sb.Append ($"Key: {(KeyCode)ex.ConsoleKeyInfo.Key} ({ex.ConsoleKeyInfo.Key})");
  602. sb.Append ((ex.ConsoleKeyInfo.Modifiers & ConsoleModifiers.Shift) != 0 ? " | Shift" : string.Empty);
  603. sb.Append ((ex.ConsoleKeyInfo.Modifiers & ConsoleModifiers.Control) != 0 ? " | Control" : string.Empty);
  604. sb.Append ((ex.ConsoleKeyInfo.Modifiers & ConsoleModifiers.Alt) != 0 ? " | Alt" : string.Empty);
  605. sb.Append ($", KeyChar: {ke.AsRune.MakePrintable ()} ({(uint)ex.ConsoleKeyInfo.KeyChar}) ");
  606. sb.Append (ex.CapsLock ? "caps," : string.Empty);
  607. sb.Append (ex.NumLock ? "num," : string.Empty);
  608. sb.Append (ex.ScrollLock ? "scroll," : string.Empty);
  609. string s = sb.ToString ().TrimEnd (',').TrimEnd (' ');
  610. return $"[ConsoleKeyInfoEx({s})]";
  611. }
  612. }
  613. [DllImport ("kernel32.dll", SetLastError = true)]
  614. private static extern nint GetStdHandle (int nStdHandle);
  615. [DllImport ("kernel32.dll", SetLastError = true)]
  616. private static extern bool CloseHandle (nint handle);
  617. [DllImport ("kernel32.dll", EntryPoint = "ReadConsoleInputW", CharSet = CharSet.Unicode)]
  618. public static extern bool ReadConsoleInput (
  619. nint hConsoleInput,
  620. nint lpBuffer,
  621. uint nLength,
  622. out uint lpNumberOfEventsRead
  623. );
  624. [DllImport ("kernel32.dll", SetLastError = true, CharSet = CharSet.Unicode)]
  625. private static extern bool ReadConsoleOutput (
  626. nint hConsoleOutput,
  627. [Out] CharInfo [] lpBuffer,
  628. Coord dwBufferSize,
  629. Coord dwBufferCoord,
  630. ref SmallRect lpReadRegion
  631. );
  632. // TODO: This API is obsolete. See https://learn.microsoft.com/en-us/windows/console/writeconsoleoutput
  633. [DllImport ("kernel32.dll", EntryPoint = "WriteConsoleOutputW", SetLastError = true, CharSet = CharSet.Unicode)]
  634. private static extern bool WriteConsoleOutput (
  635. nint hConsoleOutput,
  636. CharInfo [] lpBuffer,
  637. Coord dwBufferSize,
  638. Coord dwBufferCoord,
  639. ref SmallRect lpWriteRegion
  640. );
  641. [DllImport ("kernel32.dll", EntryPoint = "WriteConsole", SetLastError = true, CharSet = CharSet.Unicode)]
  642. private static extern bool WriteConsole (
  643. nint hConsoleOutput,
  644. string lpbufer,
  645. uint NumberOfCharsToWriten,
  646. out uint lpNumberOfCharsWritten,
  647. object lpReserved
  648. );
  649. [DllImport ("kernel32.dll")]
  650. private static extern bool SetConsoleCursorPosition (nint hConsoleOutput, Coord dwCursorPosition);
  651. [StructLayout (LayoutKind.Sequential)]
  652. public struct ConsoleCursorInfo
  653. {
  654. public uint dwSize;
  655. public bool bVisible;
  656. }
  657. [DllImport ("kernel32.dll", SetLastError = true)]
  658. private static extern bool SetConsoleCursorInfo (nint hConsoleOutput, [In] ref ConsoleCursorInfo lpConsoleCursorInfo);
  659. [DllImport ("kernel32.dll", SetLastError = true)]
  660. private static extern bool GetConsoleCursorInfo (nint hConsoleOutput, out ConsoleCursorInfo lpConsoleCursorInfo);
  661. [DllImport ("kernel32.dll")]
  662. private static extern bool GetConsoleMode (nint hConsoleHandle, out uint lpMode);
  663. [DllImport ("kernel32.dll")]
  664. private static extern bool SetConsoleMode (nint hConsoleHandle, uint dwMode);
  665. [DllImport ("kernel32.dll", SetLastError = true)]
  666. private static extern nint CreateConsoleScreenBuffer (
  667. DesiredAccess dwDesiredAccess,
  668. ShareMode dwShareMode,
  669. nint secutiryAttributes,
  670. uint flags,
  671. nint screenBufferData
  672. );
  673. internal static nint INVALID_HANDLE_VALUE = new (-1);
  674. [DllImport ("kernel32.dll", SetLastError = true)]
  675. private static extern bool SetConsoleActiveScreenBuffer (nint Handle);
  676. [DllImport ("kernel32.dll", SetLastError = true)]
  677. private static extern bool GetNumberOfConsoleInputEvents (nint handle, out uint lpcNumberOfEvents);
  678. public InputRecord [] ReadConsoleInput ()
  679. {
  680. const int bufferSize = 1;
  681. nint pRecord = Marshal.AllocHGlobal (Marshal.SizeOf<InputRecord> () * bufferSize);
  682. try
  683. {
  684. ReadConsoleInput (
  685. _inputHandle,
  686. pRecord,
  687. bufferSize,
  688. out uint numberEventsRead);
  689. return numberEventsRead == 0
  690. ? null
  691. : new [] { Marshal.PtrToStructure<InputRecord> (pRecord) };
  692. }
  693. catch (Exception)
  694. {
  695. return null;
  696. }
  697. finally
  698. {
  699. Marshal.FreeHGlobal (pRecord);
  700. }
  701. }
  702. #if false // Not needed on the constructor. Perhaps could be used on resizing. To study.
  703. [DllImport ("kernel32.dll", ExactSpelling = true)]
  704. static extern IntPtr GetConsoleWindow ();
  705. [DllImport ("user32.dll", CharSet = CharSet.Auto, SetLastError = true)]
  706. static extern bool ShowWindow (IntPtr hWnd, int nCmdShow);
  707. public const int HIDE = 0;
  708. public const int MAXIMIZE = 3;
  709. public const int MINIMIZE = 6;
  710. public const int RESTORE = 9;
  711. internal void ShowWindow (int state)
  712. {
  713. IntPtr thisConsole = GetConsoleWindow ();
  714. ShowWindow (thisConsole, state);
  715. }
  716. #endif
  717. // See: https://github.com/gui-cs/Terminal.Gui/issues/357
  718. [StructLayout (LayoutKind.Sequential)]
  719. public struct CONSOLE_SCREEN_BUFFER_INFOEX
  720. {
  721. public uint cbSize;
  722. public Coord dwSize;
  723. public Coord dwCursorPosition;
  724. public ushort wAttributes;
  725. public SmallRect srWindow;
  726. public Coord dwMaximumWindowSize;
  727. public ushort wPopupAttributes;
  728. public bool bFullscreenSupported;
  729. [MarshalAs (UnmanagedType.ByValArray, SizeConst = 16)]
  730. public COLORREF [] ColorTable;
  731. }
  732. [StructLayout (LayoutKind.Explicit, Size = 4)]
  733. public struct COLORREF
  734. {
  735. public COLORREF (byte r, byte g, byte b)
  736. {
  737. Value = 0;
  738. R = r;
  739. G = g;
  740. B = b;
  741. }
  742. public COLORREF (uint value)
  743. {
  744. R = 0;
  745. G = 0;
  746. B = 0;
  747. Value = value & 0x00FFFFFF;
  748. }
  749. [FieldOffset (0)]
  750. public byte R;
  751. [FieldOffset (1)]
  752. public byte G;
  753. [FieldOffset (2)]
  754. public byte B;
  755. [FieldOffset (0)]
  756. public uint Value;
  757. }
  758. [DllImport ("kernel32.dll", SetLastError = true)]
  759. private static extern bool GetConsoleScreenBufferInfoEx (nint hConsoleOutput, ref CONSOLE_SCREEN_BUFFER_INFOEX csbi);
  760. [DllImport ("kernel32.dll", SetLastError = true)]
  761. private static extern bool SetConsoleScreenBufferInfoEx (nint hConsoleOutput, ref CONSOLE_SCREEN_BUFFER_INFOEX ConsoleScreenBufferInfo);
  762. [DllImport ("kernel32.dll", SetLastError = true)]
  763. private static extern bool SetConsoleWindowInfo (
  764. nint hConsoleOutput,
  765. bool bAbsolute,
  766. [In] ref SmallRect lpConsoleWindow
  767. );
  768. [DllImport ("kernel32.dll", SetLastError = true)]
  769. private static extern Coord GetLargestConsoleWindowSize (
  770. nint hConsoleOutput
  771. );
  772. }
  773. internal class WindowsDriver : ConsoleDriver
  774. {
  775. private readonly bool _isWindowsTerminal;
  776. private CursorVisibility _cachedCursorVisibility;
  777. private WindowsConsole.SmallRect _damageRegion;
  778. private bool _isButtonDoubleClicked;
  779. private bool _isButtonPressed;
  780. private bool _isButtonReleased;
  781. private bool _isOneFingerDoubleClicked;
  782. private WindowsConsole.ButtonState? _lastMouseButtonPressed;
  783. private WindowsMainLoop _mainLoopDriver;
  784. private WindowsConsole.ExtendedCharInfo [] _outputBuffer;
  785. private Point? _point;
  786. private Point _pointMove;
  787. private bool _processButtonClick;
  788. public WindowsDriver ()
  789. {
  790. if (Environment.OSVersion.Platform == PlatformID.Win32NT)
  791. {
  792. WinConsole = new WindowsConsole ();
  793. // otherwise we're probably running in unit tests
  794. Clipboard = new WindowsClipboard ();
  795. }
  796. else
  797. {
  798. Clipboard = new FakeDriver.FakeClipboard ();
  799. }
  800. // TODO: if some other Windows-based terminal supports true color, update this logic to not
  801. // force 16color mode (.e.g ConEmu which really doesn't work well at all).
  802. _isWindowsTerminal = _isWindowsTerminal =
  803. Environment.GetEnvironmentVariable ("WT_SESSION") is { } || Environment.GetEnvironmentVariable ("VSAPPIDNAME") != null;
  804. if (!_isWindowsTerminal)
  805. {
  806. Force16Colors = true;
  807. }
  808. }
  809. public override bool SupportsTrueColor => RunningUnitTests || (Environment.OSVersion.Version.Build >= 14931 && _isWindowsTerminal);
  810. public WindowsConsole WinConsole { get; private set; }
  811. /// <inheritdoc/>
  812. public override bool EnsureCursorVisibility () { return WinConsole is null || WinConsole.EnsureCursorVisibility (); }
  813. public WindowsConsole.KeyEventRecord FromVKPacketToKeyEventRecord (WindowsConsole.KeyEventRecord keyEvent)
  814. {
  815. if (keyEvent.wVirtualKeyCode != (VK)ConsoleKey.Packet)
  816. {
  817. return keyEvent;
  818. }
  819. var mod = new ConsoleModifiers ();
  820. if (keyEvent.dwControlKeyState.HasFlag (WindowsConsole.ControlKeyState.ShiftPressed))
  821. {
  822. mod |= ConsoleModifiers.Shift;
  823. }
  824. if (keyEvent.dwControlKeyState.HasFlag (WindowsConsole.ControlKeyState.RightAltPressed)
  825. || keyEvent.dwControlKeyState.HasFlag (WindowsConsole.ControlKeyState.LeftAltPressed))
  826. {
  827. mod |= ConsoleModifiers.Alt;
  828. }
  829. if (keyEvent.dwControlKeyState.HasFlag (WindowsConsole.ControlKeyState.LeftControlPressed)
  830. || keyEvent.dwControlKeyState.HasFlag (WindowsConsole.ControlKeyState.RightControlPressed))
  831. {
  832. mod |= ConsoleModifiers.Control;
  833. }
  834. var cKeyInfo = new ConsoleKeyInfo (
  835. keyEvent.UnicodeChar,
  836. (ConsoleKey)keyEvent.wVirtualKeyCode,
  837. mod.HasFlag (ConsoleModifiers.Shift),
  838. mod.HasFlag (ConsoleModifiers.Alt),
  839. mod.HasFlag (ConsoleModifiers.Control));
  840. cKeyInfo = DecodeVKPacketToKConsoleKeyInfo (cKeyInfo);
  841. uint scanCode = GetScanCodeFromConsoleKeyInfo (cKeyInfo);
  842. return new WindowsConsole.KeyEventRecord
  843. {
  844. UnicodeChar = cKeyInfo.KeyChar,
  845. bKeyDown = keyEvent.bKeyDown,
  846. dwControlKeyState = keyEvent.dwControlKeyState,
  847. wRepeatCount = keyEvent.wRepeatCount,
  848. wVirtualKeyCode = (VK)cKeyInfo.Key,
  849. wVirtualScanCode = (ushort)scanCode
  850. };
  851. }
  852. /// <inheritdoc/>
  853. public override bool GetCursorVisibility (out CursorVisibility visibility)
  854. {
  855. if (WinConsole is { })
  856. {
  857. return WinConsole.GetCursorVisibility (out visibility);
  858. }
  859. visibility = _cachedCursorVisibility;
  860. return true;
  861. }
  862. public override bool IsRuneSupported (Rune rune) { return base.IsRuneSupported (rune) && rune.IsBmp; }
  863. public override void Refresh ()
  864. {
  865. UpdateScreen ();
  866. WinConsole?.SetInitialCursorVisibility ();
  867. UpdateCursor ();
  868. }
  869. public override void SendKeys (char keyChar, ConsoleKey key, bool shift, bool alt, bool control)
  870. {
  871. var input = new WindowsConsole.InputRecord
  872. {
  873. EventType = WindowsConsole.EventType.Key
  874. };
  875. var keyEvent = new WindowsConsole.KeyEventRecord
  876. {
  877. bKeyDown = true
  878. };
  879. var controlKey = new WindowsConsole.ControlKeyState ();
  880. if (shift)
  881. {
  882. controlKey |= WindowsConsole.ControlKeyState.ShiftPressed;
  883. keyEvent.UnicodeChar = '\0';
  884. keyEvent.wVirtualKeyCode = VK.SHIFT;
  885. }
  886. if (alt)
  887. {
  888. controlKey |= WindowsConsole.ControlKeyState.LeftAltPressed;
  889. controlKey |= WindowsConsole.ControlKeyState.RightAltPressed;
  890. keyEvent.UnicodeChar = '\0';
  891. keyEvent.wVirtualKeyCode = VK.MENU;
  892. }
  893. if (control)
  894. {
  895. controlKey |= WindowsConsole.ControlKeyState.LeftControlPressed;
  896. controlKey |= WindowsConsole.ControlKeyState.RightControlPressed;
  897. keyEvent.UnicodeChar = '\0';
  898. keyEvent.wVirtualKeyCode = VK.CONTROL;
  899. }
  900. keyEvent.dwControlKeyState = controlKey;
  901. input.KeyEvent = keyEvent;
  902. if (shift || alt || control)
  903. {
  904. ProcessInput (input);
  905. }
  906. keyEvent.UnicodeChar = keyChar;
  907. //if ((uint)key < 255) {
  908. // keyEvent.wVirtualKeyCode = (ushort)key;
  909. //} else {
  910. // keyEvent.wVirtualKeyCode = '\0';
  911. //}
  912. keyEvent.wVirtualKeyCode = (VK)key;
  913. input.KeyEvent = keyEvent;
  914. try
  915. {
  916. ProcessInput (input);
  917. }
  918. catch (OverflowException)
  919. { }
  920. finally
  921. {
  922. keyEvent.bKeyDown = false;
  923. input.KeyEvent = keyEvent;
  924. ProcessInput (input);
  925. }
  926. }
  927. /// <inheritdoc/>
  928. public override bool SetCursorVisibility (CursorVisibility visibility)
  929. {
  930. _cachedCursorVisibility = visibility;
  931. return WinConsole is null || WinConsole.SetCursorVisibility (visibility);
  932. }
  933. #region Not Implemented
  934. public override void Suspend () { throw new NotImplementedException (); }
  935. #endregion
  936. public WindowsConsole.ConsoleKeyInfoEx ToConsoleKeyInfoEx (WindowsConsole.KeyEventRecord keyEvent)
  937. {
  938. WindowsConsole.ControlKeyState state = keyEvent.dwControlKeyState;
  939. bool shift = (state & WindowsConsole.ControlKeyState.ShiftPressed) != 0;
  940. bool alt = (state & (WindowsConsole.ControlKeyState.LeftAltPressed | WindowsConsole.ControlKeyState.RightAltPressed)) != 0;
  941. bool control = (state & (WindowsConsole.ControlKeyState.LeftControlPressed | WindowsConsole.ControlKeyState.RightControlPressed)) != 0;
  942. bool capslock = (state & WindowsConsole.ControlKeyState.CapslockOn) != 0;
  943. bool numlock = (state & WindowsConsole.ControlKeyState.NumlockOn) != 0;
  944. bool scrolllock = (state & WindowsConsole.ControlKeyState.ScrolllockOn) != 0;
  945. var cki = new ConsoleKeyInfo (keyEvent.UnicodeChar, (ConsoleKey)keyEvent.wVirtualKeyCode, shift, alt, control);
  946. return new WindowsConsole.ConsoleKeyInfoEx (cki, capslock, numlock, scrolllock);
  947. }
  948. public override void UpdateCursor ()
  949. {
  950. if (Col < 0 || Row < 0 || Col > Cols || Row > Rows)
  951. {
  952. GetCursorVisibility (out CursorVisibility cursorVisibility);
  953. _cachedCursorVisibility = cursorVisibility;
  954. SetCursorVisibility (CursorVisibility.Invisible);
  955. return;
  956. }
  957. SetCursorVisibility (_cachedCursorVisibility);
  958. var position = new WindowsConsole.Coord
  959. {
  960. X = (short)Col,
  961. Y = (short)Row
  962. };
  963. WinConsole?.SetCursorPosition (position);
  964. }
  965. public override void UpdateScreen ()
  966. {
  967. Size windowSize = WinConsole?.GetConsoleBufferWindow (out Point _) ?? new Size (Cols, Rows);
  968. if (!windowSize.IsEmpty && (windowSize.Width != Cols || windowSize.Height != Rows))
  969. {
  970. return;
  971. }
  972. var bufferCoords = new WindowsConsole.Coord
  973. {
  974. X = (short)Clip.Width,
  975. Y = (short)Clip.Height
  976. };
  977. for (var row = 0; row < Rows; row++)
  978. {
  979. if (!_dirtyLines [row])
  980. {
  981. continue;
  982. }
  983. _dirtyLines [row] = false;
  984. for (var col = 0; col < Cols; col++)
  985. {
  986. int position = row * Cols + col;
  987. _outputBuffer [position].Attribute = Contents [row, col].Attribute.GetValueOrDefault ();
  988. if (Contents [row, col].IsDirty == false)
  989. {
  990. _outputBuffer [position].Empty = true;
  991. _outputBuffer [position].Char = (char)Rune.ReplacementChar.Value;
  992. continue;
  993. }
  994. _outputBuffer [position].Empty = false;
  995. if (Contents [row, col].Rune.IsBmp)
  996. {
  997. _outputBuffer [position].Char = (char)Contents [row, col].Rune.Value;
  998. }
  999. else
  1000. {
  1001. //_outputBuffer [position].Empty = true;
  1002. _outputBuffer [position].Char = (char)Rune.ReplacementChar.Value;
  1003. if (Contents [row, col].Rune.GetColumns () > 1 && col + 1 < Cols)
  1004. {
  1005. // TODO: This is a hack to deal with non-BMP and wide characters.
  1006. col++;
  1007. position = row * Cols + col;
  1008. _outputBuffer [position].Empty = false;
  1009. _outputBuffer [position].Char = ' ';
  1010. }
  1011. }
  1012. }
  1013. }
  1014. _damageRegion = new WindowsConsole.SmallRect
  1015. {
  1016. Top = 0,
  1017. Left = 0,
  1018. Bottom = (short)Rows,
  1019. Right = (short)Cols
  1020. };
  1021. if (!RunningUnitTests
  1022. && WinConsole != null
  1023. && !WinConsole.WriteToConsole (new Size (Cols, Rows), _outputBuffer, bufferCoords, _damageRegion, Force16Colors))
  1024. {
  1025. int err = Marshal.GetLastWin32Error ();
  1026. if (err != 0)
  1027. {
  1028. throw new Win32Exception (err);
  1029. }
  1030. }
  1031. WindowsConsole.SmallRect.MakeEmpty (ref _damageRegion);
  1032. }
  1033. internal override void End ()
  1034. {
  1035. if (_mainLoopDriver is { })
  1036. {
  1037. #if HACK_CHECK_WINCHANGED
  1038. //_mainLoop.WinChanged -= ChangeWin;
  1039. #endif
  1040. }
  1041. _mainLoopDriver = null;
  1042. WinConsole?.Cleanup ();
  1043. WinConsole = null;
  1044. if (!RunningUnitTests && _isWindowsTerminal)
  1045. {
  1046. // Disable alternative screen buffer.
  1047. Console.Out.Write (EscSeqUtils.CSI_RestoreCursorAndRestoreAltBufferWithBackscroll);
  1048. }
  1049. }
  1050. internal override MainLoop Init ()
  1051. {
  1052. _mainLoopDriver = new WindowsMainLoop (this);
  1053. if (!RunningUnitTests)
  1054. {
  1055. try
  1056. {
  1057. if (WinConsole is { })
  1058. {
  1059. // BUGBUG: The results from GetConsoleOutputWindow are incorrect when called from Init.
  1060. // Our thread in WindowsMainLoop.CheckWin will get the correct results. See #if HACK_CHECK_WINCHANGED
  1061. Size winSize = WinConsole.GetConsoleOutputWindow (out Point pos);
  1062. Cols = winSize.Width;
  1063. Rows = winSize.Height;
  1064. }
  1065. WindowsConsole.SmallRect.MakeEmpty (ref _damageRegion);
  1066. if (_isWindowsTerminal)
  1067. {
  1068. Console.Out.Write (EscSeqUtils.CSI_SaveCursorAndActivateAltBufferNoBackscroll);
  1069. }
  1070. }
  1071. catch (Win32Exception e)
  1072. {
  1073. // We are being run in an environment that does not support a console
  1074. // such as a unit test, or a pipe.
  1075. Debug.WriteLine ($"Likely running unit tests. Setting WinConsole to null so we can test it elsewhere. Exception: {e}");
  1076. WinConsole = null;
  1077. }
  1078. }
  1079. CurrentAttribute = new Attribute (Color.White, Color.Black);
  1080. _outputBuffer = new WindowsConsole.ExtendedCharInfo [Rows * Cols];
  1081. Clip = new Rectangle (0, 0, Cols, Rows);
  1082. _damageRegion = new WindowsConsole.SmallRect
  1083. {
  1084. Top = 0,
  1085. Left = 0,
  1086. Bottom = (short)Rows,
  1087. Right = (short)Cols
  1088. };
  1089. ClearContents ();
  1090. #if HACK_CHECK_WINCHANGED
  1091. _mainLoopDriver.WinChanged = ChangeWin;
  1092. #endif
  1093. return new MainLoop (_mainLoopDriver);
  1094. }
  1095. internal void ProcessInput (WindowsConsole.InputRecord inputEvent)
  1096. {
  1097. switch (inputEvent.EventType)
  1098. {
  1099. case WindowsConsole.EventType.Key:
  1100. if (inputEvent.KeyEvent.wVirtualKeyCode == (VK)ConsoleKey.Packet)
  1101. {
  1102. // Used to pass Unicode characters as if they were keystrokes.
  1103. // The VK_PACKET key is the low word of a 32-bit
  1104. // Virtual Key value used for non-keyboard input methods.
  1105. inputEvent.KeyEvent = FromVKPacketToKeyEventRecord (inputEvent.KeyEvent);
  1106. }
  1107. WindowsConsole.ConsoleKeyInfoEx keyInfo = ToConsoleKeyInfoEx (inputEvent.KeyEvent);
  1108. //Debug.WriteLine ($"event: KBD: {GetKeyboardLayoutName()} {inputEvent.ToString ()} {keyInfo.ToString (keyInfo)}");
  1109. KeyCode map = MapKey (keyInfo);
  1110. if (map == KeyCode.Null)
  1111. {
  1112. break;
  1113. }
  1114. if (inputEvent.KeyEvent.bKeyDown)
  1115. {
  1116. // Avoid sending repeat key down events
  1117. OnKeyDown (new Key (map));
  1118. }
  1119. else
  1120. {
  1121. OnKeyUp (new Key (map));
  1122. }
  1123. break;
  1124. case WindowsConsole.EventType.Mouse:
  1125. MouseEvent me = ToDriverMouse (inputEvent.MouseEvent);
  1126. OnMouseEvent (new MouseEventEventArgs (me));
  1127. if (_processButtonClick)
  1128. {
  1129. OnMouseEvent (
  1130. new MouseEventEventArgs (
  1131. new MouseEvent
  1132. {
  1133. X = me.X,
  1134. Y = me.Y,
  1135. Flags = ProcessButtonClick (inputEvent.MouseEvent)
  1136. }));
  1137. }
  1138. break;
  1139. case WindowsConsole.EventType.Focus:
  1140. break;
  1141. #if !HACK_CHECK_WINCHANGED
  1142. case WindowsConsole.EventType.WindowBufferSize:
  1143. Cols = inputEvent.WindowBufferSizeEvent._size.X;
  1144. Rows = inputEvent.WindowBufferSizeEvent._size.Y;
  1145. ResizeScreen ();
  1146. ClearContents ();
  1147. TerminalResized.Invoke ();
  1148. break;
  1149. #endif
  1150. }
  1151. }
  1152. #if HACK_CHECK_WINCHANGED
  1153. private void ChangeWin (object s, SizeChangedEventArgs e)
  1154. {
  1155. int w = e.Size.Width;
  1156. if (w == Cols - 3 && e.Size.Height < Rows)
  1157. {
  1158. w += 3;
  1159. }
  1160. Left = 0;
  1161. Top = 0;
  1162. Cols = e.Size.Width;
  1163. Rows = e.Size.Height;
  1164. if (!RunningUnitTests)
  1165. {
  1166. Size newSize = WinConsole.SetConsoleWindow (
  1167. (short)Math.Max (w, 16),
  1168. (short)Math.Max (e.Size.Height, 0));
  1169. Cols = newSize.Width;
  1170. Rows = newSize.Height;
  1171. }
  1172. ResizeScreen ();
  1173. ClearContents ();
  1174. OnSizeChanged (new SizeChangedEventArgs (new Size (Cols, Rows)));
  1175. }
  1176. #endif
  1177. private KeyCode MapKey (WindowsConsole.ConsoleKeyInfoEx keyInfoEx)
  1178. {
  1179. ConsoleKeyInfo keyInfo = keyInfoEx.ConsoleKeyInfo;
  1180. switch (keyInfo.Key)
  1181. {
  1182. case ConsoleKey.D0:
  1183. case ConsoleKey.D1:
  1184. case ConsoleKey.D2:
  1185. case ConsoleKey.D3:
  1186. case ConsoleKey.D4:
  1187. case ConsoleKey.D5:
  1188. case ConsoleKey.D6:
  1189. case ConsoleKey.D7:
  1190. case ConsoleKey.D8:
  1191. case ConsoleKey.D9:
  1192. case ConsoleKey.NumPad0:
  1193. case ConsoleKey.NumPad1:
  1194. case ConsoleKey.NumPad2:
  1195. case ConsoleKey.NumPad3:
  1196. case ConsoleKey.NumPad4:
  1197. case ConsoleKey.NumPad5:
  1198. case ConsoleKey.NumPad6:
  1199. case ConsoleKey.NumPad7:
  1200. case ConsoleKey.NumPad8:
  1201. case ConsoleKey.NumPad9:
  1202. case ConsoleKey.Oem1:
  1203. case ConsoleKey.Oem2:
  1204. case ConsoleKey.Oem3:
  1205. case ConsoleKey.Oem4:
  1206. case ConsoleKey.Oem5:
  1207. case ConsoleKey.Oem6:
  1208. case ConsoleKey.Oem7:
  1209. case ConsoleKey.Oem8:
  1210. case ConsoleKey.Oem102:
  1211. case ConsoleKey.Multiply:
  1212. case ConsoleKey.Add:
  1213. case ConsoleKey.Separator:
  1214. case ConsoleKey.Subtract:
  1215. case ConsoleKey.Decimal:
  1216. case ConsoleKey.Divide:
  1217. case ConsoleKey.OemPeriod:
  1218. case ConsoleKey.OemComma:
  1219. case ConsoleKey.OemPlus:
  1220. case ConsoleKey.OemMinus:
  1221. // These virtual key codes are mapped differently depending on the keyboard layout in use.
  1222. // We use the Win32 API to map them to the correct character.
  1223. uint mapResult = MapVKtoChar ((VK)keyInfo.Key);
  1224. if (mapResult == 0)
  1225. {
  1226. // There is no mapping - this should not happen
  1227. Debug.Assert (mapResult != 0, $@"Unable to map the virtual key code {keyInfo.Key}.");
  1228. return KeyCode.Null;
  1229. }
  1230. // An un-shifted character value is in the low order word of the return value.
  1231. var mappedChar = (char)(mapResult & 0x0000FFFF);
  1232. if (keyInfo.KeyChar == 0)
  1233. {
  1234. // If the keyChar is 0, keyInfo.Key value is not a printable character.
  1235. // Dead keys (diacritics) are indicated by setting the top bit of the return value.
  1236. if ((mapResult & 0x80000000) != 0)
  1237. {
  1238. // Dead key (e.g. Oem2 '~'/'^' on POR keyboard)
  1239. // Option 1: Throw it out.
  1240. // - Apps will never see the dead keys
  1241. // - If user presses a key that can be combined with the dead key ('a'), the right thing happens (app will see '�').
  1242. // - NOTE: With Dead Keys, KeyDown != KeyUp. The KeyUp event will have just the base char ('a').
  1243. // - If user presses dead key again, the right thing happens (app will see `~~`)
  1244. // - This is what Notepad etc... appear to do
  1245. // Option 2: Expand the API to indicate the KeyCode is a dead key
  1246. // - Enables apps to do their own dead key processing
  1247. // - Adds complexity; no dev has asked for this (yet).
  1248. // We choose Option 1 for now.
  1249. return KeyCode.Null;
  1250. // Note: Ctrl-Deadkey (like Oem3 '`'/'~` on ENG) can't be supported.
  1251. // Sadly, the charVal is just the deadkey and subsequent key events do not contain
  1252. // any info that the previous event was a deadkey.
  1253. // Note WT does not support Ctrl-Deadkey either.
  1254. }
  1255. if (keyInfo.Modifiers != 0)
  1256. {
  1257. // These Oem keys have well defined chars. We ensure the representative char is used.
  1258. // If we don't do this, then on some keyboard layouts the wrong char is
  1259. // returned (e.g. on ENG OemPlus un-shifted is =, not +). This is important
  1260. // for key persistence ("Ctrl++" vs. "Ctrl+=").
  1261. mappedChar = keyInfo.Key switch
  1262. {
  1263. ConsoleKey.OemPeriod => '.',
  1264. ConsoleKey.OemComma => ',',
  1265. ConsoleKey.OemPlus => '+',
  1266. ConsoleKey.OemMinus => '-',
  1267. _ => mappedChar
  1268. };
  1269. }
  1270. // Return the mappedChar with they modifiers. Because mappedChar is un-shifted, if Shift was down
  1271. // we should keep it
  1272. return MapToKeyCodeModifiers (keyInfo.Modifiers, (KeyCode)mappedChar);
  1273. }
  1274. // KeyChar is printable
  1275. if (keyInfo.Modifiers.HasFlag (ConsoleModifiers.Alt) && keyInfo.Modifiers.HasFlag (ConsoleModifiers.Control))
  1276. {
  1277. // AltGr support - AltGr is equivalent to Ctrl+Alt - the correct char is in KeyChar
  1278. return (KeyCode)keyInfo.KeyChar;
  1279. }
  1280. if (keyInfo.Modifiers != ConsoleModifiers.Shift)
  1281. {
  1282. // If Shift wasn't down we don't need to do anything but return the mappedChar
  1283. return MapToKeyCodeModifiers (keyInfo.Modifiers, (KeyCode)mappedChar);
  1284. }
  1285. // Strip off Shift - We got here because they KeyChar from Windows is the shifted char (e.g. "�")
  1286. // and passing on Shift would be redundant.
  1287. return MapToKeyCodeModifiers (keyInfo.Modifiers & ~ConsoleModifiers.Shift, (KeyCode)keyInfo.KeyChar);
  1288. }
  1289. // A..Z are special cased:
  1290. // - Alone, they represent lowercase a...z
  1291. // - With ShiftMask they are A..Z
  1292. // - If CapsLock is on the above is reversed.
  1293. // - If Alt and/or Ctrl are present, treat as upper case
  1294. if (keyInfo.Key is >= ConsoleKey.A and <= ConsoleKey.Z)
  1295. {
  1296. if (keyInfo.KeyChar == 0)
  1297. {
  1298. // KeyChar is not printable - possibly an AltGr key?
  1299. // AltGr support - AltGr is equivalent to Ctrl+Alt
  1300. if (keyInfo.Modifiers.HasFlag (ConsoleModifiers.Alt) && keyInfo.Modifiers.HasFlag (ConsoleModifiers.Control))
  1301. {
  1302. return MapToKeyCodeModifiers (keyInfo.Modifiers, (KeyCode)(uint)keyInfo.Key);
  1303. }
  1304. }
  1305. if (keyInfo.Modifiers.HasFlag (ConsoleModifiers.Alt) || keyInfo.Modifiers.HasFlag (ConsoleModifiers.Control))
  1306. {
  1307. return MapToKeyCodeModifiers (keyInfo.Modifiers, (KeyCode)(uint)keyInfo.Key);
  1308. }
  1309. if ((keyInfo.Modifiers == ConsoleModifiers.Shift) ^ keyInfoEx.CapsLock)
  1310. {
  1311. // If (ShiftMask is on and CapsLock is off) or (ShiftMask is off and CapsLock is on) add the ShiftMask
  1312. if (char.IsUpper (keyInfo.KeyChar))
  1313. {
  1314. return (KeyCode)(uint)keyInfo.Key | KeyCode.ShiftMask;
  1315. }
  1316. }
  1317. // Return the Key (not KeyChar!)
  1318. return (KeyCode)keyInfo.Key;
  1319. }
  1320. // Handle control keys whose VK codes match the related ASCII value (those below ASCII 33) like ESC
  1321. if (Enum.IsDefined (typeof (KeyCode), (uint)keyInfo.Key))
  1322. {
  1323. // If the key is JUST a modifier, return it as just that key
  1324. if (keyInfo.Key == (ConsoleKey)VK.SHIFT)
  1325. { // Shift 16
  1326. return KeyCode.ShiftMask;
  1327. }
  1328. if (keyInfo.Key == (ConsoleKey)VK.CONTROL)
  1329. { // Ctrl 17
  1330. return KeyCode.CtrlMask;
  1331. }
  1332. if (keyInfo.Key == (ConsoleKey)VK.MENU)
  1333. { // Alt 18
  1334. return KeyCode.AltMask;
  1335. }
  1336. if (keyInfo.KeyChar == 0)
  1337. {
  1338. return MapToKeyCodeModifiers (keyInfo.Modifiers, (KeyCode)keyInfo.KeyChar);
  1339. }
  1340. if (keyInfo.Key != ConsoleKey.None)
  1341. {
  1342. return MapToKeyCodeModifiers (keyInfo.Modifiers, (KeyCode)keyInfo.KeyChar);
  1343. }
  1344. return MapToKeyCodeModifiers (keyInfo.Modifiers & ~ConsoleModifiers.Shift, (KeyCode)keyInfo.KeyChar);
  1345. }
  1346. // Handle control keys (e.g. CursorUp)
  1347. if (Enum.IsDefined (typeof (KeyCode), (uint)keyInfo.Key + (uint)KeyCode.MaxCodePoint))
  1348. {
  1349. return MapToKeyCodeModifiers (keyInfo.Modifiers, (KeyCode)((uint)keyInfo.Key + (uint)KeyCode.MaxCodePoint));
  1350. }
  1351. return MapToKeyCodeModifiers (keyInfo.Modifiers, (KeyCode)keyInfo.KeyChar);
  1352. }
  1353. private MouseFlags ProcessButtonClick (WindowsConsole.MouseEventRecord mouseEvent)
  1354. {
  1355. MouseFlags mouseFlag = 0;
  1356. switch (_lastMouseButtonPressed)
  1357. {
  1358. case WindowsConsole.ButtonState.Button1Pressed:
  1359. mouseFlag = MouseFlags.Button1Clicked;
  1360. break;
  1361. case WindowsConsole.ButtonState.Button2Pressed:
  1362. mouseFlag = MouseFlags.Button2Clicked;
  1363. break;
  1364. case WindowsConsole.ButtonState.RightmostButtonPressed:
  1365. mouseFlag = MouseFlags.Button3Clicked;
  1366. break;
  1367. }
  1368. _point = new Point
  1369. {
  1370. X = mouseEvent.MousePosition.X,
  1371. Y = mouseEvent.MousePosition.Y
  1372. };
  1373. _lastMouseButtonPressed = null;
  1374. _isButtonReleased = false;
  1375. _processButtonClick = false;
  1376. _point = null;
  1377. return mouseFlag;
  1378. }
  1379. private async Task ProcessButtonDoubleClickedAsync ()
  1380. {
  1381. await Task.Delay (300);
  1382. _isButtonDoubleClicked = false;
  1383. _isOneFingerDoubleClicked = false;
  1384. //buttonPressedCount = 0;
  1385. }
  1386. private async Task ProcessContinuousButtonPressedAsync (MouseFlags mouseFlag)
  1387. {
  1388. while (_isButtonPressed)
  1389. {
  1390. await Task.Delay (100);
  1391. var me = new MouseEvent
  1392. {
  1393. X = _pointMove.X,
  1394. Y = _pointMove.Y,
  1395. Flags = mouseFlag
  1396. };
  1397. View view = Application.WantContinuousButtonPressedView;
  1398. if (view is null)
  1399. {
  1400. break;
  1401. }
  1402. if (_isButtonPressed && (mouseFlag & MouseFlags.ReportMousePosition) == 0)
  1403. {
  1404. Application.Invoke (() => OnMouseEvent (new MouseEventEventArgs (me)));
  1405. }
  1406. }
  1407. }
  1408. private void ResizeScreen ()
  1409. {
  1410. _outputBuffer = new WindowsConsole.ExtendedCharInfo [Rows * Cols];
  1411. Clip = new Rectangle (0, 0, Cols, Rows);
  1412. _damageRegion = new WindowsConsole.SmallRect
  1413. {
  1414. Top = 0,
  1415. Left = 0,
  1416. Bottom = (short)Rows,
  1417. Right = (short)Cols
  1418. };
  1419. _dirtyLines = new bool [Rows];
  1420. WinConsole?.ForceRefreshCursorVisibility ();
  1421. }
  1422. private static MouseFlags SetControlKeyStates (WindowsConsole.MouseEventRecord mouseEvent, MouseFlags mouseFlag)
  1423. {
  1424. if (mouseEvent.ControlKeyState.HasFlag (WindowsConsole.ControlKeyState.RightControlPressed)
  1425. || mouseEvent.ControlKeyState.HasFlag (WindowsConsole.ControlKeyState.LeftControlPressed))
  1426. {
  1427. mouseFlag |= MouseFlags.ButtonCtrl;
  1428. }
  1429. if (mouseEvent.ControlKeyState.HasFlag (WindowsConsole.ControlKeyState.ShiftPressed))
  1430. {
  1431. mouseFlag |= MouseFlags.ButtonShift;
  1432. }
  1433. if (mouseEvent.ControlKeyState.HasFlag (WindowsConsole.ControlKeyState.RightAltPressed)
  1434. || mouseEvent.ControlKeyState.HasFlag (WindowsConsole.ControlKeyState.LeftAltPressed))
  1435. {
  1436. mouseFlag |= MouseFlags.ButtonAlt;
  1437. }
  1438. return mouseFlag;
  1439. }
  1440. private MouseEvent ToDriverMouse (WindowsConsole.MouseEventRecord mouseEvent)
  1441. {
  1442. var mouseFlag = MouseFlags.AllEvents;
  1443. //System.Diagnostics.Debug.WriteLine (
  1444. // $"X:{mouseEvent.MousePosition.X};Y:{mouseEvent.MousePosition.Y};ButtonState:{mouseEvent.ButtonState};EventFlags:{mouseEvent.EventFlags}");
  1445. if (_isButtonDoubleClicked || _isOneFingerDoubleClicked)
  1446. {
  1447. Application.MainLoop.AddIdle (
  1448. () =>
  1449. {
  1450. Task.Run (async () => await ProcessButtonDoubleClickedAsync ());
  1451. return false;
  1452. });
  1453. }
  1454. // The ButtonState member of the MouseEvent structure has bit corresponding to each mouse button.
  1455. // This will tell when a mouse button is pressed. When the button is released this event will
  1456. // be fired with it's bit set to 0. So when the button is up ButtonState will be 0.
  1457. // To map to the correct driver events we save the last pressed mouse button so we can
  1458. // map to the correct clicked event.
  1459. if ((_lastMouseButtonPressed is { } || _isButtonReleased) && mouseEvent.ButtonState != 0)
  1460. {
  1461. _lastMouseButtonPressed = null;
  1462. //isButtonPressed = false;
  1463. _isButtonReleased = false;
  1464. }
  1465. var p = new Point
  1466. {
  1467. X = mouseEvent.MousePosition.X,
  1468. Y = mouseEvent.MousePosition.Y
  1469. };
  1470. if ((mouseEvent.ButtonState != 0 && mouseEvent.EventFlags == 0 && _lastMouseButtonPressed is null && !_isButtonDoubleClicked)
  1471. || (_lastMouseButtonPressed == null
  1472. && mouseEvent.EventFlags.HasFlag (WindowsConsole.EventFlags.MouseMoved)
  1473. && mouseEvent.ButtonState != 0
  1474. && !_isButtonReleased
  1475. && !_isButtonDoubleClicked))
  1476. {
  1477. switch (mouseEvent.ButtonState)
  1478. {
  1479. case WindowsConsole.ButtonState.Button1Pressed:
  1480. mouseFlag = MouseFlags.Button1Pressed;
  1481. break;
  1482. case WindowsConsole.ButtonState.Button2Pressed:
  1483. mouseFlag = MouseFlags.Button2Pressed;
  1484. break;
  1485. case WindowsConsole.ButtonState.RightmostButtonPressed:
  1486. mouseFlag = MouseFlags.Button3Pressed;
  1487. break;
  1488. }
  1489. if (_point is null)
  1490. {
  1491. _point = p;
  1492. }
  1493. if (mouseEvent.EventFlags.HasFlag (WindowsConsole.EventFlags.MouseMoved))
  1494. {
  1495. _pointMove = p;
  1496. mouseFlag |= MouseFlags.ReportMousePosition;
  1497. _isButtonReleased = false;
  1498. _processButtonClick = false;
  1499. }
  1500. _lastMouseButtonPressed = mouseEvent.ButtonState;
  1501. _isButtonPressed = true;
  1502. if ((mouseFlag & MouseFlags.ReportMousePosition) == 0)
  1503. {
  1504. Application.MainLoop.AddIdle (
  1505. () =>
  1506. {
  1507. Task.Run (async () => await ProcessContinuousButtonPressedAsync (mouseFlag));
  1508. return false;
  1509. });
  1510. }
  1511. }
  1512. else if (_lastMouseButtonPressed != null
  1513. && mouseEvent.EventFlags == 0
  1514. && !_isButtonReleased
  1515. && !_isButtonDoubleClicked
  1516. && !_isOneFingerDoubleClicked)
  1517. {
  1518. switch (_lastMouseButtonPressed)
  1519. {
  1520. case WindowsConsole.ButtonState.Button1Pressed:
  1521. mouseFlag = MouseFlags.Button1Released;
  1522. break;
  1523. case WindowsConsole.ButtonState.Button2Pressed:
  1524. mouseFlag = MouseFlags.Button2Released;
  1525. break;
  1526. case WindowsConsole.ButtonState.RightmostButtonPressed:
  1527. mouseFlag = MouseFlags.Button3Released;
  1528. break;
  1529. }
  1530. _isButtonPressed = false;
  1531. _isButtonReleased = true;
  1532. if (_point is { } && ((Point)_point).X == mouseEvent.MousePosition.X && ((Point)_point).Y == mouseEvent.MousePosition.Y)
  1533. {
  1534. _processButtonClick = true;
  1535. }
  1536. else
  1537. {
  1538. _point = null;
  1539. }
  1540. }
  1541. else if (mouseEvent.EventFlags == WindowsConsole.EventFlags.MouseMoved
  1542. && !_isOneFingerDoubleClicked
  1543. && _isButtonReleased
  1544. && p == _point)
  1545. {
  1546. mouseFlag = ProcessButtonClick (mouseEvent);
  1547. }
  1548. else if (mouseEvent.EventFlags.HasFlag (WindowsConsole.EventFlags.DoubleClick))
  1549. {
  1550. switch (mouseEvent.ButtonState)
  1551. {
  1552. case WindowsConsole.ButtonState.Button1Pressed:
  1553. mouseFlag = MouseFlags.Button1DoubleClicked;
  1554. break;
  1555. case WindowsConsole.ButtonState.Button2Pressed:
  1556. mouseFlag = MouseFlags.Button2DoubleClicked;
  1557. break;
  1558. case WindowsConsole.ButtonState.RightmostButtonPressed:
  1559. mouseFlag = MouseFlags.Button3DoubleClicked;
  1560. break;
  1561. }
  1562. _isButtonDoubleClicked = true;
  1563. }
  1564. else if (mouseEvent.EventFlags == 0 && mouseEvent.ButtonState != 0 && _isButtonDoubleClicked)
  1565. {
  1566. switch (mouseEvent.ButtonState)
  1567. {
  1568. case WindowsConsole.ButtonState.Button1Pressed:
  1569. mouseFlag = MouseFlags.Button1TripleClicked;
  1570. break;
  1571. case WindowsConsole.ButtonState.Button2Pressed:
  1572. mouseFlag = MouseFlags.Button2TripleClicked;
  1573. break;
  1574. case WindowsConsole.ButtonState.RightmostButtonPressed:
  1575. mouseFlag = MouseFlags.Button3TripleClicked;
  1576. break;
  1577. }
  1578. _isButtonDoubleClicked = false;
  1579. }
  1580. else if (mouseEvent.EventFlags == WindowsConsole.EventFlags.MouseWheeled)
  1581. {
  1582. switch ((int)mouseEvent.ButtonState)
  1583. {
  1584. case int v when v > 0:
  1585. mouseFlag = MouseFlags.WheeledUp;
  1586. break;
  1587. case int v when v < 0:
  1588. mouseFlag = MouseFlags.WheeledDown;
  1589. break;
  1590. }
  1591. }
  1592. else if (mouseEvent.EventFlags == WindowsConsole.EventFlags.MouseWheeled && mouseEvent.ControlKeyState == WindowsConsole.ControlKeyState.ShiftPressed)
  1593. {
  1594. switch ((int)mouseEvent.ButtonState)
  1595. {
  1596. case int v when v > 0:
  1597. mouseFlag = MouseFlags.WheeledLeft;
  1598. break;
  1599. case int v when v < 0:
  1600. mouseFlag = MouseFlags.WheeledRight;
  1601. break;
  1602. }
  1603. }
  1604. else if (mouseEvent.EventFlags == WindowsConsole.EventFlags.MouseHorizontalWheeled)
  1605. {
  1606. switch ((int)mouseEvent.ButtonState)
  1607. {
  1608. case int v when v < 0:
  1609. mouseFlag = MouseFlags.WheeledLeft;
  1610. break;
  1611. case int v when v > 0:
  1612. mouseFlag = MouseFlags.WheeledRight;
  1613. break;
  1614. }
  1615. }
  1616. else if (mouseEvent.EventFlags == WindowsConsole.EventFlags.MouseMoved)
  1617. {
  1618. mouseFlag = MouseFlags.ReportMousePosition;
  1619. if (mouseEvent.MousePosition.X != _pointMove.X || mouseEvent.MousePosition.Y != _pointMove.Y)
  1620. {
  1621. _pointMove = new Point (mouseEvent.MousePosition.X, mouseEvent.MousePosition.Y);
  1622. }
  1623. }
  1624. else if (mouseEvent.ButtonState == 0 && mouseEvent.EventFlags == 0)
  1625. {
  1626. mouseFlag = 0;
  1627. }
  1628. mouseFlag = SetControlKeyStates (mouseEvent, mouseFlag);
  1629. //System.Diagnostics.Debug.WriteLine (
  1630. // $"point.X:{(point is { } ? ((Point)point).X : -1)};point.Y:{(point is { } ? ((Point)point).Y : -1)}");
  1631. return new MouseEvent
  1632. {
  1633. X = mouseEvent.MousePosition.X,
  1634. Y = mouseEvent.MousePosition.Y,
  1635. Flags = mouseFlag
  1636. };
  1637. }
  1638. }
  1639. /// <summary>
  1640. /// Mainloop intended to be used with the <see cref="WindowsDriver"/>, and can
  1641. /// only be used on Windows.
  1642. /// </summary>
  1643. /// <remarks>
  1644. /// This implementation is used for WindowsDriver.
  1645. /// </remarks>
  1646. internal class WindowsMainLoop : IMainLoopDriver
  1647. {
  1648. /// <summary>
  1649. /// Invoked when the window is changed.
  1650. /// </summary>
  1651. public EventHandler<SizeChangedEventArgs> WinChanged;
  1652. private readonly ConsoleDriver _consoleDriver;
  1653. private readonly ManualResetEventSlim _eventReady = new (false);
  1654. // The records that we keep fetching
  1655. private readonly Queue<WindowsConsole.InputRecord []> _resultQueue = new ();
  1656. private readonly ManualResetEventSlim _waitForProbe = new (false);
  1657. private readonly WindowsConsole _winConsole;
  1658. private CancellationTokenSource _eventReadyTokenSource = new ();
  1659. private readonly CancellationTokenSource _inputHandlerTokenSource = new ();
  1660. private MainLoop _mainLoop;
  1661. public WindowsMainLoop (ConsoleDriver consoleDriver = null)
  1662. {
  1663. _consoleDriver = consoleDriver ?? throw new ArgumentNullException (nameof (consoleDriver));
  1664. _winConsole = ((WindowsDriver)consoleDriver).WinConsole;
  1665. }
  1666. void IMainLoopDriver.Setup (MainLoop mainLoop)
  1667. {
  1668. _mainLoop = mainLoop;
  1669. Task.Run (WindowsInputHandler, _inputHandlerTokenSource.Token);
  1670. #if HACK_CHECK_WINCHANGED
  1671. Task.Run (CheckWinChange);
  1672. #endif
  1673. }
  1674. void IMainLoopDriver.Wakeup () { _eventReady.Set (); }
  1675. bool IMainLoopDriver.EventsPending ()
  1676. {
  1677. _waitForProbe.Set ();
  1678. #if HACK_CHECK_WINCHANGED
  1679. _winChange.Set ();
  1680. #endif
  1681. if (_mainLoop.CheckTimersAndIdleHandlers (out int waitTimeout))
  1682. {
  1683. return true;
  1684. }
  1685. try
  1686. {
  1687. if (!_eventReadyTokenSource.IsCancellationRequested)
  1688. {
  1689. // Note: ManualResetEventSlim.Wait will wait indefinitely if the timeout is -1. The timeout is -1 when there
  1690. // are no timers, but there IS an idle handler waiting.
  1691. _eventReady.Wait (waitTimeout, _eventReadyTokenSource.Token);
  1692. }
  1693. }
  1694. catch (OperationCanceledException)
  1695. {
  1696. return true;
  1697. }
  1698. finally
  1699. {
  1700. _eventReady.Reset ();
  1701. }
  1702. if (!_eventReadyTokenSource.IsCancellationRequested)
  1703. {
  1704. #if HACK_CHECK_WINCHANGED
  1705. return _resultQueue.Count > 0 || _mainLoop.CheckTimersAndIdleHandlers (out _) || _winChanged;
  1706. #else
  1707. return _resultQueue.Count > 0 || _mainLoop.CheckTimersAndIdleHandlers (out _);
  1708. #endif
  1709. }
  1710. _eventReadyTokenSource.Dispose ();
  1711. _eventReadyTokenSource = new CancellationTokenSource ();
  1712. return true;
  1713. }
  1714. void IMainLoopDriver.Iteration ()
  1715. {
  1716. while (_resultQueue.Count > 0)
  1717. {
  1718. WindowsConsole.InputRecord [] inputRecords = _resultQueue.Dequeue ();
  1719. if (inputRecords is { Length: > 0 })
  1720. {
  1721. ((WindowsDriver)_consoleDriver).ProcessInput (inputRecords [0]);
  1722. }
  1723. }
  1724. #if HACK_CHECK_WINCHANGED
  1725. if (_winChanged)
  1726. {
  1727. _winChanged = false;
  1728. WinChanged?.Invoke (this, new SizeChangedEventArgs (_windowSize));
  1729. }
  1730. #endif
  1731. }
  1732. void IMainLoopDriver.TearDown ()
  1733. {
  1734. _inputHandlerTokenSource?.Cancel ();
  1735. _inputHandlerTokenSource?.Dispose ();
  1736. _eventReadyTokenSource?.Cancel ();
  1737. _eventReadyTokenSource?.Dispose ();
  1738. _eventReady?.Dispose ();
  1739. _resultQueue?.Clear ();
  1740. #if HACK_CHECK_WINCHANGED
  1741. _winChange?.Dispose ();
  1742. #endif
  1743. //_waitForProbe?.Dispose ();
  1744. _mainLoop = null;
  1745. }
  1746. private void WindowsInputHandler ()
  1747. {
  1748. while (_mainLoop is { })
  1749. {
  1750. try
  1751. {
  1752. if (!_inputHandlerTokenSource.IsCancellationRequested)
  1753. {
  1754. _waitForProbe.Wait (_inputHandlerTokenSource.Token);
  1755. }
  1756. }
  1757. catch (OperationCanceledException)
  1758. {
  1759. return;
  1760. }
  1761. finally
  1762. {
  1763. _waitForProbe.Reset ();
  1764. }
  1765. if (_resultQueue?.Count == 0)
  1766. {
  1767. _resultQueue.Enqueue (_winConsole.ReadConsoleInput ());
  1768. }
  1769. _eventReady.Set ();
  1770. }
  1771. }
  1772. #if HACK_CHECK_WINCHANGED
  1773. private readonly ManualResetEventSlim _winChange = new (false);
  1774. private bool _winChanged;
  1775. private Size _windowSize;
  1776. private void CheckWinChange ()
  1777. {
  1778. while (_mainLoop is { })
  1779. {
  1780. _winChange.Wait ();
  1781. _winChange.Reset ();
  1782. // Check if the window size changed every half second.
  1783. // We do this to minimize the weird tearing seen on Windows when resizing the console
  1784. while (_mainLoop is { })
  1785. {
  1786. Task.Delay (500).Wait ();
  1787. _windowSize = _winConsole.GetConsoleBufferWindow (out _);
  1788. if (_windowSize != Size.Empty
  1789. && (_windowSize.Width != _consoleDriver.Cols
  1790. || _windowSize.Height != _consoleDriver.Rows))
  1791. {
  1792. break;
  1793. }
  1794. }
  1795. _winChanged = true;
  1796. _eventReady.Set ();
  1797. }
  1798. }
  1799. #endif
  1800. }
  1801. internal class WindowsClipboard : ClipboardBase
  1802. {
  1803. private const uint _cfUnicodeText = 13;
  1804. public WindowsClipboard () { IsSupported = IsClipboardFormatAvailable (_cfUnicodeText); }
  1805. public override bool IsSupported { get; }
  1806. protected override string GetClipboardDataImpl ()
  1807. {
  1808. try
  1809. {
  1810. if (!OpenClipboard (nint.Zero))
  1811. {
  1812. return string.Empty;
  1813. }
  1814. nint handle = GetClipboardData (_cfUnicodeText);
  1815. if (handle == nint.Zero)
  1816. {
  1817. return string.Empty;
  1818. }
  1819. nint pointer = nint.Zero;
  1820. try
  1821. {
  1822. pointer = GlobalLock (handle);
  1823. if (pointer == nint.Zero)
  1824. {
  1825. return string.Empty;
  1826. }
  1827. int size = GlobalSize (handle);
  1828. var buff = new byte [size];
  1829. Marshal.Copy (pointer, buff, 0, size);
  1830. return Encoding.Unicode.GetString (buff).TrimEnd ('\0');
  1831. }
  1832. finally
  1833. {
  1834. if (pointer != nint.Zero)
  1835. {
  1836. GlobalUnlock (handle);
  1837. }
  1838. }
  1839. }
  1840. finally
  1841. {
  1842. CloseClipboard ();
  1843. }
  1844. }
  1845. protected override void SetClipboardDataImpl (string text)
  1846. {
  1847. OpenClipboard ();
  1848. EmptyClipboard ();
  1849. nint hGlobal = default;
  1850. try
  1851. {
  1852. int bytes = (text.Length + 1) * 2;
  1853. hGlobal = Marshal.AllocHGlobal (bytes);
  1854. if (hGlobal == default (nint))
  1855. {
  1856. ThrowWin32 ();
  1857. }
  1858. nint target = GlobalLock (hGlobal);
  1859. if (target == default (nint))
  1860. {
  1861. ThrowWin32 ();
  1862. }
  1863. try
  1864. {
  1865. Marshal.Copy (text.ToCharArray (), 0, target, text.Length);
  1866. }
  1867. finally
  1868. {
  1869. GlobalUnlock (target);
  1870. }
  1871. if (SetClipboardData (_cfUnicodeText, hGlobal) == default (nint))
  1872. {
  1873. ThrowWin32 ();
  1874. }
  1875. hGlobal = default (nint);
  1876. }
  1877. finally
  1878. {
  1879. if (hGlobal != default (nint))
  1880. {
  1881. Marshal.FreeHGlobal (hGlobal);
  1882. }
  1883. CloseClipboard ();
  1884. }
  1885. }
  1886. [DllImport ("user32.dll", SetLastError = true)]
  1887. [return: MarshalAs (UnmanagedType.Bool)]
  1888. private static extern bool CloseClipboard ();
  1889. [DllImport ("user32.dll")]
  1890. private static extern bool EmptyClipboard ();
  1891. [DllImport ("user32.dll", SetLastError = true)]
  1892. private static extern nint GetClipboardData (uint uFormat);
  1893. [DllImport ("kernel32.dll", SetLastError = true)]
  1894. private static extern nint GlobalLock (nint hMem);
  1895. [DllImport ("kernel32.dll", SetLastError = true)]
  1896. private static extern int GlobalSize (nint handle);
  1897. [DllImport ("kernel32.dll", SetLastError = true)]
  1898. [return: MarshalAs (UnmanagedType.Bool)]
  1899. private static extern bool GlobalUnlock (nint hMem);
  1900. [DllImport ("User32.dll", SetLastError = true)]
  1901. [return: MarshalAs (UnmanagedType.Bool)]
  1902. private static extern bool IsClipboardFormatAvailable (uint format);
  1903. private void OpenClipboard ()
  1904. {
  1905. var num = 10;
  1906. while (true)
  1907. {
  1908. if (OpenClipboard (default (nint)))
  1909. {
  1910. break;
  1911. }
  1912. if (--num == 0)
  1913. {
  1914. ThrowWin32 ();
  1915. }
  1916. Thread.Sleep (100);
  1917. }
  1918. }
  1919. [DllImport ("user32.dll", SetLastError = true)]
  1920. [return: MarshalAs (UnmanagedType.Bool)]
  1921. private static extern bool OpenClipboard (nint hWndNewOwner);
  1922. [DllImport ("user32.dll", SetLastError = true)]
  1923. private static extern nint SetClipboardData (uint uFormat, nint data);
  1924. private void ThrowWin32 () { throw new Win32Exception (Marshal.GetLastWin32Error ()); }
  1925. }