GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros
Screen.cpp File Reference
#include "unix/Screen.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <assert.h>
#include <string.h>
#include <ctype.h>
#include <QtCore/QTextStream>
#include <QtCore/QDate>
#include "unix/konsole_wcwidth.h"
#include "unix/TerminalCharacterDecoder.h"
Include dependency graph for Screen.cpp:

Go to the source code of this file.

Macros

#define BS_CLEARS   false
 
#define loc(X, Y)   ((Y)*columns+(X))
 

Macro Definition Documentation

#define BS_CLEARS   false

Definition at line 44 of file Screen.cpp.

Referenced by Screen::BackSpace().

#define loc (   X,
 
)    ((Y)*columns+(X))