blob: 357103e2bbec75c34bc6953693d49ad5ba53e84c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/ansi.c.orig 2003-04-21 17:42:38 UTC
+++ src/ansi.c
@@ -20,6 +20,8 @@
#include "includes.h"
+st_color color;
+
void lt_colorset_ansi() { /* this sets up color definitions for the output module */
/* simple strcpy's to the appropriate variables */
|