amath
1.8.5
Simple command line calculator
|
#include "amath.h"
#include "amathc.h"
#include "charbuf.h"
#include "charval.h"
#include "aengine.h"
Go to the source code of this file.
Macros | |
#define | CURSORFORWARD "\x1B[1C" |
#define | CURSORBACKWARD "\x1B[1D" |
#define | ERASEINLINE "\x1B[K" |
#define | INSERT1CHAR "\x1B[1@" |
#define | DELETE1CHAR "\x1B[1P" |
#define | DELETELINE "\x0D\x1B[K" |
#define | DELETE1CHARASC "\b \b" |
#define CURSORBACKWARD "\x1B[1D" |
Definition at line 37 of file aengine.cpp.
#define CURSORFORWARD "\x1B[1C" |
Definition at line 36 of file aengine.cpp.
#define DELETE1CHAR "\x1B[1P" |
Definition at line 40 of file aengine.cpp.
#define DELETE1CHARASC "\b \b" |
Definition at line 42 of file aengine.cpp.
#define DELETELINE "\x0D\x1B[K" |
Definition at line 41 of file aengine.cpp.
#define ERASEINLINE "\x1B[K" |
Definition at line 38 of file aengine.cpp.
#define INSERT1CHAR "\x1B[1@" |
Definition at line 39 of file aengine.cpp.