Support for fish_right_prompt

Fixes https://github.com/fish-shell/fish-shell/issues/80
This commit is contained in:
ridiculousfish
2012-11-07 19:59:20 -08:00
parent 21e83a881e
commit d76f880faf
9 changed files with 499 additions and 123 deletions

View File

@@ -95,7 +95,7 @@ struct terminfo_mapping_t
/**
Names of all the input functions supported
*/
static const wchar_t *name_arr[] =
static const wchar_t * const name_arr[] =
{
L"beginning-of-line",
L"end-of-line",