mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
parent
6751d03ea7
commit
6dfd503518
Notes:
sideshowbarker
2024-07-19 05:00:09 +09:00
Author: https://github.com/tomuta
Commit: 6dfd503518
Pull-request: https://github.com/SerenityOS/serenity/pull/2718
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
3 changed files with 7 additions and 17 deletions
|
@ -72,8 +72,6 @@ public:
|
|||
constexpr static auto local_init_file_path = "~/.shellrc";
|
||||
constexpr static auto global_init_file_path = "/etc/shellrc";
|
||||
|
||||
bool is_accepting_signals() const { return m_is_accepting_signals; }
|
||||
|
||||
int run_command(const StringView&);
|
||||
RefPtr<Job> run_command(AST::Command&);
|
||||
bool run_file(const String&, bool explicitly_invoked = true);
|
||||
|
@ -183,7 +181,6 @@ private:
|
|||
|
||||
StringBuilder m_complete_line_builder;
|
||||
bool m_should_ignore_jobs_on_next_exit { false };
|
||||
bool m_is_accepting_signals { true };
|
||||
pid_t m_pid { 0 };
|
||||
|
||||
HashMap<String, RefPtr<AST::Value>> m_local_variables;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue