Browse Source

* Ok, invert works. OK OK SAM THAT WAS MY FAULT

AHAHAH                      _
    _._ _..._ .-',     _.._(`))
   '-. `     '  /-._.-'    ',/
      ) MAIS    \            '.
     / _    _    |  JE         \
    |  a    a    /     SUIS     |
    \   .-.                     ;  
     '-('' ).-'       ,' UN    ;
        '-;           |      .'
           \    VIEUX  \    /
           | 7  .__  _.-\   \
           | |  |  ``/  /`  /
          /,_|  |   /,_/   /
             /,_/      '`-'

POOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOORC!
tags/v0.99.beta14
Jean-Yves Lamoureux jylam 19 years ago
parent
commit
604852e3ba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cucul/bitmap.c

+ 1
- 1
cucul/bitmap.c View File

@@ -803,7 +803,7 @@ void cucul_draw_bitmap(cucul_t *qq, int x1, int y1, int x2, int y2,

if(bitmap->invert) {
outfg = 15-outfg;
outbg = 15-outfg;
outbg = 15-outbg;
}

/* Now output the character */


Loading…
Cancel
Save