RCons
Object Hierarchy:
Description:
[ CCode ( cname = "RCons" , cprefix = "r_cons_" , free_function = "" , unref_function = "" ) ]
public class RCons
Content:
Constants:
- public const string BLACK
- public const string BLUE
- public const string GRAY
- public const string MAGENTA
- public const string RED
- public const string RESET
- public const string TURQOISE
- public const string WHITE
- public const string YELLOW
Static methods:
- public static void any_key (string? msg = null)
- public static int arrow_to_hjkl (int ch)
- public static void clear ()
- public static void clear00 ()
- public static bool eof ()
- public static void filter ()
- public static void flush ()
- public static unowned string get_buffer ()
- public static int get_size (out int rows)
- public static void gotoxy (int x, int y)
- public static void invert (bool @set, int color)
- public static void memcat (string str, int len)
- public static void newline ()
- public static void pipe_close (int fd)
- public static int pipe_open (string file, int fdn, bool append)
- public static void printf (string fmt, ...)
- public static int readchar ()
- public static void reset ()
- public static void set_raw (bool b)
- public static RCons singleton ()
- public static void strcat (string str)
- public static void visual_flush ()
- public static bool yesno (bool def, string fmt, ...)
Fields: