Session

Undocumented in source.

Members

Functions

readFromFile
void readFromFile()
Undocumented in source. Be warned that the author may not have intended to support it.
saveToFile
void saveToFile()
Undocumented in source. Be warned that the author may not have intended to support it.
saveUpdatedSessionToFile
void saveUpdatedSessionToFile()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

activeScreen
int activeScreen;
Undocumented in source.
autoCommand
string autoCommand;
Undocumented in source.
children
ChildTerminal[] children;
Undocumented in source.
cwd
string cwd;
Undocumented in source.
escapeCharacter
dchar escapeCharacter;
Undocumented in source.
icon
string icon;
Undocumented in source.
mouseTrackingOn
bool mouseTrackingOn;
Undocumented in source.
pid
pid_t pid;
Undocumented in source.
screens
string[] screens;
Undocumented in source.
screensTitlePrefixes
string[] screensTitlePrefixes;
Undocumented in source.
showingTaskbar
bool showingTaskbar;
Undocumented in source.
sname
string sname;
Undocumented in source.
title
string title;
Undocumented in source.
zeroBasedCounting
bool zeroBasedCounting;

if set to true, screens are counted from zero when jumping with the number keys (like GNU screen) otherwise, screens count from one. I like one because it is more convenient with the left hand and the numbers match up visually with the tabs, but the zero based gnu screen habit is hard to break.

Meta