We have an Informix 4GL forms interface to our database, accessed using a terminal emulator running in WY-60 or "Wyse-60" terminal emulation mode.
From what I'm reading, where I would previously understood a "terminal" to just be a display of a text stream (e.g. Hyperterm), "WY-60" mode means that the software is emulating a 1980s-era computer, which is performing display operations based on the data sent within the text stream, resulting in a high degree (for the time) of graphical capability with only a very small expenditure of data traffic.
What I'm wondering is, what alternatives do I have to this in 4GL Informix?
The menu-driven interface of the 4GL forms will presumably require something better than a pure text-stream terminal... but how much work would it be to change from our current, proprietary (requiring expensive terminal emulation software) WY-60 type display to something else which could, for instance, work with the free PuTTY terminal software?