mirror of
https://github.com/yourtion/30dayMakeOS.git
synced 2026-02-11 05:45:04 +08:00
窗口切换(1)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user