Terminal.Gui.ConsoleDriver.html 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class ConsoleDriver
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class ConsoleDriver
  11. ">
  12. <meta name="generator" content="docfx 2.56.2.0">
  13. <link rel="shortcut icon" href="../../favicon.ico">
  14. <link rel="stylesheet" href="../../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../../styles/docfx.css">
  16. <link rel="stylesheet" href="../../styles/main.css">
  17. <meta property="docfx:navrel" content="../../toc.html">
  18. <meta property="docfx:tocrel" content="toc.html">
  19. <meta property="docfx:rel" content="../../">
  20. </head>
  21. <body data-spy="scroll" data-target="#affix" data-offset="120">
  22. <div id="wrapper">
  23. <header>
  24. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  25. <div class="container">
  26. <div class="navbar-header">
  27. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  28. <span class="sr-only">Toggle navigation</span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. </button>
  33. <a class="navbar-brand" href="../../index.html">
  34. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  35. </a>
  36. </div>
  37. <div class="collapse navbar-collapse" id="navbar">
  38. <form class="navbar-form navbar-right" role="search" id="search">
  39. <div class="form-group">
  40. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  41. </div>
  42. </form>
  43. </div>
  44. </div>
  45. </nav>
  46. <div class="subnav navbar navbar-default">
  47. <div class="container hide-when-search" id="breadcrumb">
  48. <ul class="breadcrumb">
  49. <li></li>
  50. </ul>
  51. </div>
  52. </div>
  53. </header>
  54. <div class="container body-content">
  55. <div id="search-results">
  56. <div class="search-list"></div>
  57. <div class="sr-items">
  58. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  59. </div>
  60. <ul id="pagination"></ul>
  61. </div>
  62. </div>
  63. <div role="main" class="container body-content hide-when-search">
  64. <div class="sidenav hide-when-search">
  65. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  66. <div class="sidetoggle collapse" id="sidetoggle">
  67. <div id="sidetoc"></div>
  68. </div>
  69. </div>
  70. <div class="article row grid-right">
  71. <div class="col-md-10">
  72. <article class="content wrap" id="_content" data-uid="Terminal.Gui.ConsoleDriver">
  73. <h1 id="Terminal_Gui_ConsoleDriver" data-uid="Terminal.Gui.ConsoleDriver" class="text-break">Class ConsoleDriver
  74. </h1>
  75. <div class="markdown level0 summary">
  76. ConsoleDriver is an abstract class that defines the requirements for a console driver.
  77. There are currently three implementations: <span class="xref">Terminal.Gui.CursesDriver</span> (for Unix and Mac), <span class="xref">Terminal.Gui.WindowsDriver</span>, and <span class="xref">Terminal.Gui.NetDriver</span> that uses the .NET Console API.
  78. </div>
  79. <div class="markdown level0 conceptual"></div>
  80. <div class="inheritance">
  81. <h5>Inheritance</h5>
  82. <div class="level0"><span class="xref">System.Object</span></div>
  83. <div class="level1"><span class="xref">ConsoleDriver</span></div>
  84. <div class="level2"><a class="xref" href="Terminal.Gui.FakeDriver.html">FakeDriver</a></div>
  85. </div>
  86. <div class="inheritedMembers">
  87. <h5>Inherited Members</h5>
  88. <div>
  89. <span class="xref">System.Object.Equals(System.Object)</span>
  90. </div>
  91. <div>
  92. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  93. </div>
  94. <div>
  95. <span class="xref">System.Object.GetHashCode()</span>
  96. </div>
  97. <div>
  98. <span class="xref">System.Object.GetType()</span>
  99. </div>
  100. <div>
  101. <span class="xref">System.Object.MemberwiseClone()</span>
  102. </div>
  103. <div>
  104. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  105. </div>
  106. <div>
  107. <span class="xref">System.Object.ToString()</span>
  108. </div>
  109. </div>
  110. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  111. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  112. <h5 id="Terminal_Gui_ConsoleDriver_syntax">Syntax</h5>
  113. <div class="codewrapper">
  114. <pre><code class="lang-csharp hljs">public abstract class ConsoleDriver</code></pre>
  115. </div>
  116. <h3 id="fields">Fields
  117. </h3>
  118. <h4 id="Terminal_Gui_ConsoleDriver_BottomTee" data-uid="Terminal.Gui.ConsoleDriver.BottomTee">BottomTee</h4>
  119. <div class="markdown level1 summary">
  120. The bottom tee.
  121. </div>
  122. <div class="markdown level1 conceptual"></div>
  123. <h5 class="decalaration">Declaration</h5>
  124. <div class="codewrapper">
  125. <pre><code class="lang-csharp hljs">public Rune BottomTee</code></pre>
  126. </div>
  127. <h5 class="fieldValue">Field Value</h5>
  128. <table class="table table-bordered table-striped table-condensed">
  129. <thead>
  130. <tr>
  131. <th>Type</th>
  132. <th>Description</th>
  133. </tr>
  134. </thead>
  135. <tbody>
  136. <tr>
  137. <td><span class="xref">System.Rune</span></td>
  138. <td></td>
  139. </tr>
  140. </tbody>
  141. </table>
  142. <h4 id="Terminal_Gui_ConsoleDriver_Checked" data-uid="Terminal.Gui.ConsoleDriver.Checked">Checked</h4>
  143. <div class="markdown level1 summary">
  144. Checkmark.
  145. </div>
  146. <div class="markdown level1 conceptual"></div>
  147. <h5 class="decalaration">Declaration</h5>
  148. <div class="codewrapper">
  149. <pre><code class="lang-csharp hljs">public Rune Checked</code></pre>
  150. </div>
  151. <h5 class="fieldValue">Field Value</h5>
  152. <table class="table table-bordered table-striped table-condensed">
  153. <thead>
  154. <tr>
  155. <th>Type</th>
  156. <th>Description</th>
  157. </tr>
  158. </thead>
  159. <tbody>
  160. <tr>
  161. <td><span class="xref">System.Rune</span></td>
  162. <td></td>
  163. </tr>
  164. </tbody>
  165. </table>
  166. <h4 id="Terminal_Gui_ConsoleDriver_Diamond" data-uid="Terminal.Gui.ConsoleDriver.Diamond">Diamond</h4>
  167. <div class="markdown level1 summary">
  168. Diamond character
  169. </div>
  170. <div class="markdown level1 conceptual"></div>
  171. <h5 class="decalaration">Declaration</h5>
  172. <div class="codewrapper">
  173. <pre><code class="lang-csharp hljs">public Rune Diamond</code></pre>
  174. </div>
  175. <h5 class="fieldValue">Field Value</h5>
  176. <table class="table table-bordered table-striped table-condensed">
  177. <thead>
  178. <tr>
  179. <th>Type</th>
  180. <th>Description</th>
  181. </tr>
  182. </thead>
  183. <tbody>
  184. <tr>
  185. <td><span class="xref">System.Rune</span></td>
  186. <td></td>
  187. </tr>
  188. </tbody>
  189. </table>
  190. <h4 id="Terminal_Gui_ConsoleDriver_DownArrow" data-uid="Terminal.Gui.ConsoleDriver.DownArrow">DownArrow</h4>
  191. <div class="markdown level1 summary">
  192. Down Arrow.
  193. </div>
  194. <div class="markdown level1 conceptual"></div>
  195. <h5 class="decalaration">Declaration</h5>
  196. <div class="codewrapper">
  197. <pre><code class="lang-csharp hljs">public Rune DownArrow</code></pre>
  198. </div>
  199. <h5 class="fieldValue">Field Value</h5>
  200. <table class="table table-bordered table-striped table-condensed">
  201. <thead>
  202. <tr>
  203. <th>Type</th>
  204. <th>Description</th>
  205. </tr>
  206. </thead>
  207. <tbody>
  208. <tr>
  209. <td><span class="xref">System.Rune</span></td>
  210. <td></td>
  211. </tr>
  212. </tbody>
  213. </table>
  214. <h4 id="Terminal_Gui_ConsoleDriver_HLine" data-uid="Terminal.Gui.ConsoleDriver.HLine">HLine</h4>
  215. <div class="markdown level1 summary">
  216. Horizontal line character.
  217. </div>
  218. <div class="markdown level1 conceptual"></div>
  219. <h5 class="decalaration">Declaration</h5>
  220. <div class="codewrapper">
  221. <pre><code class="lang-csharp hljs">public Rune HLine</code></pre>
  222. </div>
  223. <h5 class="fieldValue">Field Value</h5>
  224. <table class="table table-bordered table-striped table-condensed">
  225. <thead>
  226. <tr>
  227. <th>Type</th>
  228. <th>Description</th>
  229. </tr>
  230. </thead>
  231. <tbody>
  232. <tr>
  233. <td><span class="xref">System.Rune</span></td>
  234. <td></td>
  235. </tr>
  236. </tbody>
  237. </table>
  238. <h4 id="Terminal_Gui_ConsoleDriver_LeftArrow" data-uid="Terminal.Gui.ConsoleDriver.LeftArrow">LeftArrow</h4>
  239. <div class="markdown level1 summary">
  240. Left Arrow.
  241. </div>
  242. <div class="markdown level1 conceptual"></div>
  243. <h5 class="decalaration">Declaration</h5>
  244. <div class="codewrapper">
  245. <pre><code class="lang-csharp hljs">public Rune LeftArrow</code></pre>
  246. </div>
  247. <h5 class="fieldValue">Field Value</h5>
  248. <table class="table table-bordered table-striped table-condensed">
  249. <thead>
  250. <tr>
  251. <th>Type</th>
  252. <th>Description</th>
  253. </tr>
  254. </thead>
  255. <tbody>
  256. <tr>
  257. <td><span class="xref">System.Rune</span></td>
  258. <td></td>
  259. </tr>
  260. </tbody>
  261. </table>
  262. <h4 id="Terminal_Gui_ConsoleDriver_LeftBracket" data-uid="Terminal.Gui.ConsoleDriver.LeftBracket">LeftBracket</h4>
  263. <div class="markdown level1 summary">
  264. Left frame/bracket (e.g. &apos;[&apos; for <a class="xref" href="Terminal.Gui.Button.html">Button</a>).
  265. </div>
  266. <div class="markdown level1 conceptual"></div>
  267. <h5 class="decalaration">Declaration</h5>
  268. <div class="codewrapper">
  269. <pre><code class="lang-csharp hljs">public Rune LeftBracket</code></pre>
  270. </div>
  271. <h5 class="fieldValue">Field Value</h5>
  272. <table class="table table-bordered table-striped table-condensed">
  273. <thead>
  274. <tr>
  275. <th>Type</th>
  276. <th>Description</th>
  277. </tr>
  278. </thead>
  279. <tbody>
  280. <tr>
  281. <td><span class="xref">System.Rune</span></td>
  282. <td></td>
  283. </tr>
  284. </tbody>
  285. </table>
  286. <h4 id="Terminal_Gui_ConsoleDriver_LeftDefaultIndicator" data-uid="Terminal.Gui.ConsoleDriver.LeftDefaultIndicator">LeftDefaultIndicator</h4>
  287. <div class="markdown level1 summary">
  288. Left indicator for default action (e.g. for <a class="xref" href="Terminal.Gui.Button.html">Button</a>).
  289. </div>
  290. <div class="markdown level1 conceptual"></div>
  291. <h5 class="decalaration">Declaration</h5>
  292. <div class="codewrapper">
  293. <pre><code class="lang-csharp hljs">public Rune LeftDefaultIndicator</code></pre>
  294. </div>
  295. <h5 class="fieldValue">Field Value</h5>
  296. <table class="table table-bordered table-striped table-condensed">
  297. <thead>
  298. <tr>
  299. <th>Type</th>
  300. <th>Description</th>
  301. </tr>
  302. </thead>
  303. <tbody>
  304. <tr>
  305. <td><span class="xref">System.Rune</span></td>
  306. <td></td>
  307. </tr>
  308. </tbody>
  309. </table>
  310. <h4 id="Terminal_Gui_ConsoleDriver_LeftTee" data-uid="Terminal.Gui.ConsoleDriver.LeftTee">LeftTee</h4>
  311. <div class="markdown level1 summary">
  312. Left tee
  313. </div>
  314. <div class="markdown level1 conceptual"></div>
  315. <h5 class="decalaration">Declaration</h5>
  316. <div class="codewrapper">
  317. <pre><code class="lang-csharp hljs">public Rune LeftTee</code></pre>
  318. </div>
  319. <h5 class="fieldValue">Field Value</h5>
  320. <table class="table table-bordered table-striped table-condensed">
  321. <thead>
  322. <tr>
  323. <th>Type</th>
  324. <th>Description</th>
  325. </tr>
  326. </thead>
  327. <tbody>
  328. <tr>
  329. <td><span class="xref">System.Rune</span></td>
  330. <td></td>
  331. </tr>
  332. </tbody>
  333. </table>
  334. <h4 id="Terminal_Gui_ConsoleDriver_LLCorner" data-uid="Terminal.Gui.ConsoleDriver.LLCorner">LLCorner</h4>
  335. <div class="markdown level1 summary">
  336. Lower left corner
  337. </div>
  338. <div class="markdown level1 conceptual"></div>
  339. <h5 class="decalaration">Declaration</h5>
  340. <div class="codewrapper">
  341. <pre><code class="lang-csharp hljs">public Rune LLCorner</code></pre>
  342. </div>
  343. <h5 class="fieldValue">Field Value</h5>
  344. <table class="table table-bordered table-striped table-condensed">
  345. <thead>
  346. <tr>
  347. <th>Type</th>
  348. <th>Description</th>
  349. </tr>
  350. </thead>
  351. <tbody>
  352. <tr>
  353. <td><span class="xref">System.Rune</span></td>
  354. <td></td>
  355. </tr>
  356. </tbody>
  357. </table>
  358. <h4 id="Terminal_Gui_ConsoleDriver_LRCorner" data-uid="Terminal.Gui.ConsoleDriver.LRCorner">LRCorner</h4>
  359. <div class="markdown level1 summary">
  360. Lower right corner
  361. </div>
  362. <div class="markdown level1 conceptual"></div>
  363. <h5 class="decalaration">Declaration</h5>
  364. <div class="codewrapper">
  365. <pre><code class="lang-csharp hljs">public Rune LRCorner</code></pre>
  366. </div>
  367. <h5 class="fieldValue">Field Value</h5>
  368. <table class="table table-bordered table-striped table-condensed">
  369. <thead>
  370. <tr>
  371. <th>Type</th>
  372. <th>Description</th>
  373. </tr>
  374. </thead>
  375. <tbody>
  376. <tr>
  377. <td><span class="xref">System.Rune</span></td>
  378. <td></td>
  379. </tr>
  380. </tbody>
  381. </table>
  382. <h4 id="Terminal_Gui_ConsoleDriver_OffMeterSegement" data-uid="Terminal.Gui.ConsoleDriver.OffMeterSegement">OffMeterSegement</h4>
  383. <div class="markdown level1 summary">
  384. Off Segment indicator for meter views (e.g. <a class="xref" href="Terminal.Gui.ProgressBar.html">ProgressBar</a>.
  385. </div>
  386. <div class="markdown level1 conceptual"></div>
  387. <h5 class="decalaration">Declaration</h5>
  388. <div class="codewrapper">
  389. <pre><code class="lang-csharp hljs">public Rune OffMeterSegement</code></pre>
  390. </div>
  391. <h5 class="fieldValue">Field Value</h5>
  392. <table class="table table-bordered table-striped table-condensed">
  393. <thead>
  394. <tr>
  395. <th>Type</th>
  396. <th>Description</th>
  397. </tr>
  398. </thead>
  399. <tbody>
  400. <tr>
  401. <td><span class="xref">System.Rune</span></td>
  402. <td></td>
  403. </tr>
  404. </tbody>
  405. </table>
  406. <h4 id="Terminal_Gui_ConsoleDriver_OnMeterSegment" data-uid="Terminal.Gui.ConsoleDriver.OnMeterSegment">OnMeterSegment</h4>
  407. <div class="markdown level1 summary">
  408. On Segment indicator for meter views (e.g. <a class="xref" href="Terminal.Gui.ProgressBar.html">ProgressBar</a>.
  409. </div>
  410. <div class="markdown level1 conceptual"></div>
  411. <h5 class="decalaration">Declaration</h5>
  412. <div class="codewrapper">
  413. <pre><code class="lang-csharp hljs">public Rune OnMeterSegment</code></pre>
  414. </div>
  415. <h5 class="fieldValue">Field Value</h5>
  416. <table class="table table-bordered table-striped table-condensed">
  417. <thead>
  418. <tr>
  419. <th>Type</th>
  420. <th>Description</th>
  421. </tr>
  422. </thead>
  423. <tbody>
  424. <tr>
  425. <td><span class="xref">System.Rune</span></td>
  426. <td></td>
  427. </tr>
  428. </tbody>
  429. </table>
  430. <h4 id="Terminal_Gui_ConsoleDriver_RightArrow" data-uid="Terminal.Gui.ConsoleDriver.RightArrow">RightArrow</h4>
  431. <div class="markdown level1 summary">
  432. Right Arrow.
  433. </div>
  434. <div class="markdown level1 conceptual"></div>
  435. <h5 class="decalaration">Declaration</h5>
  436. <div class="codewrapper">
  437. <pre><code class="lang-csharp hljs">public Rune RightArrow</code></pre>
  438. </div>
  439. <h5 class="fieldValue">Field Value</h5>
  440. <table class="table table-bordered table-striped table-condensed">
  441. <thead>
  442. <tr>
  443. <th>Type</th>
  444. <th>Description</th>
  445. </tr>
  446. </thead>
  447. <tbody>
  448. <tr>
  449. <td><span class="xref">System.Rune</span></td>
  450. <td></td>
  451. </tr>
  452. </tbody>
  453. </table>
  454. <h4 id="Terminal_Gui_ConsoleDriver_RightBracket" data-uid="Terminal.Gui.ConsoleDriver.RightBracket">RightBracket</h4>
  455. <div class="markdown level1 summary">
  456. Right frame/bracket (e.g. &apos;]&apos; for <a class="xref" href="Terminal.Gui.Button.html">Button</a>).
  457. </div>
  458. <div class="markdown level1 conceptual"></div>
  459. <h5 class="decalaration">Declaration</h5>
  460. <div class="codewrapper">
  461. <pre><code class="lang-csharp hljs">public Rune RightBracket</code></pre>
  462. </div>
  463. <h5 class="fieldValue">Field Value</h5>
  464. <table class="table table-bordered table-striped table-condensed">
  465. <thead>
  466. <tr>
  467. <th>Type</th>
  468. <th>Description</th>
  469. </tr>
  470. </thead>
  471. <tbody>
  472. <tr>
  473. <td><span class="xref">System.Rune</span></td>
  474. <td></td>
  475. </tr>
  476. </tbody>
  477. </table>
  478. <h4 id="Terminal_Gui_ConsoleDriver_RightDefaultIndicator" data-uid="Terminal.Gui.ConsoleDriver.RightDefaultIndicator">RightDefaultIndicator</h4>
  479. <div class="markdown level1 summary">
  480. Right indicator for default action (e.g. for <a class="xref" href="Terminal.Gui.Button.html">Button</a>).
  481. </div>
  482. <div class="markdown level1 conceptual"></div>
  483. <h5 class="decalaration">Declaration</h5>
  484. <div class="codewrapper">
  485. <pre><code class="lang-csharp hljs">public Rune RightDefaultIndicator</code></pre>
  486. </div>
  487. <h5 class="fieldValue">Field Value</h5>
  488. <table class="table table-bordered table-striped table-condensed">
  489. <thead>
  490. <tr>
  491. <th>Type</th>
  492. <th>Description</th>
  493. </tr>
  494. </thead>
  495. <tbody>
  496. <tr>
  497. <td><span class="xref">System.Rune</span></td>
  498. <td></td>
  499. </tr>
  500. </tbody>
  501. </table>
  502. <h4 id="Terminal_Gui_ConsoleDriver_RightTee" data-uid="Terminal.Gui.ConsoleDriver.RightTee">RightTee</h4>
  503. <div class="markdown level1 summary">
  504. Right tee
  505. </div>
  506. <div class="markdown level1 conceptual"></div>
  507. <h5 class="decalaration">Declaration</h5>
  508. <div class="codewrapper">
  509. <pre><code class="lang-csharp hljs">public Rune RightTee</code></pre>
  510. </div>
  511. <h5 class="fieldValue">Field Value</h5>
  512. <table class="table table-bordered table-striped table-condensed">
  513. <thead>
  514. <tr>
  515. <th>Type</th>
  516. <th>Description</th>
  517. </tr>
  518. </thead>
  519. <tbody>
  520. <tr>
  521. <td><span class="xref">System.Rune</span></td>
  522. <td></td>
  523. </tr>
  524. </tbody>
  525. </table>
  526. <h4 id="Terminal_Gui_ConsoleDriver_Selected" data-uid="Terminal.Gui.ConsoleDriver.Selected">Selected</h4>
  527. <div class="markdown level1 summary">
  528. Selected mark.
  529. </div>
  530. <div class="markdown level1 conceptual"></div>
  531. <h5 class="decalaration">Declaration</h5>
  532. <div class="codewrapper">
  533. <pre><code class="lang-csharp hljs">public Rune Selected</code></pre>
  534. </div>
  535. <h5 class="fieldValue">Field Value</h5>
  536. <table class="table table-bordered table-striped table-condensed">
  537. <thead>
  538. <tr>
  539. <th>Type</th>
  540. <th>Description</th>
  541. </tr>
  542. </thead>
  543. <tbody>
  544. <tr>
  545. <td><span class="xref">System.Rune</span></td>
  546. <td></td>
  547. </tr>
  548. </tbody>
  549. </table>
  550. <h4 id="Terminal_Gui_ConsoleDriver_Stipple" data-uid="Terminal.Gui.ConsoleDriver.Stipple">Stipple</h4>
  551. <div class="markdown level1 summary">
  552. Stipple pattern
  553. </div>
  554. <div class="markdown level1 conceptual"></div>
  555. <h5 class="decalaration">Declaration</h5>
  556. <div class="codewrapper">
  557. <pre><code class="lang-csharp hljs">public Rune Stipple</code></pre>
  558. </div>
  559. <h5 class="fieldValue">Field Value</h5>
  560. <table class="table table-bordered table-striped table-condensed">
  561. <thead>
  562. <tr>
  563. <th>Type</th>
  564. <th>Description</th>
  565. </tr>
  566. </thead>
  567. <tbody>
  568. <tr>
  569. <td><span class="xref">System.Rune</span></td>
  570. <td></td>
  571. </tr>
  572. </tbody>
  573. </table>
  574. <h4 id="Terminal_Gui_ConsoleDriver_TerminalResized" data-uid="Terminal.Gui.ConsoleDriver.TerminalResized">TerminalResized</h4>
  575. <div class="markdown level1 summary">
  576. The handler fired when the terminal is resized.
  577. </div>
  578. <div class="markdown level1 conceptual"></div>
  579. <h5 class="decalaration">Declaration</h5>
  580. <div class="codewrapper">
  581. <pre><code class="lang-csharp hljs">protected Action TerminalResized</code></pre>
  582. </div>
  583. <h5 class="fieldValue">Field Value</h5>
  584. <table class="table table-bordered table-striped table-condensed">
  585. <thead>
  586. <tr>
  587. <th>Type</th>
  588. <th>Description</th>
  589. </tr>
  590. </thead>
  591. <tbody>
  592. <tr>
  593. <td><span class="xref">System.Action</span></td>
  594. <td></td>
  595. </tr>
  596. </tbody>
  597. </table>
  598. <h4 id="Terminal_Gui_ConsoleDriver_TopTee" data-uid="Terminal.Gui.ConsoleDriver.TopTee">TopTee</h4>
  599. <div class="markdown level1 summary">
  600. Top tee
  601. </div>
  602. <div class="markdown level1 conceptual"></div>
  603. <h5 class="decalaration">Declaration</h5>
  604. <div class="codewrapper">
  605. <pre><code class="lang-csharp hljs">public Rune TopTee</code></pre>
  606. </div>
  607. <h5 class="fieldValue">Field Value</h5>
  608. <table class="table table-bordered table-striped table-condensed">
  609. <thead>
  610. <tr>
  611. <th>Type</th>
  612. <th>Description</th>
  613. </tr>
  614. </thead>
  615. <tbody>
  616. <tr>
  617. <td><span class="xref">System.Rune</span></td>
  618. <td></td>
  619. </tr>
  620. </tbody>
  621. </table>
  622. <h4 id="Terminal_Gui_ConsoleDriver_ULCorner" data-uid="Terminal.Gui.ConsoleDriver.ULCorner">ULCorner</h4>
  623. <div class="markdown level1 summary">
  624. Upper left corner
  625. </div>
  626. <div class="markdown level1 conceptual"></div>
  627. <h5 class="decalaration">Declaration</h5>
  628. <div class="codewrapper">
  629. <pre><code class="lang-csharp hljs">public Rune ULCorner</code></pre>
  630. </div>
  631. <h5 class="fieldValue">Field Value</h5>
  632. <table class="table table-bordered table-striped table-condensed">
  633. <thead>
  634. <tr>
  635. <th>Type</th>
  636. <th>Description</th>
  637. </tr>
  638. </thead>
  639. <tbody>
  640. <tr>
  641. <td><span class="xref">System.Rune</span></td>
  642. <td></td>
  643. </tr>
  644. </tbody>
  645. </table>
  646. <h4 id="Terminal_Gui_ConsoleDriver_UnChecked" data-uid="Terminal.Gui.ConsoleDriver.UnChecked">UnChecked</h4>
  647. <div class="markdown level1 summary">
  648. Un-checked checkmark.
  649. </div>
  650. <div class="markdown level1 conceptual"></div>
  651. <h5 class="decalaration">Declaration</h5>
  652. <div class="codewrapper">
  653. <pre><code class="lang-csharp hljs">public Rune UnChecked</code></pre>
  654. </div>
  655. <h5 class="fieldValue">Field Value</h5>
  656. <table class="table table-bordered table-striped table-condensed">
  657. <thead>
  658. <tr>
  659. <th>Type</th>
  660. <th>Description</th>
  661. </tr>
  662. </thead>
  663. <tbody>
  664. <tr>
  665. <td><span class="xref">System.Rune</span></td>
  666. <td></td>
  667. </tr>
  668. </tbody>
  669. </table>
  670. <h4 id="Terminal_Gui_ConsoleDriver_UnSelected" data-uid="Terminal.Gui.ConsoleDriver.UnSelected">UnSelected</h4>
  671. <div class="markdown level1 summary">
  672. Un-selected selected mark.
  673. </div>
  674. <div class="markdown level1 conceptual"></div>
  675. <h5 class="decalaration">Declaration</h5>
  676. <div class="codewrapper">
  677. <pre><code class="lang-csharp hljs">public Rune UnSelected</code></pre>
  678. </div>
  679. <h5 class="fieldValue">Field Value</h5>
  680. <table class="table table-bordered table-striped table-condensed">
  681. <thead>
  682. <tr>
  683. <th>Type</th>
  684. <th>Description</th>
  685. </tr>
  686. </thead>
  687. <tbody>
  688. <tr>
  689. <td><span class="xref">System.Rune</span></td>
  690. <td></td>
  691. </tr>
  692. </tbody>
  693. </table>
  694. <h4 id="Terminal_Gui_ConsoleDriver_UpArrow" data-uid="Terminal.Gui.ConsoleDriver.UpArrow">UpArrow</h4>
  695. <div class="markdown level1 summary">
  696. Up Arrow.
  697. </div>
  698. <div class="markdown level1 conceptual"></div>
  699. <h5 class="decalaration">Declaration</h5>
  700. <div class="codewrapper">
  701. <pre><code class="lang-csharp hljs">public Rune UpArrow</code></pre>
  702. </div>
  703. <h5 class="fieldValue">Field Value</h5>
  704. <table class="table table-bordered table-striped table-condensed">
  705. <thead>
  706. <tr>
  707. <th>Type</th>
  708. <th>Description</th>
  709. </tr>
  710. </thead>
  711. <tbody>
  712. <tr>
  713. <td><span class="xref">System.Rune</span></td>
  714. <td></td>
  715. </tr>
  716. </tbody>
  717. </table>
  718. <h4 id="Terminal_Gui_ConsoleDriver_URCorner" data-uid="Terminal.Gui.ConsoleDriver.URCorner">URCorner</h4>
  719. <div class="markdown level1 summary">
  720. Upper right corner
  721. </div>
  722. <div class="markdown level1 conceptual"></div>
  723. <h5 class="decalaration">Declaration</h5>
  724. <div class="codewrapper">
  725. <pre><code class="lang-csharp hljs">public Rune URCorner</code></pre>
  726. </div>
  727. <h5 class="fieldValue">Field Value</h5>
  728. <table class="table table-bordered table-striped table-condensed">
  729. <thead>
  730. <tr>
  731. <th>Type</th>
  732. <th>Description</th>
  733. </tr>
  734. </thead>
  735. <tbody>
  736. <tr>
  737. <td><span class="xref">System.Rune</span></td>
  738. <td></td>
  739. </tr>
  740. </tbody>
  741. </table>
  742. <h4 id="Terminal_Gui_ConsoleDriver_VLine" data-uid="Terminal.Gui.ConsoleDriver.VLine">VLine</h4>
  743. <div class="markdown level1 summary">
  744. Vertical line character.
  745. </div>
  746. <div class="markdown level1 conceptual"></div>
  747. <h5 class="decalaration">Declaration</h5>
  748. <div class="codewrapper">
  749. <pre><code class="lang-csharp hljs">public Rune VLine</code></pre>
  750. </div>
  751. <h5 class="fieldValue">Field Value</h5>
  752. <table class="table table-bordered table-striped table-condensed">
  753. <thead>
  754. <tr>
  755. <th>Type</th>
  756. <th>Description</th>
  757. </tr>
  758. </thead>
  759. <tbody>
  760. <tr>
  761. <td><span class="xref">System.Rune</span></td>
  762. <td></td>
  763. </tr>
  764. </tbody>
  765. </table>
  766. <h3 id="properties">Properties
  767. </h3>
  768. <a id="Terminal_Gui_ConsoleDriver_Clip_" data-uid="Terminal.Gui.ConsoleDriver.Clip*"></a>
  769. <h4 id="Terminal_Gui_ConsoleDriver_Clip" data-uid="Terminal.Gui.ConsoleDriver.Clip">Clip</h4>
  770. <div class="markdown level1 summary">
  771. Controls the current clipping region that AddRune/AddStr is subject to.
  772. </div>
  773. <div class="markdown level1 conceptual"></div>
  774. <h5 class="decalaration">Declaration</h5>
  775. <div class="codewrapper">
  776. <pre><code class="lang-csharp hljs">public Rect Clip { get; set; }</code></pre>
  777. </div>
  778. <h5 class="propertyValue">Property Value</h5>
  779. <table class="table table-bordered table-striped table-condensed">
  780. <thead>
  781. <tr>
  782. <th>Type</th>
  783. <th>Description</th>
  784. </tr>
  785. </thead>
  786. <tbody>
  787. <tr>
  788. <td><a class="xref" href="Terminal.Gui.Rect.html">Rect</a></td>
  789. <td>The clip.</td>
  790. </tr>
  791. </tbody>
  792. </table>
  793. <a id="Terminal_Gui_ConsoleDriver_Cols_" data-uid="Terminal.Gui.ConsoleDriver.Cols*"></a>
  794. <h4 id="Terminal_Gui_ConsoleDriver_Cols" data-uid="Terminal.Gui.ConsoleDriver.Cols">Cols</h4>
  795. <div class="markdown level1 summary">
  796. The current number of columns in the terminal.
  797. </div>
  798. <div class="markdown level1 conceptual"></div>
  799. <h5 class="decalaration">Declaration</h5>
  800. <div class="codewrapper">
  801. <pre><code class="lang-csharp hljs">public abstract int Cols { get; }</code></pre>
  802. </div>
  803. <h5 class="propertyValue">Property Value</h5>
  804. <table class="table table-bordered table-striped table-condensed">
  805. <thead>
  806. <tr>
  807. <th>Type</th>
  808. <th>Description</th>
  809. </tr>
  810. </thead>
  811. <tbody>
  812. <tr>
  813. <td><span class="xref">System.Int32</span></td>
  814. <td></td>
  815. </tr>
  816. </tbody>
  817. </table>
  818. <a id="Terminal_Gui_ConsoleDriver_Diagnostics_" data-uid="Terminal.Gui.ConsoleDriver.Diagnostics*"></a>
  819. <h4 id="Terminal_Gui_ConsoleDriver_Diagnostics" data-uid="Terminal.Gui.ConsoleDriver.Diagnostics">Diagnostics</h4>
  820. <div class="markdown level1 summary">
  821. Set flags to enable/disable <a class="xref" href="Terminal.Gui.ConsoleDriver.html">ConsoleDriver</a> diagnostics.
  822. </div>
  823. <div class="markdown level1 conceptual"></div>
  824. <h5 class="decalaration">Declaration</h5>
  825. <div class="codewrapper">
  826. <pre><code class="lang-csharp hljs">public static ConsoleDriver.DiagnosticFlags Diagnostics { get; set; }</code></pre>
  827. </div>
  828. <h5 class="propertyValue">Property Value</h5>
  829. <table class="table table-bordered table-striped table-condensed">
  830. <thead>
  831. <tr>
  832. <th>Type</th>
  833. <th>Description</th>
  834. </tr>
  835. </thead>
  836. <tbody>
  837. <tr>
  838. <td><a class="xref" href="Terminal.Gui.ConsoleDriver.DiagnosticFlags.html">ConsoleDriver.DiagnosticFlags</a></td>
  839. <td></td>
  840. </tr>
  841. </tbody>
  842. </table>
  843. <a id="Terminal_Gui_ConsoleDriver_Rows_" data-uid="Terminal.Gui.ConsoleDriver.Rows*"></a>
  844. <h4 id="Terminal_Gui_ConsoleDriver_Rows" data-uid="Terminal.Gui.ConsoleDriver.Rows">Rows</h4>
  845. <div class="markdown level1 summary">
  846. The current number of rows in the terminal.
  847. </div>
  848. <div class="markdown level1 conceptual"></div>
  849. <h5 class="decalaration">Declaration</h5>
  850. <div class="codewrapper">
  851. <pre><code class="lang-csharp hljs">public abstract int Rows { get; }</code></pre>
  852. </div>
  853. <h5 class="propertyValue">Property Value</h5>
  854. <table class="table table-bordered table-striped table-condensed">
  855. <thead>
  856. <tr>
  857. <th>Type</th>
  858. <th>Description</th>
  859. </tr>
  860. </thead>
  861. <tbody>
  862. <tr>
  863. <td><span class="xref">System.Int32</span></td>
  864. <td></td>
  865. </tr>
  866. </tbody>
  867. </table>
  868. <h3 id="methods">Methods
  869. </h3>
  870. <a id="Terminal_Gui_ConsoleDriver_AddRune_" data-uid="Terminal.Gui.ConsoleDriver.AddRune*"></a>
  871. <h4 id="Terminal_Gui_ConsoleDriver_AddRune_System_Rune_" data-uid="Terminal.Gui.ConsoleDriver.AddRune(System.Rune)">AddRune(Rune)</h4>
  872. <div class="markdown level1 summary">
  873. Adds the specified rune to the display at the current cursor position
  874. </div>
  875. <div class="markdown level1 conceptual"></div>
  876. <h5 class="decalaration">Declaration</h5>
  877. <div class="codewrapper">
  878. <pre><code class="lang-csharp hljs">public abstract void AddRune(Rune rune)</code></pre>
  879. </div>
  880. <h5 class="parameters">Parameters</h5>
  881. <table class="table table-bordered table-striped table-condensed">
  882. <thead>
  883. <tr>
  884. <th>Type</th>
  885. <th>Name</th>
  886. <th>Description</th>
  887. </tr>
  888. </thead>
  889. <tbody>
  890. <tr>
  891. <td><span class="xref">System.Rune</span></td>
  892. <td><span class="parametername">rune</span></td>
  893. <td>Rune to add.</td>
  894. </tr>
  895. </tbody>
  896. </table>
  897. <a id="Terminal_Gui_ConsoleDriver_AddStr_" data-uid="Terminal.Gui.ConsoleDriver.AddStr*"></a>
  898. <h4 id="Terminal_Gui_ConsoleDriver_AddStr_NStack_ustring_" data-uid="Terminal.Gui.ConsoleDriver.AddStr(NStack.ustring)">AddStr(ustring)</h4>
  899. <div class="markdown level1 summary">
  900. Adds the specified
  901. </div>
  902. <div class="markdown level1 conceptual"></div>
  903. <h5 class="decalaration">Declaration</h5>
  904. <div class="codewrapper">
  905. <pre><code class="lang-csharp hljs">public abstract void AddStr(ustring str)</code></pre>
  906. </div>
  907. <h5 class="parameters">Parameters</h5>
  908. <table class="table table-bordered table-striped table-condensed">
  909. <thead>
  910. <tr>
  911. <th>Type</th>
  912. <th>Name</th>
  913. <th>Description</th>
  914. </tr>
  915. </thead>
  916. <tbody>
  917. <tr>
  918. <td><span class="xref">NStack.ustring</span></td>
  919. <td><span class="parametername">str</span></td>
  920. <td>String.</td>
  921. </tr>
  922. </tbody>
  923. </table>
  924. <a id="Terminal_Gui_ConsoleDriver_CookMouse_" data-uid="Terminal.Gui.ConsoleDriver.CookMouse*"></a>
  925. <h4 id="Terminal_Gui_ConsoleDriver_CookMouse" data-uid="Terminal.Gui.ConsoleDriver.CookMouse">CookMouse()</h4>
  926. <div class="markdown level1 summary">
  927. Enables the cooked event processing from the mouse driver
  928. </div>
  929. <div class="markdown level1 conceptual"></div>
  930. <h5 class="decalaration">Declaration</h5>
  931. <div class="codewrapper">
  932. <pre><code class="lang-csharp hljs">public abstract void CookMouse()</code></pre>
  933. </div>
  934. <a id="Terminal_Gui_ConsoleDriver_DrawFrame_" data-uid="Terminal.Gui.ConsoleDriver.DrawFrame*"></a>
  935. <h4 id="Terminal_Gui_ConsoleDriver_DrawFrame_Terminal_Gui_Rect_System_Int32_System_Boolean_" data-uid="Terminal.Gui.ConsoleDriver.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)">DrawFrame(Rect, Int32, Boolean)</h4>
  936. <div class="markdown level1 summary">
  937. Draws a frame on the specified region with the specified padding around the frame.
  938. </div>
  939. <div class="markdown level1 conceptual"></div>
  940. <h5 class="decalaration">Declaration</h5>
  941. <div class="codewrapper">
  942. <pre><code class="lang-csharp hljs">public virtual void DrawFrame(Rect region, int padding, bool fill)</code></pre>
  943. </div>
  944. <h5 class="parameters">Parameters</h5>
  945. <table class="table table-bordered table-striped table-condensed">
  946. <thead>
  947. <tr>
  948. <th>Type</th>
  949. <th>Name</th>
  950. <th>Description</th>
  951. </tr>
  952. </thead>
  953. <tbody>
  954. <tr>
  955. <td><a class="xref" href="Terminal.Gui.Rect.html">Rect</a></td>
  956. <td><span class="parametername">region</span></td>
  957. <td>Screen relative region where the frame will be drawn.</td>
  958. </tr>
  959. <tr>
  960. <td><span class="xref">System.Int32</span></td>
  961. <td><span class="parametername">padding</span></td>
  962. <td>Padding to add on the sides.</td>
  963. </tr>
  964. <tr>
  965. <td><span class="xref">System.Boolean</span></td>
  966. <td><span class="parametername">fill</span></td>
  967. <td>If set to <code>true</code> it will clear the contents with the current color, otherwise the contents will be left untouched.</td>
  968. </tr>
  969. </tbody>
  970. </table>
  971. <h5 id="Terminal_Gui_ConsoleDriver_DrawFrame_Terminal_Gui_Rect_System_Int32_System_Boolean__remarks">Remarks</h5>
  972. <div class="markdown level1 remarks">This API has been superceded by <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_DrawWindowFrame_Terminal_Gui_Rect_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_">DrawWindowFrame(Rect, Int32, Int32, Int32, Int32, Boolean, Boolean)</a>.</div>
  973. <a id="Terminal_Gui_ConsoleDriver_DrawWindowFrame_" data-uid="Terminal.Gui.ConsoleDriver.DrawWindowFrame*"></a>
  974. <h4 id="Terminal_Gui_ConsoleDriver_DrawWindowFrame_Terminal_Gui_Rect_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_" data-uid="Terminal.Gui.ConsoleDriver.DrawWindowFrame(Terminal.Gui.Rect,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean)">DrawWindowFrame(Rect, Int32, Int32, Int32, Int32, Boolean, Boolean)</h4>
  975. <div class="markdown level1 summary">
  976. Draws a frame for a window with padding and an optional visible border inside the padding.
  977. </div>
  978. <div class="markdown level1 conceptual"></div>
  979. <h5 class="decalaration">Declaration</h5>
  980. <div class="codewrapper">
  981. <pre><code class="lang-csharp hljs">public virtual void DrawWindowFrame(Rect region, int paddingLeft = 0, int paddingTop = 0, int paddingRight = 0, int paddingBottom = 0, bool border = true, bool fill = false)</code></pre>
  982. </div>
  983. <h5 class="parameters">Parameters</h5>
  984. <table class="table table-bordered table-striped table-condensed">
  985. <thead>
  986. <tr>
  987. <th>Type</th>
  988. <th>Name</th>
  989. <th>Description</th>
  990. </tr>
  991. </thead>
  992. <tbody>
  993. <tr>
  994. <td><a class="xref" href="Terminal.Gui.Rect.html">Rect</a></td>
  995. <td><span class="parametername">region</span></td>
  996. <td>Screen relative region where the frame will be drawn.</td>
  997. </tr>
  998. <tr>
  999. <td><span class="xref">System.Int32</span></td>
  1000. <td><span class="parametername">paddingLeft</span></td>
  1001. <td>Number of columns to pad on the left (if 0 the border will not appear on the left).</td>
  1002. </tr>
  1003. <tr>
  1004. <td><span class="xref">System.Int32</span></td>
  1005. <td><span class="parametername">paddingTop</span></td>
  1006. <td>Number of rows to pad on the top (if 0 the border and title will not appear on the top).</td>
  1007. </tr>
  1008. <tr>
  1009. <td><span class="xref">System.Int32</span></td>
  1010. <td><span class="parametername">paddingRight</span></td>
  1011. <td>Number of columns to pad on the right (if 0 the border will not appear on the right).</td>
  1012. </tr>
  1013. <tr>
  1014. <td><span class="xref">System.Int32</span></td>
  1015. <td><span class="parametername">paddingBottom</span></td>
  1016. <td>Number of rows to pad on the bottom (if 0 the border will not appear on the bottom).</td>
  1017. </tr>
  1018. <tr>
  1019. <td><span class="xref">System.Boolean</span></td>
  1020. <td><span class="parametername">border</span></td>
  1021. <td>If set to <code>true</code> and any padding dimension is > 0 the border will be drawn.</td>
  1022. </tr>
  1023. <tr>
  1024. <td><span class="xref">System.Boolean</span></td>
  1025. <td><span class="parametername">fill</span></td>
  1026. <td>If set to <code>true</code> it will clear the content area (the area inside the padding) with the current color, otherwise the content area will be left untouched.</td>
  1027. </tr>
  1028. </tbody>
  1029. </table>
  1030. <a id="Terminal_Gui_ConsoleDriver_DrawWindowTitle_" data-uid="Terminal.Gui.ConsoleDriver.DrawWindowTitle*"></a>
  1031. <h4 id="Terminal_Gui_ConsoleDriver_DrawWindowTitle_Terminal_Gui_Rect_NStack_ustring_System_Int32_System_Int32_System_Int32_System_Int32_Terminal_Gui_TextAlignment_" data-uid="Terminal.Gui.ConsoleDriver.DrawWindowTitle(Terminal.Gui.Rect,NStack.ustring,System.Int32,System.Int32,System.Int32,System.Int32,Terminal.Gui.TextAlignment)">DrawWindowTitle(Rect, ustring, Int32, Int32, Int32, Int32, TextAlignment)</h4>
  1032. <div class="markdown level1 summary">
  1033. Draws the title for a Window-style view incorporating padding.
  1034. </div>
  1035. <div class="markdown level1 conceptual"></div>
  1036. <h5 class="decalaration">Declaration</h5>
  1037. <div class="codewrapper">
  1038. <pre><code class="lang-csharp hljs">public virtual void DrawWindowTitle(Rect region, ustring title, int paddingLeft, int paddingTop, int paddingRight, int paddingBottom, TextAlignment textAlignment = TextAlignment.Left)</code></pre>
  1039. </div>
  1040. <h5 class="parameters">Parameters</h5>
  1041. <table class="table table-bordered table-striped table-condensed">
  1042. <thead>
  1043. <tr>
  1044. <th>Type</th>
  1045. <th>Name</th>
  1046. <th>Description</th>
  1047. </tr>
  1048. </thead>
  1049. <tbody>
  1050. <tr>
  1051. <td><a class="xref" href="Terminal.Gui.Rect.html">Rect</a></td>
  1052. <td><span class="parametername">region</span></td>
  1053. <td>Screen relative region where the frame will be drawn.</td>
  1054. </tr>
  1055. <tr>
  1056. <td><span class="xref">NStack.ustring</span></td>
  1057. <td><span class="parametername">title</span></td>
  1058. <td>The title for the window. The title will only be drawn if <code>title</code> is not null or empty and paddingTop is greater than 0.</td>
  1059. </tr>
  1060. <tr>
  1061. <td><span class="xref">System.Int32</span></td>
  1062. <td><span class="parametername">paddingLeft</span></td>
  1063. <td>Number of columns to pad on the left (if 0 the border will not appear on the left).</td>
  1064. </tr>
  1065. <tr>
  1066. <td><span class="xref">System.Int32</span></td>
  1067. <td><span class="parametername">paddingTop</span></td>
  1068. <td>Number of rows to pad on the top (if 0 the border and title will not appear on the top).</td>
  1069. </tr>
  1070. <tr>
  1071. <td><span class="xref">System.Int32</span></td>
  1072. <td><span class="parametername">paddingRight</span></td>
  1073. <td>Number of columns to pad on the right (if 0 the border will not appear on the right).</td>
  1074. </tr>
  1075. <tr>
  1076. <td><span class="xref">System.Int32</span></td>
  1077. <td><span class="parametername">paddingBottom</span></td>
  1078. <td>Number of rows to pad on the bottom (if 0 the border will not appear on the bottom).</td>
  1079. </tr>
  1080. <tr>
  1081. <td><a class="xref" href="Terminal.Gui.TextAlignment.html">TextAlignment</a></td>
  1082. <td><span class="parametername">textAlignment</span></td>
  1083. <td>Not yet immplemented.</td>
  1084. </tr>
  1085. </tbody>
  1086. </table>
  1087. <a id="Terminal_Gui_ConsoleDriver_End_" data-uid="Terminal.Gui.ConsoleDriver.End*"></a>
  1088. <h4 id="Terminal_Gui_ConsoleDriver_End" data-uid="Terminal.Gui.ConsoleDriver.End">End()</h4>
  1089. <div class="markdown level1 summary">
  1090. Ends the execution of the console driver.
  1091. </div>
  1092. <div class="markdown level1 conceptual"></div>
  1093. <h5 class="decalaration">Declaration</h5>
  1094. <div class="codewrapper">
  1095. <pre><code class="lang-csharp hljs">public abstract void End()</code></pre>
  1096. </div>
  1097. <a id="Terminal_Gui_ConsoleDriver_Init_" data-uid="Terminal.Gui.ConsoleDriver.Init*"></a>
  1098. <h4 id="Terminal_Gui_ConsoleDriver_Init_System_Action_" data-uid="Terminal.Gui.ConsoleDriver.Init(System.Action)">Init(Action)</h4>
  1099. <div class="markdown level1 summary">
  1100. Initializes the driver
  1101. </div>
  1102. <div class="markdown level1 conceptual"></div>
  1103. <h5 class="decalaration">Declaration</h5>
  1104. <div class="codewrapper">
  1105. <pre><code class="lang-csharp hljs">public abstract void Init(Action terminalResized)</code></pre>
  1106. </div>
  1107. <h5 class="parameters">Parameters</h5>
  1108. <table class="table table-bordered table-striped table-condensed">
  1109. <thead>
  1110. <tr>
  1111. <th>Type</th>
  1112. <th>Name</th>
  1113. <th>Description</th>
  1114. </tr>
  1115. </thead>
  1116. <tbody>
  1117. <tr>
  1118. <td><span class="xref">System.Action</span></td>
  1119. <td><span class="parametername">terminalResized</span></td>
  1120. <td>Method to invoke when the terminal is resized.</td>
  1121. </tr>
  1122. </tbody>
  1123. </table>
  1124. <a id="Terminal_Gui_ConsoleDriver_MakeAttribute_" data-uid="Terminal.Gui.ConsoleDriver.MakeAttribute*"></a>
  1125. <h4 id="Terminal_Gui_ConsoleDriver_MakeAttribute_Terminal_Gui_Color_Terminal_Gui_Color_" data-uid="Terminal.Gui.ConsoleDriver.MakeAttribute(Terminal.Gui.Color,Terminal.Gui.Color)">MakeAttribute(Color, Color)</h4>
  1126. <div class="markdown level1 summary">
  1127. Make the attribute for the foreground and background colors.
  1128. </div>
  1129. <div class="markdown level1 conceptual"></div>
  1130. <h5 class="decalaration">Declaration</h5>
  1131. <div class="codewrapper">
  1132. <pre><code class="lang-csharp hljs">public abstract Attribute MakeAttribute(Color fore, Color back)</code></pre>
  1133. </div>
  1134. <h5 class="parameters">Parameters</h5>
  1135. <table class="table table-bordered table-striped table-condensed">
  1136. <thead>
  1137. <tr>
  1138. <th>Type</th>
  1139. <th>Name</th>
  1140. <th>Description</th>
  1141. </tr>
  1142. </thead>
  1143. <tbody>
  1144. <tr>
  1145. <td><a class="xref" href="Terminal.Gui.Color.html">Color</a></td>
  1146. <td><span class="parametername">fore</span></td>
  1147. <td>Foreground.</td>
  1148. </tr>
  1149. <tr>
  1150. <td><a class="xref" href="Terminal.Gui.Color.html">Color</a></td>
  1151. <td><span class="parametername">back</span></td>
  1152. <td>Background.</td>
  1153. </tr>
  1154. </tbody>
  1155. </table>
  1156. <h5 class="returns">Returns</h5>
  1157. <table class="table table-bordered table-striped table-condensed">
  1158. <thead>
  1159. <tr>
  1160. <th>Type</th>
  1161. <th>Description</th>
  1162. </tr>
  1163. </thead>
  1164. <tbody>
  1165. <tr>
  1166. <td><a class="xref" href="Terminal.Gui.Attribute.html">Attribute</a></td>
  1167. <td></td>
  1168. </tr>
  1169. </tbody>
  1170. </table>
  1171. <a id="Terminal_Gui_ConsoleDriver_MakePrintable_" data-uid="Terminal.Gui.ConsoleDriver.MakePrintable*"></a>
  1172. <h4 id="Terminal_Gui_ConsoleDriver_MakePrintable_System_Rune_" data-uid="Terminal.Gui.ConsoleDriver.MakePrintable(System.Rune)">MakePrintable(Rune)</h4>
  1173. <div class="markdown level1 summary">
  1174. Ensures a Rune is not a control character and can be displayed by translating characters below 0x20
  1175. to equivalent, printable, Unicode chars.
  1176. </div>
  1177. <div class="markdown level1 conceptual"></div>
  1178. <h5 class="decalaration">Declaration</h5>
  1179. <div class="codewrapper">
  1180. <pre><code class="lang-csharp hljs">public static Rune MakePrintable(Rune c)</code></pre>
  1181. </div>
  1182. <h5 class="parameters">Parameters</h5>
  1183. <table class="table table-bordered table-striped table-condensed">
  1184. <thead>
  1185. <tr>
  1186. <th>Type</th>
  1187. <th>Name</th>
  1188. <th>Description</th>
  1189. </tr>
  1190. </thead>
  1191. <tbody>
  1192. <tr>
  1193. <td><span class="xref">System.Rune</span></td>
  1194. <td><span class="parametername">c</span></td>
  1195. <td>Rune to translate</td>
  1196. </tr>
  1197. </tbody>
  1198. </table>
  1199. <h5 class="returns">Returns</h5>
  1200. <table class="table table-bordered table-striped table-condensed">
  1201. <thead>
  1202. <tr>
  1203. <th>Type</th>
  1204. <th>Description</th>
  1205. </tr>
  1206. </thead>
  1207. <tbody>
  1208. <tr>
  1209. <td><span class="xref">System.Rune</span></td>
  1210. <td></td>
  1211. </tr>
  1212. </tbody>
  1213. </table>
  1214. <a id="Terminal_Gui_ConsoleDriver_Move_" data-uid="Terminal.Gui.ConsoleDriver.Move*"></a>
  1215. <h4 id="Terminal_Gui_ConsoleDriver_Move_System_Int32_System_Int32_" data-uid="Terminal.Gui.ConsoleDriver.Move(System.Int32,System.Int32)">Move(Int32, Int32)</h4>
  1216. <div class="markdown level1 summary">
  1217. Moves the cursor to the specified column and row.
  1218. </div>
  1219. <div class="markdown level1 conceptual"></div>
  1220. <h5 class="decalaration">Declaration</h5>
  1221. <div class="codewrapper">
  1222. <pre><code class="lang-csharp hljs">public abstract void Move(int col, int row)</code></pre>
  1223. </div>
  1224. <h5 class="parameters">Parameters</h5>
  1225. <table class="table table-bordered table-striped table-condensed">
  1226. <thead>
  1227. <tr>
  1228. <th>Type</th>
  1229. <th>Name</th>
  1230. <th>Description</th>
  1231. </tr>
  1232. </thead>
  1233. <tbody>
  1234. <tr>
  1235. <td><span class="xref">System.Int32</span></td>
  1236. <td><span class="parametername">col</span></td>
  1237. <td>Column to move the cursor to.</td>
  1238. </tr>
  1239. <tr>
  1240. <td><span class="xref">System.Int32</span></td>
  1241. <td><span class="parametername">row</span></td>
  1242. <td>Row to move the cursor to.</td>
  1243. </tr>
  1244. </tbody>
  1245. </table>
  1246. <a id="Terminal_Gui_ConsoleDriver_PrepareToRun_" data-uid="Terminal.Gui.ConsoleDriver.PrepareToRun*"></a>
  1247. <h4 id="Terminal_Gui_ConsoleDriver_PrepareToRun_Terminal_Gui_MainLoop_System_Action_Terminal_Gui_KeyEvent__System_Action_Terminal_Gui_KeyEvent__System_Action_Terminal_Gui_KeyEvent__System_Action_Terminal_Gui_MouseEvent__" data-uid="Terminal.Gui.ConsoleDriver.PrepareToRun(Terminal.Gui.MainLoop,System.Action{Terminal.Gui.KeyEvent},System.Action{Terminal.Gui.KeyEvent},System.Action{Terminal.Gui.KeyEvent},System.Action{Terminal.Gui.MouseEvent})">PrepareToRun(MainLoop, Action&lt;KeyEvent&gt;, Action&lt;KeyEvent&gt;, Action&lt;KeyEvent&gt;, Action&lt;MouseEvent&gt;)</h4>
  1248. <div class="markdown level1 summary">
  1249. Prepare the driver and set the key and mouse events handlers.
  1250. </div>
  1251. <div class="markdown level1 conceptual"></div>
  1252. <h5 class="decalaration">Declaration</h5>
  1253. <div class="codewrapper">
  1254. <pre><code class="lang-csharp hljs">public abstract void PrepareToRun(MainLoop mainLoop, Action&lt;KeyEvent&gt; keyHandler, Action&lt;KeyEvent&gt; keyDownHandler, Action&lt;KeyEvent&gt; keyUpHandler, Action&lt;MouseEvent&gt; mouseHandler)</code></pre>
  1255. </div>
  1256. <h5 class="parameters">Parameters</h5>
  1257. <table class="table table-bordered table-striped table-condensed">
  1258. <thead>
  1259. <tr>
  1260. <th>Type</th>
  1261. <th>Name</th>
  1262. <th>Description</th>
  1263. </tr>
  1264. </thead>
  1265. <tbody>
  1266. <tr>
  1267. <td><a class="xref" href="Terminal.Gui.MainLoop.html">MainLoop</a></td>
  1268. <td><span class="parametername">mainLoop</span></td>
  1269. <td>The main loop.</td>
  1270. </tr>
  1271. <tr>
  1272. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.KeyEvent.html">KeyEvent</a>&gt;</td>
  1273. <td><span class="parametername">keyHandler</span></td>
  1274. <td>The handler for ProcessKey</td>
  1275. </tr>
  1276. <tr>
  1277. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.KeyEvent.html">KeyEvent</a>&gt;</td>
  1278. <td><span class="parametername">keyDownHandler</span></td>
  1279. <td>The handler for key down events</td>
  1280. </tr>
  1281. <tr>
  1282. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.KeyEvent.html">KeyEvent</a>&gt;</td>
  1283. <td><span class="parametername">keyUpHandler</span></td>
  1284. <td>The handler for key up events</td>
  1285. </tr>
  1286. <tr>
  1287. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.MouseEvent.html">MouseEvent</a>&gt;</td>
  1288. <td><span class="parametername">mouseHandler</span></td>
  1289. <td>The handler for mouse events</td>
  1290. </tr>
  1291. </tbody>
  1292. </table>
  1293. <a id="Terminal_Gui_ConsoleDriver_Refresh_" data-uid="Terminal.Gui.ConsoleDriver.Refresh*"></a>
  1294. <h4 id="Terminal_Gui_ConsoleDriver_Refresh" data-uid="Terminal.Gui.ConsoleDriver.Refresh">Refresh()</h4>
  1295. <div class="markdown level1 summary">
  1296. Updates the screen to reflect all the changes that have been done to the display buffer
  1297. </div>
  1298. <div class="markdown level1 conceptual"></div>
  1299. <h5 class="decalaration">Declaration</h5>
  1300. <div class="codewrapper">
  1301. <pre><code class="lang-csharp hljs">public abstract void Refresh()</code></pre>
  1302. </div>
  1303. <a id="Terminal_Gui_ConsoleDriver_SetAttribute_" data-uid="Terminal.Gui.ConsoleDriver.SetAttribute*"></a>
  1304. <h4 id="Terminal_Gui_ConsoleDriver_SetAttribute_Terminal_Gui_Attribute_" data-uid="Terminal.Gui.ConsoleDriver.SetAttribute(Terminal.Gui.Attribute)">SetAttribute(Attribute)</h4>
  1305. <div class="markdown level1 summary">
  1306. Selects the specified attribute as the attribute to use for future calls to AddRune, AddString.
  1307. </div>
  1308. <div class="markdown level1 conceptual"></div>
  1309. <h5 class="decalaration">Declaration</h5>
  1310. <div class="codewrapper">
  1311. <pre><code class="lang-csharp hljs">public abstract void SetAttribute(Attribute c)</code></pre>
  1312. </div>
  1313. <h5 class="parameters">Parameters</h5>
  1314. <table class="table table-bordered table-striped table-condensed">
  1315. <thead>
  1316. <tr>
  1317. <th>Type</th>
  1318. <th>Name</th>
  1319. <th>Description</th>
  1320. </tr>
  1321. </thead>
  1322. <tbody>
  1323. <tr>
  1324. <td><a class="xref" href="Terminal.Gui.Attribute.html">Attribute</a></td>
  1325. <td><span class="parametername">c</span></td>
  1326. <td>C.</td>
  1327. </tr>
  1328. </tbody>
  1329. </table>
  1330. <a id="Terminal_Gui_ConsoleDriver_SetColors_" data-uid="Terminal.Gui.ConsoleDriver.SetColors*"></a>
  1331. <h4 id="Terminal_Gui_ConsoleDriver_SetColors_System_ConsoleColor_System_ConsoleColor_" data-uid="Terminal.Gui.ConsoleDriver.SetColors(System.ConsoleColor,System.ConsoleColor)">SetColors(ConsoleColor, ConsoleColor)</h4>
  1332. <div class="markdown level1 summary">
  1333. Set Colors from limit sets of colors.
  1334. </div>
  1335. <div class="markdown level1 conceptual"></div>
  1336. <h5 class="decalaration">Declaration</h5>
  1337. <div class="codewrapper">
  1338. <pre><code class="lang-csharp hljs">public abstract void SetColors(ConsoleColor foreground, ConsoleColor background)</code></pre>
  1339. </div>
  1340. <h5 class="parameters">Parameters</h5>
  1341. <table class="table table-bordered table-striped table-condensed">
  1342. <thead>
  1343. <tr>
  1344. <th>Type</th>
  1345. <th>Name</th>
  1346. <th>Description</th>
  1347. </tr>
  1348. </thead>
  1349. <tbody>
  1350. <tr>
  1351. <td><span class="xref">System.ConsoleColor</span></td>
  1352. <td><span class="parametername">foreground</span></td>
  1353. <td>Foreground.</td>
  1354. </tr>
  1355. <tr>
  1356. <td><span class="xref">System.ConsoleColor</span></td>
  1357. <td><span class="parametername">background</span></td>
  1358. <td>Background.</td>
  1359. </tr>
  1360. </tbody>
  1361. </table>
  1362. <a id="Terminal_Gui_ConsoleDriver_SetColors_" data-uid="Terminal.Gui.ConsoleDriver.SetColors*"></a>
  1363. <h4 id="Terminal_Gui_ConsoleDriver_SetColors_System_Int16_System_Int16_" data-uid="Terminal.Gui.ConsoleDriver.SetColors(System.Int16,System.Int16)">SetColors(Int16, Int16)</h4>
  1364. <div class="markdown level1 summary">
  1365. Advanced uses - set colors to any pre-set pairs, you would need to init_color
  1366. that independently with the R, G, B values.
  1367. </div>
  1368. <div class="markdown level1 conceptual"></div>
  1369. <h5 class="decalaration">Declaration</h5>
  1370. <div class="codewrapper">
  1371. <pre><code class="lang-csharp hljs">public abstract void SetColors(short foregroundColorId, short backgroundColorId)</code></pre>
  1372. </div>
  1373. <h5 class="parameters">Parameters</h5>
  1374. <table class="table table-bordered table-striped table-condensed">
  1375. <thead>
  1376. <tr>
  1377. <th>Type</th>
  1378. <th>Name</th>
  1379. <th>Description</th>
  1380. </tr>
  1381. </thead>
  1382. <tbody>
  1383. <tr>
  1384. <td><span class="xref">System.Int16</span></td>
  1385. <td><span class="parametername">foregroundColorId</span></td>
  1386. <td>Foreground color identifier.</td>
  1387. </tr>
  1388. <tr>
  1389. <td><span class="xref">System.Int16</span></td>
  1390. <td><span class="parametername">backgroundColorId</span></td>
  1391. <td>Background color identifier.</td>
  1392. </tr>
  1393. </tbody>
  1394. </table>
  1395. <a id="Terminal_Gui_ConsoleDriver_SetTerminalResized_" data-uid="Terminal.Gui.ConsoleDriver.SetTerminalResized*"></a>
  1396. <h4 id="Terminal_Gui_ConsoleDriver_SetTerminalResized_System_Action_" data-uid="Terminal.Gui.ConsoleDriver.SetTerminalResized(System.Action)">SetTerminalResized(Action)</h4>
  1397. <div class="markdown level1 summary">
  1398. Set the handler when the terminal is resized.
  1399. </div>
  1400. <div class="markdown level1 conceptual"></div>
  1401. <h5 class="decalaration">Declaration</h5>
  1402. <div class="codewrapper">
  1403. <pre><code class="lang-csharp hljs">public void SetTerminalResized(Action terminalResized)</code></pre>
  1404. </div>
  1405. <h5 class="parameters">Parameters</h5>
  1406. <table class="table table-bordered table-striped table-condensed">
  1407. <thead>
  1408. <tr>
  1409. <th>Type</th>
  1410. <th>Name</th>
  1411. <th>Description</th>
  1412. </tr>
  1413. </thead>
  1414. <tbody>
  1415. <tr>
  1416. <td><span class="xref">System.Action</span></td>
  1417. <td><span class="parametername">terminalResized</span></td>
  1418. <td></td>
  1419. </tr>
  1420. </tbody>
  1421. </table>
  1422. <a id="Terminal_Gui_ConsoleDriver_StartReportingMouseMoves_" data-uid="Terminal.Gui.ConsoleDriver.StartReportingMouseMoves*"></a>
  1423. <h4 id="Terminal_Gui_ConsoleDriver_StartReportingMouseMoves" data-uid="Terminal.Gui.ConsoleDriver.StartReportingMouseMoves">StartReportingMouseMoves()</h4>
  1424. <div class="markdown level1 summary">
  1425. Start of mouse moves.
  1426. </div>
  1427. <div class="markdown level1 conceptual"></div>
  1428. <h5 class="decalaration">Declaration</h5>
  1429. <div class="codewrapper">
  1430. <pre><code class="lang-csharp hljs">public abstract void StartReportingMouseMoves()</code></pre>
  1431. </div>
  1432. <a id="Terminal_Gui_ConsoleDriver_StopReportingMouseMoves_" data-uid="Terminal.Gui.ConsoleDriver.StopReportingMouseMoves*"></a>
  1433. <h4 id="Terminal_Gui_ConsoleDriver_StopReportingMouseMoves" data-uid="Terminal.Gui.ConsoleDriver.StopReportingMouseMoves">StopReportingMouseMoves()</h4>
  1434. <div class="markdown level1 summary">
  1435. Stop reporting mouses moves.
  1436. </div>
  1437. <div class="markdown level1 conceptual"></div>
  1438. <h5 class="decalaration">Declaration</h5>
  1439. <div class="codewrapper">
  1440. <pre><code class="lang-csharp hljs">public abstract void StopReportingMouseMoves()</code></pre>
  1441. </div>
  1442. <a id="Terminal_Gui_ConsoleDriver_Suspend_" data-uid="Terminal.Gui.ConsoleDriver.Suspend*"></a>
  1443. <h4 id="Terminal_Gui_ConsoleDriver_Suspend" data-uid="Terminal.Gui.ConsoleDriver.Suspend">Suspend()</h4>
  1444. <div class="markdown level1 summary">
  1445. Suspend the application, typically needs to save the state, suspend the app and upon return, reset the console driver.
  1446. </div>
  1447. <div class="markdown level1 conceptual"></div>
  1448. <h5 class="decalaration">Declaration</h5>
  1449. <div class="codewrapper">
  1450. <pre><code class="lang-csharp hljs">public abstract void Suspend()</code></pre>
  1451. </div>
  1452. <a id="Terminal_Gui_ConsoleDriver_UncookMouse_" data-uid="Terminal.Gui.ConsoleDriver.UncookMouse*"></a>
  1453. <h4 id="Terminal_Gui_ConsoleDriver_UncookMouse" data-uid="Terminal.Gui.ConsoleDriver.UncookMouse">UncookMouse()</h4>
  1454. <div class="markdown level1 summary">
  1455. Disables the cooked event processing from the mouse driver. At startup, it is assumed mouse events are cooked.
  1456. </div>
  1457. <div class="markdown level1 conceptual"></div>
  1458. <h5 class="decalaration">Declaration</h5>
  1459. <div class="codewrapper">
  1460. <pre><code class="lang-csharp hljs">public abstract void UncookMouse()</code></pre>
  1461. </div>
  1462. <a id="Terminal_Gui_ConsoleDriver_UpdateCursor_" data-uid="Terminal.Gui.ConsoleDriver.UpdateCursor*"></a>
  1463. <h4 id="Terminal_Gui_ConsoleDriver_UpdateCursor" data-uid="Terminal.Gui.ConsoleDriver.UpdateCursor">UpdateCursor()</h4>
  1464. <div class="markdown level1 summary">
  1465. Updates the location of the cursor position
  1466. </div>
  1467. <div class="markdown level1 conceptual"></div>
  1468. <h5 class="decalaration">Declaration</h5>
  1469. <div class="codewrapper">
  1470. <pre><code class="lang-csharp hljs">public abstract void UpdateCursor()</code></pre>
  1471. </div>
  1472. <a id="Terminal_Gui_ConsoleDriver_UpdateScreen_" data-uid="Terminal.Gui.ConsoleDriver.UpdateScreen*"></a>
  1473. <h4 id="Terminal_Gui_ConsoleDriver_UpdateScreen" data-uid="Terminal.Gui.ConsoleDriver.UpdateScreen">UpdateScreen()</h4>
  1474. <div class="markdown level1 summary">
  1475. Redraws the physical screen with the contents that have been queued up via any of the printing commands.
  1476. </div>
  1477. <div class="markdown level1 conceptual"></div>
  1478. <h5 class="decalaration">Declaration</h5>
  1479. <div class="codewrapper">
  1480. <pre><code class="lang-csharp hljs">public abstract void UpdateScreen()</code></pre>
  1481. </div>
  1482. </article>
  1483. </div>
  1484. <div class="hidden-sm col-md-2" role="complementary">
  1485. <div class="sideaffix">
  1486. <div class="contribution">
  1487. <ul class="nav">
  1488. </ul>
  1489. </div>
  1490. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  1491. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  1492. </nav>
  1493. </div>
  1494. </div>
  1495. </div>
  1496. </div>
  1497. <footer>
  1498. <div class="grad-bottom"></div>
  1499. <div class="footer">
  1500. <div class="container">
  1501. <span class="pull-right">
  1502. <a href="#top">Back to top</a>
  1503. </span>
  1504. <span>Generated by <strong>DocFX</strong></span>
  1505. </div>
  1506. </div>
  1507. </footer>
  1508. </div>
  1509. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  1510. <script type="text/javascript" src="../../styles/docfx.js"></script>
  1511. <script type="text/javascript" src="../../styles/main.js"></script>
  1512. </body>
  1513. </html>