xyb3rt / physlock

Lightweight linux console locking tool
GNU General Public License v2.0
303 stars 36 forks source link

Allow message to be multiline #92

Closed f0s3 closed 4 years ago

f0s3 commented 4 years ago

I want my login screen to have this:

Hello
world
Password:

And I could not achieve this for two reasons:

xyb3rt commented 4 years ago
-p "Hello
world"

should fix point one. The newline addressed in point two is intentional, because the message is not part of the password prompt.