Rev 1551 | Rev 1590 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1551 | Rev 1575 | ||
|---|---|---|---|
| Line 111... | Line 111... | ||
| 111 | */ |
111 | */ |
| 112 | void |
112 | void |
| 113 | scr_init(void) |
113 | scr_init(void) |
| 114 | { |
114 | { |
| 115 | con_phone = get_fd_phone(1); |
115 | con_phone = get_fd_phone(1); |
| - | 116 | send_call(con_phone, CONSOLE_CURSOR_VISIBILITY, 0); |
|
| 116 | resume_normal(); |
117 | resume_normal(); |
| 117 | scr_clear(); |
118 | scr_clear(); |
| 118 | } |
119 | } |
| 119 | 120 | ||
| 120 | static void moveto(int r, int c) |
121 | static void moveto(int r, int c) |