37 #include "lib/charbuf.h" 38 #include "main/evaluator.h" 40 #if !defined(AMIGA) && !defined(HAIKU) 67 Console =
new WindowsConsole(Preferences->GetPrompt(), Language);
71 Console =
new StandardConsole(Preferences->GetPrompt(), Language);
80 for (
int i = 1; i < argc; i++)
void Append(const char c)
virtual ~StandardProgram()
void SetAnsiMode(bool value)
void Append(const char *source)
CharBuffer()
Initialize without allocating memory.
bool StrIsEqual(const char *s1, const char *s2)
Compare two null terminated strings to each other.
virtual void ResetConsole()
virtual void WriteString(const char *string)=0
virtual void Initialize(int argc, char **argv)
Evaluator(const char *input)
int StrLen(const char *string)
Get the length of a null terminated string.
Encapsulate an character array which can be used as a string.
void EnsureSize(unsigned int size)
Ensure a memory block of specified size is allocated.
class ConsoleBase * Console
class PreferencesBase * Preferences