| ▲ | tdeck 3 hours ago | |||||||
This reminds me of how this 3270 terminal worked. You sent the terminal a bunch of text to display, and a list of editable regions on the screen. Then only when you edited some things and hit enter were the editable regions sent back. It led to some interesting UIs compared to a typical terminal. | ||||||||
| ▲ | somat an hour ago | parent | next [-] | |||||||
And it was bad at other use cases, having used both (3270 and vt) you can do 3270 workloads on a vt(granted less efficiently) but vt style asynchronous updates were very hard on a 3270. If I had to pick one I would pick the vt. And footnote, while technically I have worked with 3270's, my experience was using rexx on vse/cms. That is to say my use of the 3270 was hampered by about 5 levels of application framework, perhaps if I used them more directly I would be more charitable. | ||||||||
| ||||||||
| ▲ | actionfromafar 2 hours ago | parent | prev [-] | |||||||
And it had on device buffering, so you could punch in a bunch of commands and be sure they would be received. | ||||||||