summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVT/Terminal.cpp
AgeCommit message (Expand)Author
2021-05-17LibVT: Correct color handlingDaniel Bertalan
2021-05-17LibVT: Fix progress bars not getting resetDaniel Bertalan
2021-05-17LibVT: Fix newline handlingDaniel Bertalan
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-05-16LibVT: Run clang-format on Terminal.cppLinus Groh
2021-05-16LibVT: Implement ST (ESC \) escape sequenceDaniel Bertalan
2021-05-16LibVT: fix SM/RM not respecting private markersDaniel Bertalan
2021-05-16LibVT: Implement new ANSI escape sequence parserDaniel Bertalan
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibVT: Convert String::format() => String::formatted()Andreas Kling
2021-02-27LibVT: Make VT::Line use a Vector for storageAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibVT: Oops, fix dbgln() invocation mistakeAndreas Kling
2021-02-20LibVT: Put "unimplemented escape" whining on debug logAndreas Kling
2021-02-20LibVT: Implement switching between 80/132 column modes (DECCOLM)Andreas Kling
2021-02-20LibVT: Give proper names to remaining VTxxx control functionsAndreas Kling
2021-02-20LibVT: Give proper names to SD and SUAndreas Kling
2021-02-20LibVT: Move control function doc comments to Terminal.h headerAndreas Kling
2021-02-20LibVT: Give proper names to SCOSC and SCORCAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-16LibVT: Convert dbgprintf() => dbgln() and remove some debug codeAndreas Kling
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling