/[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.2 by marcus, Wed Aug 28 17:28:36 2002 UTC revision 1.3 by marcus, Tue Sep 10 18:05:41 2002 UTC
# Line 34  cons_vcons_refresh (vcons_t vcons) Line 34  cons_vcons_refresh (vcons_t vcons)
34    vcons->state.cursor.status = vcons->display->cursor.status;    vcons->state.cursor.status = vcons->display->cursor.status;
35    vcons->state.bell.audible = vcons->display->bell.audible;    vcons->state.bell.audible = vcons->display->bell.audible;
36    vcons->state.bell.visible = vcons->display->bell.visible;    vcons->state.bell.visible = vcons->display->bell.visible;
37      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_write (vcons, vcons->state.screen.matrix    cons_vcons_write (vcons, vcons->state.screen.matrix
# Line 60  cons_vcons_refresh (vcons_t vcons) Line 61  cons_vcons_refresh (vcons_t vcons)
61    cons_vcons_set_cursor_pos (vcons, vcons->state.cursor.col,    cons_vcons_set_cursor_pos (vcons, vcons->state.cursor.col,
62                               vcons->state.cursor.row);                               vcons->state.cursor.row);
63    cons_vcons_set_cursor_status (vcons, vcons->state.cursor.status);    cons_vcons_set_cursor_status (vcons, vcons->state.cursor.status);
64      cons_vcons_set_scroll_lock (vcons, vcons->state.flags & CONS_FLAGS_SCROLL_LOCK);
65    cons_vcons_update (vcons);    cons_vcons_update (vcons);
66  }  }

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

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