Better comment
This commit is contained in:
parent
b5c71a6b2c
commit
1b565f1938
4
rush00.c
4
rush00.c
|
@ -6,7 +6,7 @@
|
||||||
/* By: jtorrez- <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: jtorrez- <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/03/18 20:15:12 by jtorrez- #+# #+# */
|
/* Created: 2023/03/18 20:15:12 by jtorrez- #+# #+# */
|
||||||
/* Updated: 2023/03/18 20:15:17 by jtorrez- ### ########.fr */
|
/* Updated: 2023/03/18 20:25:05 by jtorrez- ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ void horiz_line(char left, char middle, char right, int width);
|
||||||
|
|
||||||
const char g_inside = ' ';
|
const char g_inside = ' ';
|
||||||
|
|
||||||
// clockwise, starting from top left
|
// corners specified clockwise, starting from top left
|
||||||
const char g_corners[] = {'o', 'o', 'o', 'o', '\0'};
|
const char g_corners[] = {'o', 'o', 'o', 'o', '\0'};
|
||||||
const char g_horizontal = '-';
|
const char g_horizontal = '-';
|
||||||
const char g_vertical = '|';
|
const char g_vertical = '|';
|
||||||
|
|
Loading…
Reference in New Issue