Added /charset command

This commit is contained in:
James Booth
2015-12-19 23:32:58 +00:00
parent a02c89a8e8
commit 8f6b37f650
3 changed files with 34 additions and 0 deletions

View File

@@ -945,6 +945,18 @@ static struct cmd_t command_defs[] =
CMD_NOEXAMPLES
},
{ "/charset",
cmd_charset, parse_args, 0, 0, NULL,
CMD_TAGS(
CMD_TAG_UI)
CMD_SYN(
"/beep")
CMD_DESC(
"Display information about the current character set supported by the terminal. ")
CMD_NOARGS
CMD_NOEXAMPLES
},
{ "/beep",
cmd_beep, parse_args, 1, 1, &cons_beep_setting,
CMD_TAGS(