[net.unix-wizards] How to make Rand editor work with 132 column terminal?

wa371@sdcc12.UUCP (wa371) (02/24/85)

Is it possible to make the Rand editor work with a (Wyse-50)
132 column terminal?  
I have changed the co# entry in termcap with no results, the Rand
editor still thinks I have only 80 columns.  The vi editor works
fine, however.  This is on a v.7 system with sh and csh.
Thanks.

Bernd Riechelmann                   (Not affiliated with U.C. San Diego)
UUCP: ...!ucbvax!sdcsvax!sdcc12!wa371,   ARPA: sdcsvax!sdcc12!wa371@nosc

terry@rand-unix (Terry West) (02/28/85)

    Is it possible to make the Rand editor work with a (Wyse-50)
    132 column terminal?  
    I have changed the co# entry in termcap with no results, the Rand
    editor still thinks I have only 80 columns.  The vi editor works
    fine, however.  This is on a v.7 system with sh and csh.
    Thanks.

In the file e.t.h, (1) change MAXWIDTH to 132; and (2) make sure
"#define WIDE" is set.  That should do it.

    Terry West
    <terry@rand-unix>

wa371%sdcc12@sdcsvax (03/01/85)

Thanks for the info.
Bernd.