Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: TTY



On Sep 20,  4:23pm, Brian K. White wrote:
}
} How can I stop zsh, while in ksh emulation mode, from overwriting $TTY ?

By editing the source code and recompiling.  Approximately line 720 in
Src/params.c.

The following variables are unconditionally set regardless of emulation:

    BAUD
    CPUTYPE
    FCEDIT
    HOST
    KEYTIMEOUT
    LISTMAX
    LOGCHECK
    LOGNAME
    MACHTYPE
    MAILCHECK
    OSTYPE
    TIMEFMT
    TMPPREFIX
    TTY
    VENDOR
    WATCHFMT
    ZSH_NAME
    ZSH_VERSION
    signals



Messages sorted by: Reverse Date, Date, Thread, Author