/[hurd]/hurd/libcons/vcons-refresh.c
ViewVC logotype

Diff of /hurd/libcons/vcons-refresh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by marcus, Tue Sep 10 18:05:41 2002 UTC revision 1.4 by marcus, Tue Sep 17 11:47:15 2002 UTC
# Line 37  cons_vcons_refresh (vcons_t vcons) Line 37  cons_vcons_refresh (vcons_t vcons)
37    vcons->state.flags = vcons->display->flags;    vcons->state.flags = vcons->display->flags;
38    vcons->state.changes.written = vcons->display->changes.written;    vcons->state.changes.written = vcons->display->changes.written;
39    
40      cons_vcons_clear (vcons, vcons->state.screen.width
41                        * vcons->state.screen.height, 0, 0);
42    cons_vcons_write (vcons, vcons->state.screen.matrix    cons_vcons_write (vcons, vcons->state.screen.matrix
43                      + (vcons->state.screen.cur_line % vcons->state.screen.lines)                      + (vcons->state.screen.cur_line % vcons->state.screen.lines)
44                      * vcons->state.screen.width,                      * vcons->state.screen.width,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26