mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-03-03 19:47:13 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<h1>标准库函数 - cursor</h1>
|
||||
<pre>原型:extern void cursor(int mode);</pre>
|
||||
<pre>用法:#include <system.h></pre>
|
||||
<pre>功能:设定光标形态</pre>
|
||||
<pre>说明:mode值含义如下:0x00:块状光标(默认); 0x80:下划线光标; 其它值无意义</pre>
|
||||
<pre><code class="language-c">原型:extern void cursor(int mode);</code></pre>
|
||||
<pre><code class="language-c">用法:#include <system.h></code></pre>
|
||||
<pre><code class="language-c">功能:设定光标形态</code></pre>
|
||||
<pre><code class="language-c">说明:mode值含义如下:0x00:块状光标(默认); 0x80:下划线光标; 其它值无意义</code></pre>
|
||||
|
||||
举例:
|
||||
<pre>
|
||||
<pre><code class="language-c">
|
||||
// cursor.c
|
||||
|
||||
#include <system.h>
|
||||
@@ -24,6 +24,6 @@
|
||||
getchar();
|
||||
return 0;
|
||||
}
|
||||
</pre>
|
||||
</code></pre>
|
||||
相关函数:无
|
||||
|
||||
|
||||
Reference in New Issue
Block a user