Terminal: Add workitem settings to status display (can be handy for debugging)

This commit is contained in:
jsteube
2018-02-02 23:22:21 +01:00
parent 53e2b40bad
commit 11b18512c7
7 changed files with 81 additions and 5 deletions
+1
View File
@@ -62,6 +62,7 @@
- Self Test: Skip self-test for mode 15700 because the settings are too high and cause startup times that are too long
- Self Test: Skip self-test for mode 8900 - user-configurable scrypt settings are incompatible with fixed settings in the self-test hash
- Terminal: Send clear line code to the same output stream as the message immediately following
- Terminal: Add workitem settings to status display (can be handy for debugging)
- Timer: Switch from gettimeofday() to clock_gettime() to work around problems on cygwin
- User Options: According to getopts manpage the last element of the option array has to be filled with zeros