From 7aef3e4fca47902a8039bd13f2446c01effc4a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Cruz?= Date: Fri, 7 Aug 2020 18:50:19 +0200 Subject: [PATCH] fix typo foreground > background --- include/notcurses/notcurses.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/notcurses/notcurses.h b/include/notcurses/notcurses.h index d6e5327cd..105e94424 100644 --- a/include/notcurses/notcurses.h +++ b/include/notcurses/notcurses.h @@ -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);