Rename hed_blockoff_t -> hed_cursor_t
commit27f40a4b2fea77bfe765a31127e94c15ca54c3f0
authorPetr Tesarik <petr@tesarici.cz>
Wed, 19 Sep 2012 15:26:52 +0000 (19 17:26 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Wed, 19 Sep 2012 15:26:52 +0000 (19 17:26 +0200)
tree503dc75d7acaf8d3c4b27a3296282d1efcf4d879
parentb99df1ceea5bbd28694f456baea27f6969b5b278
Rename hed_blockoff_t -> hed_cursor_t

"blockoff" has always been a poor choice for a name, because it said
how the type works, not what it is. This type really is a cursor in
the file, as it marks the position in the file, but it will also move
when you insert/delete any preceding bytes in the file.
libhed/file.c
libhed/file.h
libhed/private.h
src/ui/fileshow.c