Hi. On Mon, May 31, 2021 at 08:41:37AM -0500, Richard Owlett wrote: > The MATE terminal "Help"(sic) claims VT102 emulation but does not say how to > obtain it.
That's because it's unified with other terminal emulators. You need TERM environment variable set to vt102 as per term(7). If using bash it is: export TERM=vt102 Reco