Changed some comments.

This commit is contained in:
Roland Illig 2005-05-21 10:21:35 +00:00
parent 4138e2d88b
commit 48fd4667fd

View File

@ -147,10 +147,11 @@ struct WView {
offset_type dpy_topleft; /* Offset of the byte in the top left corner */ offset_type dpy_topleft; /* Offset of the byte in the top left corner */
offset_type dpy_text_column;/* Number of skipped columns in non-wrap offset_type dpy_text_column;/* Number of skipped columns in non-wrap
* text mode */ * text mode */
gboolean dpy_complete; /* The complete file fits on one screen */ gboolean dpy_complete; /* Has the last call to display() reached the
* end of file? */
offset_type bottom_first; /* First byte shown when very last page is displayed */ offset_type bottom_first; /* First byte shown when very last page is displayed */
/* For the case of WINCH we should reset it to -1 */ /* For the case of WINCH we should reset it to -1 */
offset_type edit_cursor; /* HexEdit cursor position in file */ offset_type edit_cursor; /* Hexview cursor position in file */
screen_dimen start_save; /* Line start shift between text and hex */ screen_dimen start_save; /* Line start shift between text and hex */
screen_dimen cursor_col; /* Cursor column */ screen_dimen cursor_col; /* Cursor column */
screen_dimen cursor_row; /* Cursor row */ screen_dimen cursor_row; /* Cursor row */