mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
christ nick get your head in the game
This commit is contained in:
parent
ed824fe0d2
commit
909040eade
@ -314,7 +314,7 @@ rotate_channels(ncplane* src, const cell* c, uint32_t* fchan, uint32_t* bchan){
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
const char* origc = cell_extended_gcluster(src, c);
|
const char* origc = cell_extended_gcluster(src, c);
|
||||||
if(strcmp(origc, "▄") == 0 || strcmp(origc, "▄") == 0){
|
if(strcmp(origc, "▄") == 0 || strcmp(origc, "▀") == 0){
|
||||||
uint32_t tmp = *fchan;
|
uint32_t tmp = *fchan;
|
||||||
*fchan = *bchan;
|
*fchan = *bchan;
|
||||||
*bchan = tmp;
|
*bchan = tmp;
|
||||||
|
Loading…
Reference in New Issue
Block a user