1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 01:12:30 +01:00

Fixed secure textfields not to allow text selection, to avoid

compromising sensitive information by pasting it to a terminal.
This commit is contained in:
dan
2001-03-23 02:26:15 +00:00
parent 1a3fd2f795
commit 7e8bff904f
2 changed files with 31 additions and 25 deletions

View File

@@ -16,6 +16,9 @@ Changes since wmaker 0.64.0:
- better and more robust handling of events (timer, idle, input, X) in
WMMaskEvent(). Also fixed a bug where input and timer events were not
treated for undefined periods of time under some circumstances.
- fixed secure textfields not to allow text selection, to avoid compromising
sensitive information by pasting it to a terminal.
changes since wmaker 0.63.1:
............................