Browser

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Enums

Mode
enum Mode
Undocumented in source.
RatioDisplayMode
enum RatioDisplayMode
Undocumented in source.
SortMode
enum SortMode
Undocumented in source.

Functions

handleInput
bool handleInput()
Undocumented in source. Be warned that the author may not have intended to support it.
moveCursor
void moveCursor(sizediff_t delta)
Undocumented in source. Be warned that the author may not have intended to support it.
setSort
void setSort(SortMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
showMessage
void showMessage(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
togglePause
void togglePause()

Pausing has the following effects: 1. We send a SIGSTOP to subprocesses, so that they stop working ASAP. 2. We immediately stop reading subprocess output, so that the UI stops updating. 3. We display the paused state in the UI.

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

Static functions

rawWrite
void rawWrite(int y, int x, const(char)[] str, uint attr)
Undocumented in source. Be warned that the author may not have intended to support it.
toCChar
cchar_t toCChar(dchar c, uint attr)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

cchar_t
struct cchar_t
Undocumented in source.

Variables

contentAreaHeight
sizediff_t contentAreaHeight;
Undocumented in source.
currentPath
BrowserPath* currentPath;
dirsFirst
bool dirsFirst;
Undocumented in source.
done
bool done;
Undocumented in source.
items
BrowserPath*[] items;
Undocumented in source.
message
string message;
Undocumented in source.
mode
Mode mode;
Undocumented in source.
ratioDisplayMode
RatioDisplayMode ratioDisplayMode;
Undocumented in source.
reverseSort
bool reverseSort;
Undocumented in source.
selection
BrowserPath* selection;
Undocumented in source.
showMessageUntil
MonoTime showMessageUntil;
Undocumented in source.
sortMode
SortMode sortMode;
Undocumented in source.
textLines
string[] textLines;
Undocumented in source.
top
sizediff_t top;
Undocumented in source.

Meta