Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dan Theisen
tn5250
Commits
888485c7
Commit
888485c7
authored
Jun 01, 2000
by
Jason 'Eraserhead' Felice
Browse files
Applied Scott Klement's fix for aidkey handling.
parent
02f46798
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
ChangeLog
ChangeLog
+3
-3
src/display.c
src/display.c
+5
-2
No files found.
ChangeLog
View file @
888485c7
2000-0
5-3
1 Jay 'Eraserhead' Felice <jfelice@cronosys.com>
-
Updated version to 0.16.0pre1, did tag-and-branch versions.
- Released 0.16.0pre1 and 0.17.0
2000-0
6-0
1 Jay 'Eraserhead' Felice <jfelice@cronosys.com>
-
Applied Scott Klement's fix for aidkey handling in tn5250_display_do_aidkey
(slightly modified to handle attention, also).
2000-05-30 Mike Madore <mmadore@turbolinux.com>
- Noticed that Jason is a wise guy ;-)
...
...
src/display.c
View file @
888485c7
...
...
@@ -1166,8 +1166,11 @@ void tn5250_display_do_aidkey (Tn5250Display *This, int aidcode)
{
TN5250_LOG
((
"tn5250_display_do_aidkey (0x%02X) called.
\n
"
,
aidcode
));
/* FIXME: If this returns zero, we need to stop processing. */
(
*
(
This
->
session
->
handle_aidkey
))
(
This
->
session
,
aidcode
);
/* Aidcodes less than zero are pseudo-aid-codes (see session.h) */
if
(
This
->
session
->
read_opcode
||
aidcode
<
0
)
{
/* FIXME: If this returns zero, we need to stop processing. */
(
*
(
This
->
session
->
handle_aidkey
))
(
This
->
session
,
aidcode
);
}
}
/****f* lib5250/tn5250_display_kf_dup
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment