Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
| Comment: | Extend the "don't overwrite fields if only carriage return is entered" to password field
And also use malloc. What I'd done before wasn't doing what I thought. C I'm in two minds about the benefit of dynamic allocation though. Since |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/tweaks | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
378769ec4367269d3ca376640adf8965 |
| User & Date: | atomicules@lavabit.com 2013-03-23 21:27:08.000 |
|
2014-01-03
| ||
| 22:31 | Merge branch 'modernise' into tweaks check-in: 229ff25e0f user: base@atomicules.co.uk tags: origin/tweaks, trunk | |
| 22:25 | WIP on tweaks: 98593a8 Extend the "don't overwrite fields if only carriage return is entered" to password field Leaf check-in: 4a8cb3e9a0 user: base@atomicules.co.uk tags: refs/stash, trunk | |
| 22:25 | index on tweaks: 98593a8 Extend the "don't overwrite fields if only carriage return is entered" to password field check-in: db8bd43770 user: base@atomicules.co.uk tags: refs/stash, trunk | |
|
2013-03-23
| ||
| 21:27 |
Extend the "don't overwrite fields if only carriage return is entered" to password field
And also use malloc. What I'd done before wasn't doing what I thought. C I'm in two minds about the benefit of dynamic allocation though. Since | |
|
2013-03-22
| ||
| 17:02 |
Don't overwrite fields if only carriage return is entered
In other words, prevent accidentally deleting fields. This has always This small change means that if you just enter return then the old value This is good enough for me. There is one downside: if you really want to | |