---------------------------------------------------------------------- ELOQUENCE B.07.00 - patch 0309190 ---------------------------------------------------------------------- This patch fixes a problem if the em220 terminal emulation with SuSE Linux 8.2. This patch will be integrated in the Eloquence B.07.00 release. Eloquence B.07.00 must be installed before applying this patch. Severity: PE70-0309190: BUG FIX Fixed problems: --------------- Platforms: Linux * Wrong line Drawing characters are displayed with the em220 terminal type. The em220 terminal emulation is used on Linux with Reflection/1 or HP terminals using the vt220-7 emulation. SuSE 8.2 uses the ncurses 5.3 library which results in a problem with alternate character set and compiled terminfo entries that do not include the acsc property. The ncurses 5.3 tic utility adds a default acsc value. The em220.ti terminal description was modified to add the acsc property and compiled terminfo entries are included. As an alternative to installing this patch, the em220 terminfo entry may simply be re-compiled with the commands below: $ cd /opt/eloquence6/share/terminal $ tic -o ../terminfo em220 Installation: ------------- UNIX: In order to install this patch, you need to unpack it with gzip. Installation requires root privileges. cd /opt/eloquence6 gzip -dc /path/to/PE70-0309190-linux.tar.gz | tar xf - Files: share/terminal/em220.ti share/terminfo/e/em220 share/terminfo/e/em220r1 share/doc/PE70-0309190-README