foreground > background
This commit is contained in:
José Luis Cruz 2020-08-07 18:50:19 +02:00 committed by Nick Black
parent df25fc99b9
commit 7aef3e4fca

View File

@ -524,7 +524,7 @@ channels_set_fg_default(uint64_t* channels){
return *channels;
}
// Mark the foreground channel as using its default color.
// Mark the background channel as using its default color.
static inline uint64_t
channels_set_bg_default(uint64_t* channels){
unsigned channel = channels_bchannel(*channels);