Change to priority classes. Will probably require some fixings.

- Now using priority classes internally and in protocol
- Converting (depreciated) priorty numbers to the classes BACKGROUND,
  INFO and FOREGROUND
- Added menu_goto command (only works when menu not active)
This commit is contained in:
robijn
2003-02-27 21:20:20 +00:00
parent 4a7ef8d847
commit 71922063b8
19 changed files with 372 additions and 292 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ void report( const int level, const char *format, .../*args*/ )
int set_reporting( char *application_name, int new_level, int new_dest )
{
if( new_level < RPT_CRIT || new_level > RPT_DEBUG ) {
report( RPT_ERR, "debug level invalid: %d", new_level );
report( RPT_ERR, "report level invalid: %d", new_level );
return -1;
}