~kris/suckless

slock

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
325581b9 — Markus Teich 9 years ago
syntax fix
0ff0d9f7 — Markus Teich 9 years ago
there can only be one window in the event
7a604ec1 — Bob Uhl 9 years ago
Fix resize with multiple monitors and portrait mode

When connecting/disconnecting a portrait monitor, the
XRRScreenChangeNotifyEvent height & width are reversed due to the XRandR
rotation; detect this and DTRT.
fa115895 — Markus Teich 9 years ago
bump version
d5da84cf — Markus Teich 9 years ago
add arg.h and util.h to Makefile
ae96836f — Markus Teich 9 years ago
clarify colors in config.def.h
7d31ff65 — Markus Teich 9 years ago
move config.h inclusion after type declarations
Next