[tfman.1] document tfman UI thus far

This commit is contained in:
nick black 2021-12-15 01:55:47 -05:00
parent 685a88d2a6
commit 5eb8558775
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 13 additions and 2 deletions

View File

@ -23,6 +23,16 @@ tfman - Swank manual page browser
files: Files to render.
If successfully loaded and parsed, the top of the page will be visible.
In the lower right corner is a listing of page sections. By default, the
page browser is in use; press Tab to move between the page browser and
the structure browser. Press 's' to toggle the structure browser's
visibility.
**tfman** can identify gzipped manual pages, and inflate them on the fly.
# NOTES
The following keypresses are recognized:
* **Ctrl-L**: Redraw the screen.
@ -31,8 +41,10 @@ The following keypresses are recognized:
* **b**/**pgup**: Move up by one page.
* **j**/**down**: Move down by one line.
* **f**/**pgdown**: Move down by one page.
* **s**: Toggle the structure browser's visibility.
* **Tab**: Move between the page and structure browser.
# NOTES
The mouse wheel can also be used to move up and down within the active browser.
# BUGS

View File

@ -354,4 +354,3 @@ int troff_parse(const unsigned char* map, size_t mlen, pagedom* dom){
}
return 0;
}