diff options
| author | Ned T. Crigler <crigler@users.sourceforge.net> | 2004-07-01 17:17:29 +0000 |
|---|---|---|
| committer | Ned T. Crigler <crigler@users.sourceforge.net> | 2004-07-01 17:17:29 +0000 |
| commit | c869233b9736c786dc1e02f846c7972b862ea6f5 (patch) | |
| tree | 465916bdbc7498c31c83110d314a1f6472d7e101 /main.c | |
| parent | a5599b4610788c17f5166685612f48c71d7537ac (diff) | |
Add documentation for the new redraw option.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -65,7 +65,8 @@ usage() " -e <char>\tSet the detach character to <char>, defaults " "to ^\\.\n" " -E\t\tDisable the detach character.\n" - " -r <method>\tUse the specified redraw method when redrawing:\n" + " -r <method>\tSet the redraw method to <method>. The " + "valid methods are:\n" "\t\t none: Don't redraw at all.\n" "\t\t ctrl_l: Send a Ctrl L character to the program.\n" "\t\t winch: Send a WINCH signal to the program.\n" |
