diff options
Diffstat (limited to 'src/lush.h')
| -rw-r--r-- | src/lush.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,9 +55,9 @@ int lush_execute_chain(lua_State *L, char ***commands, int num_commands); void lush_format_prompt(const char *prompt_format); -// enable for autocomplete text set in init.lua // initialized in the lua_api extern bool suggestion_enable; +extern char *alt_shell; // format spec for the prompt extern char *prompt_format; |
