index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibVT
/
Terminal.cpp
Age
Commit message (
Expand
)
Author
2022-02-16
LibVT: Use StringBuilder::string_view() instead of to_string()
Idan Horowitz
2022-02-16
LibVT: Use NNOP<KString> to store window titles in the Kernel
Idan Horowitz
2022-02-16
LibVT: Use StringBuilder's inline capacity instead of temporary Strings
Idan Horowitz
2021-12-29
LibVT: Always clear "stomp" state when changing the cursor position
Daniel Bertalan
2021-12-05
LibVT: Cast unused smart-pointer return value to void
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-02
LibVT: Implement G0..G3 and VT100 translation table
Jelle Raaijmakers
2021-10-02
LibVT: Implement support for Cursor Keys Mode (DECCKM)
Jelle Raaijmakers
2021-10-02
LibVT: Add stubs for DECPNM, DECPAM
Jelle Raaijmakers
2021-08-01
Libraries: Remove unused header includes
Brian Gianforcaro
2021-07-10
Terminal: Put debug spam in unimplemented_control_code() behind a flag
Andreas Kling
2021-07-10
LibVT: Reset scrollbar after switching to/from the alternate buffer
Daniel Bertalan
2021-07-09
LibVT: Always check intermediate bytes in CSI sequences
Daniel Bertalan
2021-07-08
LibVT: Ignore DECSTBM with invalid values (#8559)
pancake
2021-06-24
LibVT: Only resize the line after all rewrapping is done
Ali Mohammad Pur
2021-06-23
LibVT: Rewrap the terminal history along with the normal buffer
Ali Mohammad Pur
2021-06-23
LibVT+Terminal: Implement line wrapping
Ali Mohammad Pur
2021-06-23
LibVT: Keep track of the 'true' line endings
Ali Mohammad Pur
2021-06-10
LibVT: Implement `DECIC`/`DECDC`
Daniel Bertalan
2021-06-10
Kernel+LibVT: Fix selection with scrollback wrap-around
Daniel Bertalan
2021-06-10
LibVT: Implement `DECFI` and `DECBI`
Daniel Bertalan
2021-06-10
Kernel+LibVT: Implement left-right scrolling
Daniel Bertalan
2021-06-10
Kernel+LibVT: Add function for deleting a range of characters
Daniel Bertalan
2021-06-10
LibVT+Kernel: Support clearing the scrollback buffer
Daniel Bertalan
2021-06-10
LibVT: Improve scrolling performance
Daniel Bertalan
2021-06-10
LibVT: Fix `ECH` not clearing lines
Daniel Bertalan
2021-06-10
LibVT+Kernel: Clean up scroll API
Daniel Bertalan
2021-06-10
LibVT: Fix out-of-bounds reads in ICH/DCH escape sequences
Daniel Bertalan
2021-06-04
LibVT: Implement bright color support
Daniel Bertalan
2021-06-04
LibVT+Kernel: Create `Color` class
Daniel Bertalan
2021-05-29
LibVT: Add missing cursor movement escape sequences
Daniel Bertalan
2021-05-24
LibVT: Fix out-of bounds line insert
Daniel Bertalan
2021-05-24
LibVT: Fix issues running `nano`
Daniel Bertalan
2021-05-24
LibVT: Add Alternate Screen Buffer support
Daniel Bertalan
2021-05-24
LibVT: Implement Bracketed Paste Mode
Daniel Bertalan
2021-05-24
LibVT: Add title stack support
Daniel Bertalan
2021-05-24
LibVT+Kernel: Add support for setting cursor styles
Daniel Bertalan
2021-05-17
LibVT: Correct color handling
Daniel Bertalan
2021-05-17
LibVT: Fix progress bars not getting reset
Daniel Bertalan
2021-05-17
LibVT: Fix newline handling
Daniel Bertalan
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
LibVT: Run clang-format on Terminal.cpp
Linus Groh
2021-05-16
LibVT: Implement ST (ESC \) escape sequence
Daniel Bertalan
2021-05-16
LibVT: fix SM/RM not respecting private markers
Daniel Bertalan
2021-05-16
LibVT: Implement new ANSI escape sequence parser
Daniel Bertalan
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibVT: Convert String::format() => String::formatted()
Andreas Kling
2021-02-27
LibVT: Make VT::Line use a Vector for storage
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
[next]