Rev 2621 | Rev 3767 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2621 | Rev 2670 | ||
---|---|---|---|
Line 116... | Line 116... | ||
116 | * Set up screen |
116 | * Set up screen |
117 | */ |
117 | */ |
118 | void |
118 | void |
119 | scr_init(void) |
119 | scr_init(void) |
120 | { |
120 | { |
121 | con_phone = get_fd_phone(1); |
121 | con_phone = get_cons_phone(); |
122 | async_msg_1(con_phone, CONSOLE_CURSOR_VISIBILITY, 0); |
122 | async_msg_1(con_phone, CONSOLE_CURSOR_VISIBILITY, 0); |
123 | resume_normal(); |
123 | resume_normal(); |
124 | scr_clear(); |
124 | scr_clear(); |
125 | } |
125 | } |
126 | 126 |