[Teton] Add a command to print the working directory.
This commit is contained in:
parent
faa54bc3dc
commit
57947fb5dd
2 changed files with 11 additions and 3 deletions
|
|
@ -14,4 +14,6 @@ class Terminal : public mmth::KeyboardListenerBase {
|
|||
private:
|
||||
Console& console_;
|
||||
glcr::VariableStringBuilder current_command_;
|
||||
|
||||
glcr::String cwd_ = "/";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue