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
d24bc5e5
Commit
d24bc5e5
authored
Nov 16, 1999
by
Jason 'Eraserhead' Felice
Browse files
Final polishes for 0.15.1 ;)
parent
36ff0ac0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
13 deletions
+13
-13
ChangeLog
ChangeLog
+8
-0
TODO
TODO
+0
-12
configure.in
configure.in
+1
-1
src/display.c
src/display.c
+4
-0
No files found.
ChangeLog
View file @
d24bc5e5
1999-11-16 Jay 'Eraserhead' Felice <jasonf@nacs.net>
- Fixed insert cursor handling.
- Started the move of the keyboard handling functionality into Tn5250Display.
- Packaged up for 0.15.1 release.
1999-11-15 Jay 'Eraserhead' Felice <jasonf@nacs.net>
- Created tn5250_field_valid_char() predicate which determines whether a the
...
...
@@ -7,6 +13,8 @@
- The death of `curfield' in the format table.
- The death of storing field data in the format table (only stored on the
display buffer).
- Move code which handles normal data characters entered at keyboard into
a function in display.c: tn5250_display_interactive_addch
1999-11-09 Jay 'Eraserhead' Felice <jasonf@nacs.net>
...
...
TODO
View file @
d24bc5e5
...
...
@@ -35,12 +35,6 @@
Add Perl scripting-language support.
</item>
<item>
In Tn5250Stream object, don't move the buffer back 10 bytes. In
Tn5250Record, take into account the header length. This is just the way
it should be done.
</item>
<item>
Move SCS ``library functions'' from scs2ascii.c to scs.c, make them part
of the library. Include tn5250/scs.h from tn5250.h
...
...
@@ -56,11 +50,5 @@
about how ESC A (for Attention) can act strange if pressed too quickly.
</item>
<item>
FER (Field Exit Required) fields aren't handled correctly at all. If the
Field Exit Required bit is set, don't perform an automatic field exit
when the last character of data is entered.
</item>
</todo>
<!-- vi:set sts=2 sw=2 autoindent: -->
configure.in
View file @
d24bc5e5
...
...
@@ -2,7 +2,7 @@ dnl ** Process this file with autoconf to produce a configure script.
AC_INIT(src/tn5250.c)
dnl ** Automake Intialization
AM_INIT_AUTOMAKE(tn5250, 0.1
4.0
)
AM_INIT_AUTOMAKE(tn5250, 0.1
5.1
)
AM_CONFIG_HEADER(src/config.h)
dnl ** Checks for programs.
...
...
src/display.c
View file @
d24bc5e5
...
...
@@ -26,6 +26,10 @@
#include "formattable.h"
#include "display.h"
#include "terminal.h"
#include "buffer.h"
#include "record.h"
#include "stream.h"
#include "session.h"
static
void
tn5250_display_add_dbuffer
(
Tn5250Display
*
display
,
Tn5250DBuffer
*
dbuffer
);
...
...
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