On Wed, Jul 31, 2019 at 6:24 AM Niubbo75 <[email protected]> wrote: > Hello all, > I need to have a 5250 emulator to let me operate on IBM AS400 using all > function's keys and get a correct formatted screen. > How can I add it? Where I need to start coding it? > Thanks for any help, best, > Alessandro. > > The terminal values that are available when configuring the connection are available, here:
https://github.com/apache/guacamole-client/blob/ed374fc377257dd0e0dfe44c98005f0f2c1af4ed/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json#L102-L106 You're welcome to try to add the value to that section and then compile the code and see if it works - that connection parameter just sets the TERM value within the connection. It is possible that guacd does not properly support all of the required terminal emulation, so if you run into issues there might be some additional code required on the guacd side to get the proper terminal emulation support. The terminal emulation code is located, here: https://github.com/apache/guacamole-server/tree/master/src/terminal -Nick
