We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 320b93d + 809595e commit dee62d2Copy full SHA for dee62d2
Fonts/Straight/straight.h
@@ -147,16 +147,16 @@ class Straight : public Fonts
147
return character;
148
}
149
150
- /*
151
char **M()
152
{
153
- char **character = getCharGrid(ROWS,COLS);
+ char **character = getCharGrid(2,4);
154
155
- //Enter the character grid in ROWS X COLS
+ character[0][0] = character[1][0] = character[0][3] = character[1][3] = '|';
+ character[0][1] = '\\';
156
+ character[0][2] = '/';
157
158
159
- */
160
161
char **N()
162
0 commit comments