NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
debug.h File Reference

Colour Debugging. More...

#include "config.h"
#include "curses2.h"
+ Include dependency graph for debug.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static const char * color_log_color (color_t fg, color_t bg)
 
static void curses_color_dump (struct CursesColor *cc, const char *prefix)
 
static void ansi_colors_dump (struct Buffer *buf)
 
static void curses_colors_dump (struct Buffer *buf)
 
static void merged_colors_dump (struct Buffer *buf)
 
static int color_debug (enum LogLevel level, const char *format,...)
 

Detailed Description

Colour Debugging.

Authors
  • Richard Russon

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file debug.h.

Function Documentation

◆ color_log_color()

static const char * color_log_color ( color_t  fg,
color_t  bg 
)
inlinestatic

Definition at line 45 of file debug.h.

45{ return ""; }

◆ curses_color_dump()

static void curses_color_dump ( struct CursesColor cc,
const char *  prefix 
)
inlinestatic

Definition at line 47 of file debug.h.

47{}

◆ ansi_colors_dump()

static void ansi_colors_dump ( struct Buffer buf)
inlinestatic

Definition at line 49 of file debug.h.

49{}

◆ curses_colors_dump()

static void curses_colors_dump ( struct Buffer buf)
inlinestatic

Definition at line 50 of file debug.h.

50{}

◆ merged_colors_dump()

static void merged_colors_dump ( struct Buffer buf)
inlinestatic

Definition at line 51 of file debug.h.

51{}

◆ color_debug()

static int color_debug ( enum LogLevel  level,
const char *  format,
  ... 
)
inlinestatic

Definition at line 53 of file debug.h.

53{ return 0; }
+ Here is the caller graph for this function: