~kris/suckless

slock

51d3f49e — bakkeby 4 years ago
Fix for secret password patch compilation error ref. #6
dc5c20a6 — bakkeby 5 years ago
Comment out dependencies by default
3f2ac9ba — bakkeby 5 years ago
dwmlogo: avoid defining BACKGROUND colour if BLUR_PIXELATED_SCREEN_PATCH is enabled ref. #5
e5e04272 — bakkeby 5 years ago
Adding dwmlogo patch ref. #5
e5a9d853 — bakkeby 5 years ago
Adding auto-timeout patch
35fd53f6 — bakkeby 5 years ago
Adding secret password patch
7dc45011 — bakkeby 5 years ago
Adding failure-command patch
d7b259be — bakkeby 5 years ago
message patch: add xresources compatibility ref. #3
d2be9eb6 — bakkeby 5 years ago
Adding color message patch ref. #3
ce8387f5 — bakkeby 6 years ago
Adding link to alpha patch
0bba4617 — bakkeby 6 years ago
Adding alpha patch
74c66223 — bakkeby 6 years ago
Adding blur pixelated screen patch
c07648d3 — bakkeby 6 years ago
Adding keypress_feedback patch
4b280b29 — bakkeby 6 years ago
Adding slock to .gitignore
55e66968 — bakkeby 6 years ago
Specifying latest version
2445d75b — bakkeby 6 years ago
Fix bug in DPMS patch + moved patches.h to patches.def.h to match that of config
4c905a9c — bakkeby 6 years ago
Adding xresources patch
2cf80900 — bakkeby 6 years ago
Added capscolor, control clear, dpms, mediakeys, message, pam auth, quickcancel patches
35633d45 — Tobias Stoeckmann 9 years ago
Properly clear the last entered character

When enter is pressed, passwd[len] will be set to '\0'. Pressing
backspace is supposed to remove the last entered character.

But currently, the clearing has an off-by-one, as in setting
passwd[len] to '\0' just like enter would do.

You can also verify it by imagining len=1 and that it's impossible to
clear passwd[0] by pressing backspace with the current code.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
2d2a21a9 — Markus Teich 9 years ago
rm trailing whitespace in README
Next