Define wrapper functions around Curses. More...
Include dependency graph for mutt_curses.c:Go to the source code of this file.
Functions | |
| void | mutt_curses_set_color (const struct AttrColor *ac) |
| Set the colour and attributes for text. | |
| const struct AttrColor * | mutt_curses_set_normal_backed_color_by_id (enum ColorId cid) |
| Set the colour and attributes by the Colour ID. | |
| const struct AttrColor * | mutt_curses_set_color_by_id (enum ColorId cid) |
| Set the colour and attributes by the Colour ID. | |
| enum MuttCursorState | mutt_curses_set_cursor (enum MuttCursorState state) |
| Set the cursor state. | |
Define wrapper functions around Curses.
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 mutt_curses.c.
| void mutt_curses_set_color | ( | const struct AttrColor * | ac | ) |
Set the colour and attributes for text.
| ac | Colour and Attributes to set |
Definition at line 38 of file mutt_curses.c.
Here is the caller graph for this function:Set the colour and attributes by the Colour ID.
| cid | Colour ID, e.g. MT_COLOR_WARNING |
| ptr | Colour set |
Definition at line 63 of file mutt_curses.c.
Here is the call graph for this function:
Here is the caller graph for this function:Set the colour and attributes by the Colour ID.
| cid | Colour ID, e.g. MT_COLOR_TREE |
| ptr | Colour set |
Definition at line 79 of file mutt_curses.c.
Here is the call graph for this function:
Here is the caller graph for this function:| enum MuttCursorState mutt_curses_set_cursor | ( | enum MuttCursorState | state | ) |
Set the cursor state.
| state | State to set, e.g. MUTT_CURSOR_INVISIBLE |
| enum | Old state, e.g. MUTT_CURSOR_VISIBLE |
Definition at line 94 of file mutt_curses.c.
Here is the caller graph for this function: