fish-shell/src
Fabian Boehm 75f7cda6ab Add xterm-256color fallback
And use it if $TERM is xterm-256color and could not be found, *without* warning.

These barely change, especially in the parts we use.
2024-02-22 20:10:16 +01:00
..
bin fish_key_reader: Remove unnecessary parser 2024-02-20 16:55:32 +01:00
builtins Fix builtin read crash with negative nchars 2024-02-19 18:48:21 +01:00
env Remove obsolete no_mangle directives 2024-02-15 01:22:37 +01:00
fork_exec exec: Pass some cstrs as cstr instead of converting to ptr and back 2024-02-16 19:40:41 +01:00
history Clean up some stale comments and restore libc usage in flog_safe 2024-01-21 12:03:56 -08:00
tests Remove now unused assert helpers 2024-02-22 20:10:16 +01:00
universal_notifier Move from libc read/write to nix read/write 2024-01-21 11:49:40 -08:00
widecharwidth Move fish-rust to project root 2024-01-13 03:58:33 +01:00
wutil Make wcwidth an isize 2024-02-15 01:27:23 +01:00
abbrs.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
ast.rs ast: Only reserve 16 nodes for each list 2024-02-10 11:33:32 +01:00
autoload.rs Unify how file mode is specified 2024-01-28 18:09:52 -06:00
color.rs Fix some clippy warnings 2024-01-21 19:12:33 -08:00
common.rs Remove now unused assert helpers 2024-02-22 20:10:16 +01:00
complete.rs Only use fuzzy option completion if there is a leading - 2024-01-30 09:09:45 +01:00
curses.rs Add xterm-256color fallback 2024-02-22 20:10:16 +01:00
editable_line.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
env_dispatch.rs Add xterm-256color fallback 2024-02-22 20:10:16 +01:00
env_universal_common.rs Unify how file mode is specified 2024-01-28 18:09:52 -06:00
event.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
exec.rs exec: Pass some cstrs as cstr instead of converting to ptr and back 2024-02-16 19:40:41 +01:00
expand.rs Add feature flag to turn off %self (#10262) 2024-02-06 22:13:16 +01:00
fallback.rs Make wcwidth an isize 2024-02-15 01:27:23 +01:00
fd_monitor.rs Correct some comments and duplicative error messages 2024-02-11 12:16:58 -08:00
fd_readable_set.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
fds.rs Correct some comments and duplicative error messages 2024-02-11 12:16:58 -08:00
fish_test_helper.cpp Initial Rust commit 2023-02-02 19:34:47 -07:00
flog.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
function.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
future_feature_flags.rs Add feature flag to turn off %self (#10262) 2024-02-06 22:13:16 +01:00
future.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
global_safety.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
highlight.rs highlight: Stop copying pending variables 2024-02-16 19:40:41 +01:00
history.rs Revert "history: Skip lines with tabs when importing from bash" 2024-02-15 01:39:45 +01:00
input_common.rs Move input tests into their own module in the tests dir 2024-01-21 18:19:40 -08:00
input.rs input: Resolve a TODO 2024-02-16 19:40:39 +01:00
io.rs Correct some comments and duplicative error messages 2024-02-11 12:16:58 -08:00
job_group.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
kill.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
lib.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
libc.c Switch to the terminfo crate 2024-02-22 20:10:16 +01:00
libc.rs Remove uses of LC_GLOBAL_LOCALE 2024-02-01 22:15:24 +01:00
locale.rs Remove uses of LC_GLOBAL_LOCALE 2024-02-01 22:15:24 +01:00
nix.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
null_terminated_array.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
operation_context.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
output.rs Switch to the terminfo crate 2024-02-22 20:10:16 +01:00
pager.rs Fix crash in the history pager 2024-02-16 18:22:37 +01:00
parse_constants.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
parse_execution.rs Forbid subcommand keywords in variables-as-commands (#10249) 2024-02-06 22:12:55 +01:00
parse_tree.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
parse_util.rs Disallow background operator before && or || 2024-01-20 11:32:44 +01:00
parser_keywords.rs Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
parser.rs Return OwnedFd from open_cloexec 2024-01-27 20:42:13 +01:00
path.rs Fix build on NetBSD (#10270) 2024-01-28 21:45:14 +01:00
pointer.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
print_help.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
proc.rs clippy 2024-01-13 08:52:54 +01:00
re.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
reader_history_search.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
reader.rs Fix builtin read crash with negative nchars 2024-02-19 18:48:21 +01:00
redirection.rs Use nix OFlag for open_cloexec 2024-01-27 20:42:13 +01:00
screen.rs Render control characters as Unicode Control Pictures 2024-02-15 01:39:45 +01:00
signal.rs Use cfg directly instead of going through features 2024-01-13 15:16:47 -06:00
termsize.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
threads.rs Switch to the terminfo crate 2024-02-22 20:10:16 +01:00
timer.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
tinyexpr.rs Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
tokenizer.rs Add # as a path component char 2024-01-28 10:41:15 +01:00
topic_monitor.rs Use OwnedFd in AutoClosePipes 2024-02-11 11:40:27 -08:00
trace.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
util.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
wait_handle.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
wchar_ext.rs Disallow background operator before && or || 2024-01-20 11:32:44 +01:00
wchar.rs Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
wcstringutil.rs Make wcwidth an isize 2024-02-15 01:27:23 +01:00
wgetopt.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
wildcard.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00