-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBUGS
59 lines (46 loc) · 1.89 KB
/
BUGS
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
<?xml version="1.0"?>
<!DOCTYPE bugs SYSTEM "http://cvs.cleveland.lug.net/xml/bugs.dtd">
<!--
New BUGS format, more sophisticated than TODO format. The date format is the
same date format from RCS. -JMF
-->
<bugs>
<bug>
<date>99.10.01.16.45.00</date>
<owner email="jasonf@nacs.net">Jay 'Eraserhead' Felice</owner>
When exiting SDA on S/36, 'Ready for Option number: 0, 2 ==> 0'.
Can't type anything!
</bug>
<bug>
<date>99.10.01.16.45.00</date>
<owner email="jasonf@nacs.net">Jay 'Eraserhead' Felice</owner>
Under S/36, when exiting SEU, prompted for Y/N for some reason the emulator
isn't sending 'Y', but will send 'N'.
</bug>
<bug>
<date>2000.01.16.22.48.21</date>
<owner email="c.evans@clear.net.nz">Carey Evans</owner>
A few more issues with SEU, too. The first thing I noticed is that
Client Access usually doesn't process a field exit just by spacing
past the end of the field, but tn5250 seems to.
</bug>
<bug>
<date>2000.01.16.22.48.21</date>
<owner email="c.evans@clear.net.nz">Carey Evans</owner>
When editing a DDS source member, the Len field has problems. It
should be possible to enter "+1" or "-1" (or +2, -10, etc.) in the
field, but tn5250 reuses the "+" and "-" keys which makes this
impossible. I'm not sure what a good solution would be. (I can still
enter the info directly, without prompting, so it's not a disaster!)
Also, field-minus in this field still does strange things, but not the
same strange things in tn5250 as other emulators.
</bug>
<bug>
<date>2000.04.14.22.28.50</date>
<owner email="jasonf@nacs.net">Jay 'Eraserhead' Felice</owner>
We ignore the rest of the AS/400's NEW_ENVIRON request and just send
all variables we know about. It seems to work, but may cause problems
in the future.
</bug>
</bugs>
<!-- vi:set sts=2 sw=2 autoindent: -->