1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Libraries/LibLine
Andreas Kling 296f87fa7f LibLine: Fix Shell crashing (due to write() EFAULT) on <tab><tab>
Use a StringBuilder instead of blindly passing a bunch of potentially
empty/null strings to the kernel. StringBuilder is more lenient and
generally more pleasant to use anyway.
2020-04-01 11:25:53 +02:00
..
Editor.cpp LibLine: Fix Shell crashing (due to write() EFAULT) on <tab><tab> 2020-04-01 11:25:53 +02:00
Editor.h LibLine: Rename on_char_input() => register_character_input_callback() 2020-03-31 13:37:01 +02:00
Makefile LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h} 2020-03-31 13:34:57 +02:00