index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibVT
Age
Commit message (
Expand
)
Author
2019-11-15
Terminal: Add selecting whole line on triple click
Rok Povsic
2019-11-10
Terminal: Clip out the scrollbar when painting the terminal buffer
Andreas Kling
2019-10-22
LibVT: Make inject_string() a public API so clients can use it
Andreas Kling
2019-10-22
LibVT+Terminal: Give TerminalWidget a hook for EOF on the pty
Andreas Kling
2019-10-21
LibVT+Terminal: Don't set window title directly from TerminalWidget
Andreas Kling
2019-10-21
LibVT: Make TerminalWidget's automatic size policy updates optional
Andreas Kling
2019-10-21
LibVT: Make TerminalWidget logically focusable when not a main widget
Andreas Kling
2019-10-21
LibVT: Move TerminalWidget from the Terminal app to here
Andreas Kling
2019-09-17
Terminal: Ensure a \t always advances by at least one column
Sergey Bugaev
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-05
Terminal: Add some basic emoji support
Sergey Bugaev
2019-08-19
LibVT: Add scrollback history to VT::Terminal
Andreas Kling
2019-08-13
LibVT: Shave down VT::Attribute from 8 bytes to 3 bytes
Andreas Kling
2019-08-13
LibVT: Rename VT::BufferPosition to VT::Position and move to own file
Andreas Kling
2019-08-12
LibVT: Factor out terminal emulation from Terminal to make it reusable
Andreas Kling