Rev 4226 | Rev 4240 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4226 | Rev 4232 | ||
|---|---|---|---|
| Line 196... | Line 196... | ||
| 196 | } else { |
196 | } else { |
| 197 | rc = ENOTSUP; |
197 | rc = ENOTSUP; |
| 198 | } |
198 | } |
| 199 | 199 | ||
| 200 | if (rc != 0) { |
200 | if (rc != 0) { |
| - | 201 | /* |
|
| 201 | attrs = &conn->screenbuffer.attrs; |
202 | attrs = &conn->screenbuffer.attrs; |
| 202 | 203 | ||
| 203 | for (j = 0; j < h; j++) { |
204 | for (j = 0; j < h; j++) { |
| 204 | for (i = 0; i < w; i++) { |
205 | for (i = 0; i < w; i++) { |
| 205 | field = get_field_at(&conn->screenbuffer, |
206 | field = get_field_at(&conn->screenbuffer, |
| Line 208... | Line 209... | ||
| 208 | set_attrs(&field->attrs); |
209 | set_attrs(&field->attrs); |
| 209 | attrs = &field->attrs; |
210 | attrs = &field->attrs; |
| 210 | 211 | ||
| 211 | fb_putchar(field->character, y + j, x + i); |
212 | fb_putchar(field->character, y + j, x + i); |
| 212 | } |
213 | } |
| 213 | } |
214 | }*/ |
| 214 | } |
215 | } |
| 215 | } |
216 | } |
| 216 | 217 | ||
| 217 | /** Flush pending cells to FB. */ |
218 | /** Flush pending cells to FB. */ |
| 218 | static void fb_pending_flush(void) |
219 | static void fb_pending_flush(void) |