WindowsDriver.cs 75 KB

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