18 Nov 2005 22:40
support for SAVE PARTIAL SCREEN and possible restructuring
Hi everyone, It has been awhile since much has happened on the list. I've been working on tn5250 and x5250 but haven't committed anything yet. I've fixed several bugs in x5250 (particularly related to non-US keyboards) and added support for SAVE PARTIAL SCREEN to lib5250.so. This last fix is necessary for QSH to work in enhanced mode so it is probably a pretty important fix to commit. I've also been working on organizing the source a little better. I see a few benefits from doing so: old source is moved out (like the slang interface), the code that builds lib5250 vs. the other executables is better distinguished, the various executables and library may all be built independantly of each other, and builds for external projects like x5250 are simplified. So I propose the following two organizational changes for your consideration: structure 1: Split the source into five top level sub directories of tn5250 like this: tn5250-> curses-> files needed for autoconf ChangeLog, etc. src-> Makefile.am cursesterm.c cursesterm.h tn5250.c(Continue reading)
RSS Feed