diff options
author | nicm <nicm> | 2021-06-16 11:57:04 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-06-16 11:57:04 +0000 |
commit | a83fb8127a6995a92b1f4954e397be9e5ee3c9a0 (patch) | |
tree | 15f75724a2b3508efe3da5b7049240341711796d /options-table.c | |
parent | 9f3874e5c74f5d2c990c44ab0e1369d3876eb57b (diff) | |
download | rtmux-a83fb8127a6995a92b1f4954e397be9e5ee3c9a0.tar.gz rtmux-a83fb8127a6995a92b1f4954e397be9e5ee3c9a0.tar.bz2 rtmux-a83fb8127a6995a92b1f4954e397be9e5ee3c9a0.zip |
Minor fixes to option descriptions.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/options-table.c b/options-table.c index 01880d62..da1d8776 100644 --- a/options-table.c +++ b/options-table.c @@ -368,7 +368,7 @@ const struct options_table_entry options_table[] = { .maximum = INT_MAX, .default_num = 1, .unit = "milliseconds", - .text = "Maximum time between input to assume it pasting rather " + .text = "Maximum time between input to assume it is pasting rather " "than typing." }, @@ -615,7 +615,7 @@ const struct options_table_entry options_table[] = { .text = "Formats for the status lines. " "Each array member is the format for one status line. " "The default status line is made up of several components " - "which may be configured individually with other option such " + "which may be configured individually with other options such " "as 'status-left'." }, @@ -952,7 +952,8 @@ const struct options_table_entry options_table[] = { .scope = OPTIONS_TABLE_WINDOW, .choices = options_table_pane_lines_list, .default_num = PANE_LINES_SINGLE, - .text = "Type of the pane type lines." + .text = "Type of characters used to draw pane border lines. Some of " + "these are only supported on terminals with UTF-8 support." }, { .name = "pane-border-status", |