From d76f880faf18bccd4e8a47b7a6d4144a165df7ba Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 7 Nov 2012 19:59:20 -0800 Subject: Support for fish_right_prompt Fixes https://github.com/fish-shell/fish-shell/issues/80 --- input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input.cpp') diff --git a/input.cpp b/input.cpp index 4be33ae3..1db104f7 100644 --- a/input.cpp +++ b/input.cpp @@ -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", -- cgit v1.2.3