/* * ansi.h * * Some ANSI code definitions (home-made ;-) * * (C) Frank Schmidt, Jesus@NorseMUD * */ #ifndef _ANSI_H #define _ANSI_H /* ansi escape code sequence */ #define ANSI_ESC "" /* code to extend escape code sequence */ #define ANSI_EXT ";" /* annoying bell-sound */ #define ANSI_BELL "^G" #endif