#include "vwidget.h"
#include "vtcl.h"
#include "vpipe.h"
Go to the source code of this file.
Compounds | |
class | vtty |
Typedefs | |
typedef void (* | print_fn )(class vtty *text, vnode *object, int depth, detail_kind detail, void *client_data) |
Enumerations | |
enum | text_style { BOLD_BEGIN = 1, BOLD_END = 2, ITALIC_BEGIN = 4, ITALIC_END = 8 } |
enum | detail_kind { PRINT_BRIEF = 0, PRINT_FULL } |
|
|
PRINT_BRIEF | |
PRINT_FULL |
|
BOLD_BEGIN | |
BOLD_END | |
ITALIC_BEGIN | |
ITALIC_END |