Rev 3905 | Rev 4033 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3905 | Rev 3997 | ||
|---|---|---|---|
| Line 110... | Line 110... | ||
| 110 | } else |
110 | } else |
| 111 | s = NULL; |
111 | s = NULL; |
| 112 | 112 | ||
| 113 | if (!lastchar) { |
113 | if (!lastchar) { |
| 114 | if (!getchar_inprog) { |
114 | if (!getchar_inprog) { |
| 115 | cons_phone = get_cons_phone(); |
115 | cons_phone = get_console_phone(); |
| 116 | getchar_inprog = async_send_2(cons_phone, |
116 | getchar_inprog = async_send_2(cons_phone, |
| 117 | CONSOLE_GETKEY, 0, 0, &charcall); |
117 | CONSOLE_GETKEY, 0, 0, &charcall); |
| 118 | } |
118 | } |
| 119 | if (!s) |
119 | if (!s) |
| 120 | async_wait_for(getchar_inprog, &rc); |
120 | async_wait_for(getchar_inprog, &rc); |