Add STATUS_MODIFIED.
commit6bf0503a41ec4c709654a2749fd78a136773251c
authorBen Kibbey <bjk@luxsci.net>
Sun, 24 Apr 2022 05:08:59 +0000 (23 22:08 -0700)
committerBen Kibbey <bjk@luxsci.net>
Sun, 24 Apr 2022 05:08:59 +0000 (23 22:08 -0700)
treea1c0929580d6904ff0433486c23e1a7eebdd3147
parent198300c422600ddd46499972556db247b5bd36f3
Add STATUS_MODIFIED.

This is to inform other clients that have the same data file opened as
the current client (while not locked) of changes that have been written
to disk via the SAVE command. May be useful to prevent further editing
which would fail to be commited with a GPG_ERR_CHECKSUM error since the
data file had changed.
doc/pwmd.html
doc/pwmd.texi
src/commands.c
src/status.c
src/status.h