On Tue, 24 Oct 2023 13:48:31 -0600, Todd C. Miller
<mill...@openbsd.org> wrote:

> Index: etc/root/dot.profile
> ===================================================================
> RCS file: /cvs/src/etc/root/dot.profile,v
> retrieving revision 1.9
> diff -u -p -u -r1.9 dot.profile
> --- etc/root/dot.profile      13 Dec 2010 12:54:31 -0000      1.9
> +++ etc/root/dot.profile      24 Oct 2023 19:44:21 -0000
> @@ -11,11 +11,7 @@ umask 022
>  case "$-" in
>  *i*)    # interactive shell
>       if [ -x /usr/bin/tset ]; then
> -             if [ X"$XTERM_VERSION" = X"" ]; then
> -                     eval `/usr/bin/tset -sQ '-munknown:?vt220'
> $TERM`
> -             else
> -                     eval `/usr/bin/tset -IsQ '-munknown:?vt220'
> $TERM`
> -             fi
> +             eval `/usr/bin/tset -IsQ '-munknown:?vt220' $TERM`
>       fi
>       ;;
>  esac

Applying this to my /root/.profile fixes the issue, thanks!

Reply via email to