mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
LibLine+Shell: Allow some programs to modify the current termios
This setting can be controlled by setting the PROGRAMS_ALLOWED_TO_MODIFY_DEFAULT_TERMIOS _local_ shell variable to a list containing such programs.
This commit is contained in:
parent
e318f12263
commit
b2ef18d538
Notes:
sideshowbarker
2024-07-18 17:27:16 +09:00
Author: https://github.com/alimpfard
Commit: b2ef18d538
Pull-request: https://github.com/SerenityOS/serenity/pull/7442
Issue: https://github.com/SerenityOS/serenity/issues/7276
Reviewed-by: https://github.com/linusg ✅
4 changed files with 50 additions and 11 deletions
|
@ -148,6 +148,8 @@ public:
|
|||
|
||||
void initialize();
|
||||
|
||||
void refetch_default_termios();
|
||||
|
||||
void add_to_history(const String& line);
|
||||
bool load_history(const String& path);
|
||||
bool save_history(const String& path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue