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.h
Age
Commit message (
Expand
)
Author
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-07-09
LibVT: Always check intermediate bytes in CSI sequences
Daniel Bertalan
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+Kernel: Clean up scroll API
Daniel Bertalan
2021-06-05
LibVT: Don't return a history size if alternate buffer is used
Tim Schumacher
2021-05-29
LibVT: Add missing cursor movement escape sequences
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: Fix newline handling
Daniel Bertalan
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
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-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibVT: Give proper names to remaining VTxxx control functions
Andreas Kling
2021-02-20
LibVT: Give proper names to SD and SU
Andreas Kling
2021-02-20
LibVT: Move control function doc comments to Terminal.h header
Andreas Kling
2021-02-20
LibVT: Give proper names to SCOSC and SCORC
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling