소스 검색

Increase colour pair limit

tags/v0.9.3
Michael Brown 17 년 전
부모
커밋
4b33c03942
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/include/curses.h

+ 1
- 1
src/include/curses.h 파일 보기

@@ -137,7 +137,7 @@ extern unsigned short _LINES;
137 137
 #define COLOR_PAIR(n)	COLOUR_PAIR(n)
138 138
 #define PAIR_NUMBER(attrs) ( ( (attrs) & A_COLOUR ) >> CPAIR_SHIFT )
139 139
 
140
-#define COLOUR_PAIRS	4 /* Arbitrary limit */
140
+#define COLOUR_PAIRS	8 /* Arbitrary limit */
141 141
 #define COLOR_PAIRS	COLOUR_PAIRS
142 142
 
143 143
 #define ACS_ULCORNER	'+'

Loading…
취소
저장