1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 02:56:46 +02:00

Added define that fixes text not being visible on rxvt-unicode.

This commit is contained in:
irungentoo
2013-09-26 09:51:21 -04:00
parent e51ebd9c7c
commit 7da72b79ef
2 changed files with 19 additions and 4 deletions

View File

@ -37,6 +37,10 @@
#define MAGENTA 6
#define BLACK 7
/* Fixes text color problem on some terminals.
Uncomment if necessary */
//#define URXVT_FIX
typedef struct ToxWindow_ ToxWindow;
struct ToxWindow_ {