1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 05:47:34 +00:00

Shell: Ensure that the cursor starts on a new line

And print an indicator when it doesn't, a la zsh.
This commit is contained in:
AnotherTest 2020-08-17 18:05:50 +04:30 committed by Andreas Kling
parent c96b9fdb0a
commit 14a54a72fa
2 changed files with 25 additions and 0 deletions

View file

@ -187,6 +187,7 @@ private:
// ^Core::Object
virtual void save_to(JsonObject&) override;
void bring_cursor_to_beginning_of_a_line() const;
void cache_path();
void add_entry_to_cache(const String&);