Konsole
#include "Screen.h"
#include <QtCore/QTextStream>
#include "konsole_wcwidth.h"
#include "TerminalCharacterDecoder.h"
#include "History.h"
#include "ExtendedCharTable.h"
Include dependency graph for Screen.cpp:
Go to the source code of this file.
Macros | |
#define | loc(X, Y) ((Y)*_columns+(X)) |
Variables | |
const bool | BS_CLEARS = false |
Macro Definition Documentation
#define loc | ( | X, | |
Y | |||
) | ((Y)*_columns+(X)) |
Definition at line 51 of file Screen.cpp.
Variable Documentation
const bool BS_CLEARS = false |
Definition at line 39 of file Screen.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.