This updates the r key handling in fbpdf.c to rotate the current page by a fixed 90 degrees each time, instead of reading an arbitrary count value. The change makes rotation state consistent and removes dependence on numeric input for a common viewing action. In practice, page rotation is now simpler and more predictable for users navigating PDFs.

Changed page rotation to advance in fixed 90-degree steps so the rotate command behaves predictably during viewing. - zhengqunkoo/fbpdf