[ https://issues.apache.org/jira/browse/GUACAMOLE-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Couchman updated GUACAMOLE-1613: ------------------------------------- Priority: Minor (was: Major) > Underline definitions in vt220 emulation > ---------------------------------------- > > Key: GUACAMOLE-1613 > URL: https://issues.apache.org/jira/browse/GUACAMOLE-1613 > Project: Guacamole > Issue Type: Bug > Components: guacamole > Affects Versions: 1.4.0 > Reporter: Sid Bose > Priority: Minor > Attachments: Underline set reset comparison.docx, > vt220_terminfo_mapping.txt > > > Hi Team, > We are using terminal type vt220 with additional terminfo mapping file at > the upstream app which is legacy. > Now guacamole doesn't show underline in the text space. Whereas in ZOC > terminal to same upstream does. > I have attached the mapping file and below is the set reset code for > underline in vt220 and linux. > > $ infocmp -1 vt220 | grep mul > rmul=\E[24m, > smul=\E[4m, > $ infocmp -1 linux | grep mul > rmul=\E[24m, > smul=\E[4m, > > Also attached is the visual comparison of guacamole and ZOC. Doesn't > guacamole uses the same set reset code for vt220. How can we have this in > guacamole checked. -- This message was sent by Atlassian Jira (v8.20.7#820007)