ladybird/Userland/Shell
Ali Mohammad Pur 2e333b3571 Shell: Make SimpleVariable::hit_test_position not hit irrelevant offsets
Without this, any offset would be accepted as being part of the
SimpleVariable.
Fixes #11976 (by making it no longer crash).
2022-01-21 18:58:28 +03:30
..
Tests Shell: Remove sigpipe.sh.out artefact after failure 2021-12-13 16:20:29 +03:30
AST.cpp Shell: Make SimpleVariable::hit_test_position not hit irrelevant offsets 2022-01-21 18:58:28 +03:30
AST.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Builtin.cpp Shell: Add a "noop" builtin aliased to ":" 2022-01-09 12:25:36 +01:00
CMakeLists.txt Shell: Port to LibMain 2022-01-09 03:22:10 +03:30
Execution.h
Formatter.cpp
Formatter.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Forward.h
ImmediateFunctions.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Job.cpp
Job.h
main.cpp Shell: Port to LibMain 2022-01-09 03:22:10 +03:30
NodeVisitor.cpp
NodeVisitor.h
Parser.cpp Shell: Don't skip over the first brace expansion entry if it's empty 2021-12-16 03:26:59 +03:30
Parser.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Shell.cpp Shell: Don't reset 'last_return_code' before running commands 2022-01-09 12:25:36 +01:00
Shell.h Shell: Add a "noop" builtin aliased to ":" 2022-01-09 12:25:36 +01:00
SyntaxHighlighter.cpp
SyntaxHighlighter.h