Updated graph library and added options.

This commit is contained in:
Teal Dulcet
2023-03-13 07:29:43 -07:00
parent 73411c18cb
commit 949e46b297
7 changed files with 269 additions and 155 deletions

View File

@@ -37,10 +37,10 @@ namespace tables
{"", "", "", "", "", "", "", "", "", "", ""}, // Light
{"", "", "", "", "", "", "", "", "", "", ""}, // Heavy
{"", "", "", "", "", "", "", "", "", "", ""}, // Double
{"", "", "", "", "", "", "", "", "", "", ""}, // Light Dashed
{"", "", "", "", "", "", "", "", "", "", ""} // Heavy Dashed
{"", "", "", "", "", "", "", "", "", "", ""}, // Light Dashed
{"", "", "", "", "", "", "", "", "", "", ""} // Heavy Dashed
// {" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "} // No border
};
// {" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "}};//No border
const regex ansi(R"(\x1B\[(?:[0-9]+(?:;[0-9]+)*)?m)");
@@ -281,7 +281,8 @@ namespace tables
if (tableborder)
cout << styles[style][1];
cout << "\n";
if (i < (rows - 1) or tableborder)
cout << "\n";
if (tableborder)
{