diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-11-23 10:53:37 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-11-23 11:12:04 +0100 |
commit | e16ac0a8a8c18c831e95e1a0799e919e61f5da48 (patch) | |
tree | 3c8360946828aa396b5d031b42ec978ebae017fb /src/calcurse.h | |
parent | e269f09438ad1bfaef044c5781615cba45ab7690 (diff) | |
download | calcurse-e16ac0a8a8c18c831e95e1a0799e919e61f5da48.zip |
Do not display a mark when files are auto-saved
This is kind of useless since users are not able to react to an
auto-save notification. It also causes all kinds of problems if the
status bar is in a non-standard mode (message, prompt, ...) and is prone
to race conditions if the status bar is updated by another thread at the
same time.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r-- | src/calcurse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/calcurse.h b/src/calcurse.h index 7259dd1..e35fe9a 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -580,7 +580,6 @@ enum export_type { /* To customize the display when saving data. */ enum save_display { IO_SAVE_DISPLAY_BAR, - IO_SAVE_DISPLAY_MARK, IO_SAVE_DISPLAY_NONE }; |