Geant4-11
Variables
G4VUIshell.cc File Reference
#include "G4UImanager.hh"
#include "G4UIcommand.hh"
#include "G4UIcommandTree.hh"
#include "G4StateManager.hh"
#include "G4UIcommandStatus.hh"
#include "G4VUIshell.hh"
#include "G4UIArrayString.hh"

Go to the source code of this file.

Variables

static const G4String strESC (1,'\033')
 
static const G4String TermColorString [8]
 

Variable Documentation

◆ strESC

const G4String strESC(1,'\033') ( ,
'\033'   
)
static

◆ TermColorString

const G4String TermColorString[8]
static
Initial value:
={
strESC+"[30m", strESC+"[31m", strESC+"[32m", strESC+"[33m",
strESC+"[34m", strESC+"[35m", strESC+"[36m", strESC+"[37m"
}
static const G4String strESC(1,'\033')

Definition at line 39 of file G4VUIshell.cc.

Referenced by G4VUIshell::ListCommand().