summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibLine/InternalFunctions.cpp
AgeCommit message (Expand)Author
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-07-20LibLine: Avoid excessive write() syscalls when refreshing the displayAli Mohammad Pur
2021-06-04LibLine: Actually cancel the search editor on Ctl-Cbrapru
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
2021-05-16LibLine: Make line management less broken when at the last lineAli Mohammad Pur
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-30LibLine: Fix writing to temporary file in ^X^E handlerAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibLine: Add support for ^X^EAnotherTest
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-24LibLine: Properly update the main editor when clearing the search editorAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21LibLine: Move the search editor exactly after the last lineAnotherTest
2021-02-21LibLine: Update the lazy refresh data and flags in some more placesAnotherTest
2021-02-07LibLine: Place the search editor prompt at the right line after ^LAnotherTest
2021-02-07LibLine: Close the search editor when it's interruptedAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling