1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 18:17:41 +00:00
serenity/Libraries/LibLine
Andreas Kling 28edafbfa6 LibLine: Fix build in Linux environment
My host compiler was complaining about "%b" in format strings and about
ignoring the return value from a bunch of write() calls.
2020-03-31 18:59:15 +02:00
..
Editor.cpp LibLine: Fix build in Linux environment 2020-03-31 18:59:15 +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