This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-05-26 21:18:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
05e9dceba6726bf4da3e7dd46d252cc0eac292cd
ladybird
/
Userland
/
Shell
History
kperdlich
a3ab8dcecd
Shell: Use an opaque color for SyntaxError
...
Use an opaque color for SyntaxError in Syntax Highlighter to avoid transparent errors.
2022-02-23 21:56:16 +00:00
..
Tests
…
AST.cpp
Shell: Use StringView instead of String const& where feasible
2022-01-29 23:08:27 +01:00
AST.h
…
Builtin.cpp
Shell: Start history counter from 1
2022-02-22 21:26:25 +03:30
CMakeLists.txt
…
Execution.h
…
Formatter.cpp
…
Formatter.h
…
Forward.h
…
ImmediateFunctions.cpp
…
Job.cpp
…
Job.h
…
main.cpp
…
NodeVisitor.cpp
…
NodeVisitor.h
…
Parser.cpp
…
Parser.h
…
Shell.cpp
Shell: Use strncmp() instead of string.compare() for name completions
2022-02-05 16:59:12 +03:30
Shell.h
Shell: Use StringView instead of String const& where feasible
2022-01-29 23:08:27 +01:00
SyntaxHighlighter.cpp
Shell: Use an opaque color for SyntaxError
2022-02-23 21:56:16 +00:00
SyntaxHighlighter.h
…