Skip to content

Commit

Permalink
窗口切换(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
yourtion committed May 11, 2016
1 parent 2281f38 commit 36da3e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 24_day/bootpack.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ void HariMain(void)
task_cons->tss.eip = (int) asm_end_app;
io_sti();
}
if (i == 256 + 0x57 && shtctl->top > 2) { /* F11 */
sheet_updown(shtctl->sheets[1], shtctl->top - 1);
}
if (i == 256 + 0xfa) { /*键盘成功接收到数据*/
keycmd_wait = -1;
}
Expand Down

0 comments on commit 36da3e8

Please sign in to comment.