fish-shell/src
Chris Pick c5bc221b27 Use the $TERM value from fish's computed environment for ncurses setup
Previously, the process's inherited $TERM value would be used.
This prevented users from being able to set $TERM in their config.fish files.

To make matters worse, the error message would print the computed $TERM value,
giving the mistaken impression that it was being used.

Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
2015-09-09 17:06:13 +08:00
..
autoload.cpp Merge branch 'iwyu' 2015-07-29 09:30:19 +08:00
autoload.h Merge branch 'iwyu' 2015-07-29 09:30:19 +08:00
builtin_commandline.cpp Define a constant for function-not-found in input.cpp 2015-08-16 18:45:42 -07:00
builtin_complete.cpp Eliminate wgetopt global variables 2015-07-25 18:16:34 -07:00
builtin_jobs.cpp Eliminate wgetopt global variables 2015-07-25 18:16:34 -07:00
builtin_printf.cpp Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
builtin_set_color.cpp Eliminate wgetopt global variables 2015-07-25 18:16:34 -07:00
builtin_set.cpp Eliminate wgetopt global variables 2015-07-25 18:16:34 -07:00
builtin_test.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
builtin_ulimit.cpp Eliminate wgetopt global variables 2015-07-25 18:16:34 -07:00
builtin.cpp Factor function environment preparation into its own function 2015-08-15 13:37:17 -07:00
builtin.h Remove some dead #defines 2015-08-11 01:00:05 -07:00
color.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
color.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
common.cpp common.cpp: check wcwidth for supported characters 2015-08-03 14:18:06 +08:00
common.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
complete.cpp Rewrite parse_util_unescape_wildcards 2015-08-19 11:35:24 -07:00
complete.h Remove some dead #defines 2015-08-11 01:00:05 -07:00
env_universal_common.cpp env_universal_common: always pick shmem strategy on Cygwin 2015-08-24 18:45:57 +08:00
env_universal_common.h Remove some dead #defines 2015-08-11 01:00:05 -07:00
env.cpp Factor function environment preparation into its own function 2015-08-15 13:37:17 -07:00
env.h Factor function environment preparation into its own function 2015-08-15 13:37:17 -07:00
event.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
event.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
exec.cpp Factor function environment preparation into its own function 2015-08-15 13:37:17 -07:00
exec.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
expand.cpp rename FOR_COMPLETIONS to EXPAND_FOR_COMPLETIONS 2015-08-08 13:55:50 -07:00
expand.h rename FOR_COMPLETIONS to EXPAND_FOR_COMPLETIONS 2015-08-08 13:55:50 -07:00
fallback.cpp Use the address-of operator when checking for weak symbols 2015-07-25 13:02:58 -07:00
fallback.h Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
fish_indent.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
fish_tests.cpp Remove some dead #defines 2015-08-11 01:00:05 -07:00
fish_version.cpp Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
fish_version.h Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
fish.cpp Initial implementation of wildcard match refactoring 2015-08-08 13:55:43 -07:00
function.cpp Factor function environment preparation into its own function 2015-08-15 13:37:17 -07:00
function.h Factor function environment preparation into its own function 2015-08-15 13:37:17 -07:00
highlight.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
highlight.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
history.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
history.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
input_common.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
input_common.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
input.cpp Use the $TERM value from fish's computed environment for ncurses setup 2015-09-09 17:06:13 +08:00
input.h Define a constant for function-not-found in input.cpp 2015-08-16 18:45:42 -07:00
intern.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
intern.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
io.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
io.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
iothread.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
iothread.h Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
key_reader.cpp Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
kill.cpp Dead macro cleanup 2015-08-10 22:01:50 -07:00
kill.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
lru.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
output.cpp Dead macro cleanup 2015-08-10 22:01:50 -07:00
output.h Remove some dead #defines 2015-08-11 01:00:05 -07:00
pager.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
pager.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
parse_constants.h Correct the caret position for unbalanced square brackets 2015-08-10 19:30:21 -07:00
parse_execution.cpp Fix error message for variable used as command 2015-09-03 21:42:42 -07:00
parse_execution.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
parse_productions.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
parse_productions.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
parse_tree.cpp Rewrite parse_util_unescape_wildcards 2015-08-19 11:35:24 -07:00
parse_tree.h Merge branch 'iwyu' 2015-07-29 09:30:19 +08:00
parse_util.cpp Rewrite parse_util_unescape_wildcards 2015-08-19 11:35:24 -07:00
parse_util.h Rewrite parse_util_unescape_wildcards 2015-08-19 11:35:24 -07:00
parser_keywords.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
parser_keywords.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
parser.cpp Dead macro cleanup 2015-08-10 22:01:50 -07:00
parser.h Merge branch 'iwyu' 2015-07-29 09:30:19 +08:00
path.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
path.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
postfork.cpp Add a missing typecast 2015-08-08 10:35:17 -07:00
postfork.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
print_help.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
print_help.h Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
proc.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
proc.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
reader.cpp Remove unused original_pid variable 2015-08-18 11:22:05 -07:00
reader.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
sanity.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
sanity.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
screen.cpp common.cpp: check wcwidth for supported characters 2015-08-03 14:18:06 +08:00
screen.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
signal.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
signal.h Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
tokenizer.cpp Correct the caret position for unbalanced square brackets 2015-08-10 19:30:21 -07:00
tokenizer.h Correct the caret position for unbalanced square brackets 2015-08-10 19:30:21 -07:00
utf8.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
utf8.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
util.cpp Remove some dead #defines 2015-08-11 01:00:05 -07:00
util.h Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
wcstringutil.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
wcstringutil.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
wgetopt.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
wgetopt.h Eliminate wgetopt global variables 2015-07-25 18:16:34 -07:00
wildcard.cpp Add wreaddir_for_dirs function 2015-08-08 14:52:04 -07:00
wildcard.h Experiment to rework wildcard matching 2015-08-08 13:55:51 -07:00
wutil.cpp Dead macro cleanup 2015-08-10 22:01:50 -07:00
wutil.h Add wreaddir_for_dirs function 2015-08-08 14:52:04 -07:00