Revision 080149cf

View differences:

core/src/aos_shell.c
800 800
        }
801 801
      }
802 802

  
803
      // 'page up' key or CTRL + 'arrow up' key combination
804
      else if (key == KEY_PAGE_UP || key == KEY_CTRL_ARROW_UP) {
803
      // 'page up', 'arrow up', or key or CTRL + 'arrow up' key combination
804
      else if (key == KEY_PAGE_UP || key == KEY_ARROW_UP || key == KEY_CTRL_ARROW_UP) {
805 805
        // ignore if there was some input
806 806
        if (shell->inputdata.noinput) {
807 807
          action = AOS_SHELL_ACTION_RECALLLAST;

Also available in: Unified diff