Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/console/prompt.c

    r28a5ebd r174156fd  
    5656
    5757        while (true) {
    58                 char32_t answer = indev_pop_character(indev);
     58                wchar_t answer = indev_pop_character(indev);
    5959
    6060                if ((answer == 'y') || (answer == 'Y')) {
     
    8787        printf("--More--");
    8888        while (true) {
    89                 char32_t continue_showing_hints = indev_pop_character(indev);
     89                wchar_t continue_showing_hints = indev_pop_character(indev);
    9090                /* Display a full page again? */
    9191                if ((continue_showing_hints == 'y') ||
Note: See TracChangeset for help on using the changeset viewer.