Commit 673596d8 by Richard Kenner

format_char_info_print_table, "p"): Allow width.

From-SVN: r5212
parent 53322b0c
......@@ -1378,7 +1378,7 @@ static format_char_info print_table[]
{ "C", 0, T_W, NULL, NULL, NULL, "-w" },
{ "s", 1, T_C, NULL, T_W, NULL, "-wp" },
{ "S", 1, T_W, NULL, NULL, NULL, "-wp" },
{ "p", 1, T_V, NULL, NULL, NULL, "-" },
{ "p", 1, T_V, NULL, NULL, NULL, "-w" },
{ "n", 1, T_I, T_S, T_L, NULL, "" },
{ NULL }
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment