mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +00:00
LibC: Add some more fake termcap entries to silence bash-5.0.
This commit is contained in:
parent
6274208eb9
commit
c9aaf74e1d
Notes:
sideshowbarker
2024-07-19 15:49:12 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c9aaf74e1d1
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ void ensure_caps()
|
|||
caps->set("kh", "\033[H");
|
||||
caps->set("vs", "");
|
||||
caps->set("ve", "");
|
||||
caps->set("E3", "");
|
||||
caps->set("kD", "");
|
||||
caps->set("nd", "\033[C");
|
||||
|
||||
caps->set("co", "80");
|
||||
caps->set("li", "25");
|
||||
|
|
Loading…
Add table
Reference in a new issue