#include "AppHdr.h"#include <cctype>#include "cio.h"#include "command.h"#include "coord.h"#include "env.h"#include "invent.h"#include "menu.h"#include "macro.h"#include "message.h"#include "options.h"#include "player.h"#include "hints.h"

Classes | |
| class | _string_lookup |
| class | _id_comparison |
Functions | |
| int | menu_colour (const std::string &text, const std::string &prefix, const std::string &tag) |
| int | linebreak_string (std::string &s, int wrapcol, int maxcol) |
| int | linebreak_string2 (std::string &s, int maxcol) |
| std::string | get_linebreak_string (const std::string &s, int maxcol) |
| std::string get_linebreak_string | ( | const std::string & | s, | |
| int | maxcol | |||
| ) |

| int linebreak_string | ( | std::string & | s, | |
| int | wrapcol, | |||
| int | maxcol | |||
| ) |
| int linebreak_string2 | ( | std::string & | s, | |
| int | maxcol | |||
| ) |
| int menu_colour | ( | const std::string & | text, | |
| const std::string & | prefix, | |||
| const std::string & | tag | |||
| ) |

1.5.6