mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 08:47:59 +01:00
Update docs
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
|
||||
<h1 id="Mono_Terminal_MainLoop_Condition" data-uid="Mono.Terminal.MainLoop.Condition">Enum MainLoop.Condition
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Condition on which to wake up from file descriptor activity</p>
|
||||
<div class="markdown level0 summary"><p>Condition on which to wake up from file descriptor activity. These match the Linux/BSD poll definitions.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="../Mono.Terminal.html">Mono.Terminal</a></h6>
|
||||
|
||||
@@ -87,6 +87,10 @@
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class MainLoop</code></pre>
|
||||
</div>
|
||||
<h5 id="Mono_Terminal_MainLoop_remarks"><strong>Remarks</strong></h5>
|
||||
<div class="markdown level0 remarks"><p>Monitoring of file descriptors is only available on Unix, there
|
||||
does not seem to be a way of supporting this on Windows.</p>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user