TRN and ELM display issues

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default TRN and ELM display issues

    Both ELM and TRN get into a weird xterm display mode sometimes where "clear"
    doesn't work and so the screen output gets screwed up. This is on Solaris 2.8
    and as far as I can tell, the only overlap between the two programs is in
    the CURSES and TERMCAP library usage. I checked for new sun patches but no joy.

    What appears to be happening is that when a Subject is listed which has weird
    characters in it, it fries the term seting. As an example from TRN

    Subject: Re: USBF Trials - Congratulations to the Cohen Team USA II
    0000000 123 165 142 152 145 143 164 072 040 122 145 072 040 125 123 102
    S u b j e c t : R e : U S B
    0000020 106 040 124 162 151 141 154 163 040 055 040 103 157 156 147 162
    F T r i a l s - C o n g r
    0000040 141 164 165 154 141 164 151 157 156 163 040 164 157 040 164 150
    a t u l a t i o n s t o t h
    0000060 145 040 103 157 150 145 156 040 124 145 141 155 040 226 040 125
    e C o h e n T e a m 226 U
    0000100 123 101 040 111 111 012
    S A I I \n

    In this case the octal 226.


    As anyone else observed this effect. Thanx.

    -T
    Trilateral Guest

  2. Similar Questions and Discussions

    1. AJAX/.NET DISPLAY ISSUES
      All, I'm having a problem with AJAX and Contribute not being able to render AJAX correctly, most notably on a tree menu that we are using on the...
    2. Datagrid display issues
      Hi, Sometimes my datagrids are 'blowing out' of their containers, i.e. the background displays over the scroll bars and the data doesn't show (not...
    3. IE display issues
      Hello! I would REALLY appreciate help with this problem I'm having! This website I'm working on is displaying incorrectly in IE (Safari is fine). ...
    4. display issues with Director on XP Pro machine
      "prw" <webforumsuser@macromedia.com> wrote in message news:bmd7k2$84m$1@forums.macromedia.com... XP. When selecting things in the stage window,...
    5. Terminal display issues on IDS 64 BIT.....
      This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ...
  3. #2

    Default Re: TRN and ELM display issues

    Trilateral <ploveregg@yahoo.com> wrote:
    > Both ELM and TRN get into a weird xterm display mode sometimes where "clear"
    > doesn't work and so the screen output gets screwed up. This is on Solaris 2.8
    > and as far as I can tell, the only overlap between the two programs is in
    > the CURSES and TERMCAP library usage. I checked for new sun patches but no joy.
    > What appears to be happening is that when a Subject is listed which has weird
    > characters in it, it fries the term seting. As an example from TRN
    > Subject: Re: USBF Trials - Congratulations to the Cohen Team USA II
    > 0000000 123 165 142 152 145 143 164 072 040 122 145 072 040 125 123 102
    > S u b j e c t : R e : U S B
    > 0000020 106 040 124 162 151 141 154 163 040 055 040 103 157 156 147 162
    > F T r i a l s - C o n g r
    > 0000040 141 164 165 154 141 164 151 157 156 163 040 164 157 040 164 150
    > a t u l a t i o n s t o t h
    > 0000060 145 040 103 157 150 145 156 040 124 145 141 155 040 226 040 125
    > e C o h e n T e a m 226 U
    > 0000100 123 101 040 111 111 012
    > S A I I \n
    > In this case the octal 226.
    A vt220 treats that as a control character (start guarded area).
    It's trn's job to convert it into a printable character if your locale
    is set properly.

    (There are some Russian character sets which may use this, which would require
    more work to set up, but this article doesn't appear to fall into that
    category).

    --
    Thomas E. Dickey <dickey@radix.net> <dickey@herndon4.his.com>
    [url]http://dickey.his.com[/url]
    [url]ftp://dickey.his.com[/url]
    Thomas Dickey Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139