forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug: https://bugs.gentoo.org/742404 Closes: https://bugs.gentoo.org/706610 Closes: https://bugs.gentoo.org/724706 Closes: https://bugs.gentoo.org/739408 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: David Seifert <[email protected]>
- Loading branch information
1 parent
41858f0
commit 48a5b26
Showing
4 changed files
with
129 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/dclib/dclib-color.h | ||
+++ b/dclib/dclib-color.h | ||
@@ -535,7 +535,7 @@ | ||
/////////////// color helpers /////////////// | ||
/////////////////////////////////////////////////////////////////////////////// | ||
|
||
-u32 ColorTab_M0_M15[16]; // first 16 colors of "\e[m" | ||
+extern u32 ColorTab_M0_M15[16]; // first 16 colors of "\e[m" | ||
|
||
// return a m256 index | ||
u8 ConvertColorRGB3ToM256 ( u8 r, u8 g, u8 b ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters