summaryrefslogtreecommitdiff
path: root/doc/djgpp.htm
blob: 1d53547707eef88374363d0af820098797f9c064 (plain)
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
<html>

<head>
<meta name="GENERATOR" content="vim">
<title>viDOOM - Free Software DOOM editor</title>
</head>

<body>

<h1 align="center">DJGPP</h1>

<ul>
    <li><a href="#GUI">GUI</a></li>
    <li><a href="#BUGS">Known bugs and problems</a></li>
</ul>

<hr>

<h2><a name="GUI"></a>GUI</h2>

<p>Hopefully the GUI employed is fairly self explanatory. All the
dialogs (apart from the file viewing one used to view the license
and node builder outputs - and that's read only anyway) have an <strong>OK</strong>
and <strong>Cancel</strong> button which behave as you would
expect.</p>

<p>All the dialogs, apart from the text editor (used for editing
the MAPINFO lump in ZDoom mode) can be cancelled by pressing the
ESCAPE key. On all dialogs the TAB key will give the focus to
different objects on the dialog for keyboard control. Note that
the file viewer does not currently honour keyboard controls (ie.
you cannot use cursor keys, page up, etc to navigate the file).</p>

<p>Note that if the yes/no question box is cancelled with the ESCAPE key, it
is taken as <b>No</b>.</p>

<hr>

<h2><a name="BUGS"></a>Known bugs and problems</h2>

<table border="1" cellpadding="3">
    <tr>
        <td valign="top" nowrap><strong>External Commands</strong></td>
        <td valign="top">On some PCs there has been occasions
        where running external commands (e.g. the node builder)
        fails for no apparent reason. If this does happen on your
        system, then you must disable the command via the
        VIDOOM.INI file and run it seperately outside of viDOOM.</td>
    </tr>
</table>

<hr>

<p><a href="index.htm">Back to index</a></p>

<p><tt>$Id$</tt></p>
</body>
</html>