commit | 2535f51e01cfb8b3a27f5e789feadf73cda65939 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Sat Apr 30 17:31:43 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Mon May 16 18:03:07 2016 +0200 |
tree | 32f40b5d93b696df910dee5cd594f3131aab0725 | |
parent | 58404e4ba295516c14848e80345572db702bf780 [diff] |
statusbar: prevent error messages from overwriting each other If during startup there are multiple error messages, currently only the last one remains and can be read. To improve on that, introduce a short pause between error messages -- even if it's not enough to read them all, at least the user will be aware that there are multiple ones. This also causes a few error messages to beep that currently don't beep, such as when a file is unwritable.