The first thing I noticed... /fseek doesn't support navigation by bytes only lines, and $fopen().pos doesn't return the position by lines, only in bytes? no way to get these two to work together (or I should say at least no practical way).

Also, the EOF doesn't seem to be $true when doing an /fseek -w that doesn't come up with a match (yet the $fopen().pos is 0) shouldn't it be EOF if we search to the end of the file or is this just the way /fseek is supposed to work?

too lazy to make another post with suggestions in the "Feature Suggestions" forum, gonna drop them right here...

/fseek doesn't have a setting for standard searching, only wildcard (what if I want to find an asterisk*?)
/fseek -n navigates relative to the current position, but only forward... can it be made to allow negative numbers so it can back up?