change login detection to `true'
[tlock.git] / README
blob28f1e67ea2164174eab018dae0a8c998474a868c
1 This is a program which locks a terminal. It's like vlock or lock(1)
2 from the BSDs. It's meant to be used with tmux's lock-command.
4 Please note that this doesn't prevent attaching a new tmux session.
5 It doesn't prevent switching to TTY2, logging in, and running kill
6 -9 tlock. It doesn't prevent <Enter>~<Control+Z> if the tmux session
7 is accessed over ssh (although ssh -e none should prevent that).