Changeset 2d37006 in mainline for uspace/app/top/top.c


Ignore:
Timestamp:
2012-04-15T01:09:11Z (14 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6484602
Parents:
d517c5b
Message:

top: make warnings more visible

  • warnings stay on screen for 2–3 seconds, not immediately disappear
  • warnings are shown in a different style
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/top/top.c

    rd517c5b r2d37006  
    406406                                        excs_all = !excs_all;
    407407                                        if (excs_all)
    408                                                 print_warning("Showing all exceptions");
     408                                                show_warning("Showing all exceptions");
    409409                                        else
    410                                                 print_warning("Showing only hot exceptions");
     410                                                show_warning("Showing only hot exceptions");
    411411                                        break;
    412412                                }
    413413                                /* fallthrough */
    414414                        default:
    415                                 print_warning("Unknown command \"%c\", use \"h\" for help", c);
     415                                show_warning("Unknown command \"%c\", use \"h\" for help", c);
    416416                                continue; /* don't redraw */
    417417                }
Note: See TracChangeset for help on using the changeset viewer.