summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVT/Line.h
AgeCommit message (Expand)Author
2021-06-24LibVT: Only resize the line after all rewrapping is doneAli Mohammad Pur
2021-06-23LibVT+Terminal: Implement line wrappingAli Mohammad Pur
2021-06-23LibVT: Keep track of the 'true' line endingsAli Mohammad Pur
2021-06-10Kernel+LibVT: Add function for deleting a range of charactersDaniel Bertalan
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-01LibVT: New terminal cells should be filled with whitespace, not '\0'Andreas Kling
2021-02-27LibVT: Make VT::Line use a Vector for storageAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling