-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO
41 lines (33 loc) · 968 Bytes
/
TODO
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
<?xml version="1.0"?>
<!DOCTYPE todo SYSTEM "http://cvs.cleveland.lug.net/xml/todo.dtd">
<!--
New TODO format - I'm going to write a parser for it for the CVS server, so
you can browse TODO items from a nifty little web-page. Actually, I'm just
going to use an XML parser. -JMF
-->
<todo>
<item>
X Windows version - x5250 is at http://www.chowhouse.com/~james/x5250
</item>
<item>
Implement all field types
</item>
<item>
Support 5250 graphics stream.
</item>
<item>
Allow user configuration of keyboard, including the mapping of macros as
well as 5250 functions to keys.
</item>
<item>
Allow non US-101 keyboards.
</item>
<item>
Add Perl scripting language support.
</item>
<item>
Field resequencing is not implmented; however, an assertion has been added
to break the emulator when it is encountered. So far, no reported problems.
</item>
</todo>
<!-- vi:set sts=2 sw=2 autoindent: -->