-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructtext__info.html
More file actions
83 lines (74 loc) · 4.82 KB
/
structtext__info.html
File metadata and controls
83 lines (74 loc) · 4.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!-- Mirrored from conio.sourceforge.net/docs/html/structtext__info.html by HTTrack Website Copier/3.x [XR&CO'2006], Sun, 16 Jul 2006 05:22:10 GMT -->
<head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>CONIO: text_info Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.8 -->
<div class="qindex"><a class="qindex" href="index-2.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
<h1>text_info Struct Reference</h1>Structure holding information about screen.
<a href="#_details">More...</a>
<p>
<code>#include <conio2.h></code>
<p>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="o0" doxytag="text_info::curx" ></a>
unsigned char </td><td class="memItemRight" valign=bottom><a class="el" href="structtext__info.html#o0">curx</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">cursor coordinate x <br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="o1" doxytag="text_info::cury" ></a>
unsigned char </td><td class="memItemRight" valign=bottom><a class="el" href="structtext__info.html#o1">cury</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">cursor coordinate y <br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="o2" doxytag="text_info::attribute" ></a>
unsigned short </td><td class="memItemRight" valign=bottom><a class="el" href="structtext__info.html#o2">attribute</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">current text attribute <br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>unsigned short </td><td class="memItemRight" valign=bottom><a class="el" href="structtext__info.html#o3">normattr</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">original value of text attribute after start of the application <a href="#o3"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="o4" doxytag="text_info::screenwidth" ></a>
unsigned char </td><td class="memItemRight" valign=bottom><a class="el" href="structtext__info.html#o4">screenwidth</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">screen width <br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="o5" doxytag="text_info::screenheight" ></a>
unsigned char </td><td class="memItemRight" valign=bottom><a class="el" href="structtext__info.html#o5">screenheight</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">screen height <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Structure holding information about screen.
<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="conio2_8h.html#a25">gettextinfo</a> <p>
<a class="el" href="conio2_8h.html#a26">inittextinfo</a> </dd></dl>
<p>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="o3" doxytag="text_info::normattr" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> unsigned short <a class="el" href="structtext__info.html#o3">text_info::normattr</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
original value of text attribute after start of the application
<p>
If you don't called the <code>inittextinfo</code> on the beginning of the application, this always will be black background and light gray foreground </td>
</tr>
</table>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="conio2_8h.html">conio2.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Aug 3 02:07:03 2004 for CONIO by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
</body>
<!-- Mirrored from conio.sourceforge.net/docs/html/structtext__info.html by HTTrack Website Copier/3.x [XR&CO'2006], Sun, 16 Jul 2006 05:22:10 GMT -->
</html>