https://invisible-island.net/vile/perl/


NAME

lock - lock a vile session

SYNOPSIS

In .vilerc:

    perl "use lock"

In [x]vile:

    :lock

DESCRIPTION

This command allows the user to lock his [x]vile session.

Once the session is locked, "Enter password to unlock: " prompt will appear in the status line prompting for the password. The session will give unlock and give control back to the user only when the correct password is entered. This password is the same as what the user used to login to the machine.

CAVEATS

When the session is locked, ideally the modeline and the editing buffers should blank out to prevent others seeing any data, but this does not happen presently.

CREDITS

Vile, Perl and Vile's Perl interface.

AUTHOR

Kuntal Daftary (daftary@cisco.com), 1998