diff options
Diffstat (limited to 'src/shell_manager.hh')
| -rw-r--r-- | src/shell_manager.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shell_manager.hh b/src/shell_manager.hh index 2f2608ef..1336ca9b 100644 --- a/src/shell_manager.hh +++ b/src/shell_manager.hh @@ -43,6 +43,8 @@ public: CandidateList complete_env_var(StringView prefix, ByteCount cursor_pos) const; private: + String m_shell; + struct EnvVarDesc { String str; bool prefix; EnvVarRetriever func; }; Vector<EnvVarDesc, MemoryDomain::EnvVars> m_env_vars; }; |
