|
@@ -1378,7 +1378,7 @@ struct help_type help_table[] =
|
|
|
"<278> The edit command can be used to turn the default line editor into a\n"
|
|
"<278> The edit command can be used to turn the default line editor into a\n"
|
|
|
"<278> text editor.\n"
|
|
"<278> text editor.\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
- "<278> <178>#edit create <arguments>\n"
|
|
|
|
|
|
|
+ "<278> <178>#edit create [name] [arguments]\n"
|
|
|
"<278> Create an editor, initialize using the provided arguments.\n"
|
|
"<278> Create an editor, initialize using the provided arguments.\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
"<278> <178>#edit load <variable>\n"
|
|
"<278> <178>#edit load <variable>\n"
|
|
@@ -1397,7 +1397,7 @@ struct help_type help_table[] =
|
|
|
"<278> Suspend editing, similar to pressing enter except that no\n"
|
|
"<278> Suspend editing, similar to pressing enter except that no\n"
|
|
|
"<278> events are triggered.\n"
|
|
"<278> events are triggered.\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
- "<278> <178>#edit write <filename\n"
|
|
|
|
|
|
|
+ "<278> <178>#edit write [filename]\n"
|
|
|
"<278> Write the editor content to file.\n"
|
|
"<278> Write the editor content to file.\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
"<178>Example<278>: #edit create {bli}{bla}{blo}\n",
|
|
"<178>Example<278>: #edit create {bli}{bla}{blo}\n",
|
|
@@ -1625,7 +1625,10 @@ struct help_type help_table[] =
|
|
|
"<278> <178>CLASS_LOAD [CLASS]\n"
|
|
"<278> <178>CLASS_LOAD [CLASS]\n"
|
|
|
"<278> %0 class name\n"
|
|
"<278> %0 class name\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
-
|
|
|
|
|
|
|
+ "<278> <128>FORMAT EVENTS\n"
|
|
|
|
|
+ "\n"
|
|
|
|
|
+ "<278> <178>REFORMAT <MESSAGE> <278>Use #return to change MESSAGE\n"
|
|
|
|
|
+ "\n"
|
|
|
"<278> <128>GAG EVENTS\n"
|
|
"<278> <128>GAG EVENTS\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
"<278> <178>GAG <EVENT>\n"
|
|
"<278> <178>GAG <EVENT>\n"
|
|
@@ -1771,8 +1774,6 @@ struct help_type help_table[] =
|
|
|
"<278> <178>UNKNOWN COMMAND <278>%0 raw text\n"
|
|
"<278> <178>UNKNOWN COMMAND <278>%0 raw text\n"
|
|
|
"<278> <178>SIGUSR <278>%0 signal\n"
|
|
"<278> <178>SIGUSR <278>%0 signal\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
- "<278> <178>REFORMAT <MESSAGE> <278>Use #return to change MESSAGE\n"
|
|
|
|
|
- "\n"
|
|
|
|
|
"<278> <128>TELNET EVENTS\n"
|
|
"<278> <128>TELNET EVENTS\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
"<278> <178>IAC <EVENT>\n"
|
|
"<278> <178>IAC <EVENT>\n"
|
|
@@ -2536,6 +2537,9 @@ struct help_type help_table[] =
|
|
|
"<278> <178>#line background <argument>\n"
|
|
"<278> <178>#line background <argument>\n"
|
|
|
"<278> Prevent new session activation.\n"
|
|
"<278> Prevent new session activation.\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
|
|
+ "<278> <178>#line benchmark <argument>\n"
|
|
|
|
|
+ "<278> Argument is executed and the elapsed time is reported after.\n"
|
|
|
|
|
+ "\n"
|
|
|
"<278> <178>#line capture <variable> <argument>\n"
|
|
"<278> <178>#line capture <variable> <argument>\n"
|
|
|
"<278> Argument is executed and output stored in <variable>.\n"
|
|
"<278> Argument is executed and output stored in <variable>.\n"
|
|
|
"\n"
|
|
"\n"
|
|
@@ -2625,8 +2629,8 @@ struct help_type help_table[] =
|
|
|
"<278> #list {var} {tokenize} <string> Create a character list\n"
|
|
"<278> #list {var} {tokenize} <string> Create a character list\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
"<278> The index should be between +1 and the list's size. You can also give\n"
|
|
"<278> The index should be between +1 and the list's size. You can also give\n"
|
|
|
- "<278> a negative value, in which case -1 equals the last item in the list, -2\n"
|
|
|
|
|
- "<278> the second last, etc.\n"
|
|
|
|
|
|
|
+ "<278> a negative value, in which case -1 equals the last item in the list,\n"
|
|
|
|
|
+ "<278> -2 the second last, etc.\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
"<278> When inserting an item a positive index will prepend the item at the\n"
|
|
"<278> When inserting an item a positive index will prepend the item at the\n"
|
|
|
"<278> given index, while a negative index will append the item.\n"
|
|
"<278> given index, while a negative index will append the item.\n"
|
|
@@ -2644,7 +2648,7 @@ struct help_type help_table[] =
|
|
|
"\n"
|
|
"\n"
|
|
|
"<278> The indexate option prepares a table or list table for order, sort,\n"
|
|
"<278> The indexate option prepares a table or list table for order, sort,\n"
|
|
|
"<278> filter, refine, and find operations for the given key. It is similar\n"
|
|
"<278> filter, refine, and find operations for the given key. It is similar\n"
|
|
|
- "<278> to the SELECT option in SQL.\n"
|
|
|
|
|
|
|
+ "<278> to the SELECT option in SQL. The table must have a uniform key layout.\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
"<278> A size of 0 is returned for an empty or non-existent list. You can\n"
|
|
"<278> A size of 0 is returned for an empty or non-existent list. You can\n"
|
|
|
"<278> directly access the size of a list using &var[].\n"
|
|
"<278> directly access the size of a list using &var[].\n"
|
|
@@ -3814,7 +3818,7 @@ struct help_type help_table[] =
|
|
|
"<278> you need to use \\e]68;2;\\a, and they instead trigger the SECURE LINK\n"
|
|
"<278> you need to use \\e]68;2;\\a, and they instead trigger the SECURE LINK\n"
|
|
|
"<278> event.\n"
|
|
"<278> event.\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
- "<278> To creae a link that is not undelined, use \\e]4;24m text \\e]24m.\n"
|
|
|
|
|
|
|
+ "<278> To create a link that is not underlined, use \\e]4;24m text \\e]24m.\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
"<178>Example<278>: #sub {%* tells %*} {\\e]68;2;EXEC;#cursor set tell %1 \\a\\e[4;24m%0\\e[24m}\n"
|
|
"<178>Example<278>: #sub {%* tells %*} {\\e]68;2;EXEC;#cursor set tell %1 \\a\\e[4;24m%0\\e[24m}\n"
|
|
|
"<178> <278> #event {PRESSED SECURE LINK EXEC MOUSE BUTTON ONE} {%4}\n"
|
|
"<178> <278> #event {PRESSED SECURE LINK EXEC MOUSE BUTTON ONE} {%4}\n"
|
|
@@ -4103,6 +4107,7 @@ struct help_type help_table[] =
|
|
|
"<178> \\W <278>Match non-letters, numbers, and underscores [^A-Za-z0-9_]\n"
|
|
"<178> \\W <278>Match non-letters, numbers, and underscores [^A-Za-z0-9_]\n"
|
|
|
"<178> \\x <278>Insert hex character \\x\n"
|
|
"<178> \\x <278>Insert hex character \\x\n"
|
|
|
"<178> \\Z <278>Match end of string $\n"
|
|
"<178> \\Z <278>Match end of string $\n"
|
|
|
|
|
+ "<178> \\\\ <278>Match a backslash \\\\\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
"<278> \\s matches one space, \\s+ matches one or multiple spaces, the use\n"
|
|
"<278> \\s matches one space, \\s+ matches one or multiple spaces, the use\n"
|
|
|
"<278> of {\\s+} is required for this sequence to work in tintin, \\s by"
|
|
"<278> of {\\s+} is required for this sequence to work in tintin, \\s by"
|