zowe / zlux

The top-level superproject for zLUX. zLUX includes the Zowe Desktop framework in addition to several built-in apps and an example server implementation.
Eclipse Public License 2.0
39 stars 42 forks source link

Switch tn3270-ng2 to use ts-term #869

Open 1000TurquoisePogs opened 2 years ago

1000TurquoisePogs commented 2 years ago

https://github.com/zowe/tn3270-ng2 currently uses a library of which there is a fork in the OMP at https://github.com/TSTerminal/TSTerm

From that fork, an example of how to use it in the zowe desktop is available at https://github.com/TSTerminal/TSTerm4Zowe

Because this fork looks like it will be easier to maintain our desktop terminal with over time, our first action should be to change "tn3270-ng2" to depend upon "tsterm". After that point, other improvements could be done but perhaps outside the scope of this epic.

### Tasks
- [ ] https://github.com/zowe/zlux/issues/959
- [ ] https://github.com/zowe/zlux/issues/957
- [ ] https://github.com/zowe/zlux/issues/956
- [ ] https://github.com/zowe/zlux/issues/958
Martin-Zeithaml commented 1 year ago

I have a working prototype

TSTerm

TN3270-ng2

Quick test

I have changed the font for terminal in TSTerm, build tn3270-ng2 and this is the result:

image

I will use this prototype for #957, #958 and #959.