GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
color_pair Struct Reference

Public Member Functions

bool operator< (const color_pair &o) const
 

Public Attributes

int fg
 
int bg
 

Detailed Description

Definition at line 190 of file tui-io.c.

Member Function Documentation

◆ operator<()

bool color_pair::operator< ( const color_pair & o) const
inline

Definition at line 195 of file tui-io.c.

References bg, and fg.

Member Data Documentation

◆ bg

int color_pair::bg

Definition at line 193 of file tui-io.c.

Referenced by operator<().

◆ fg

int color_pair::fg

Definition at line 192 of file tui-io.c.

Referenced by operator<().


The documentation for this struct was generated from the following file: