Bem ... isso seria contra a idéia de paginação ... não seria? : -)
Mas para responder à sua pergunta: tenho certeza de que não há. Isso é do código-fonte de menos:
/*
* The char won't fit in the line; the line
* is too long to print in the screen width.
* End the line here.
*/
if (chopline || hshift > 0) <--- you have chop lines (-S)
{
...
quit_if_one_screen = FALSE; <--- this resets -F
}
Desculpe: -)