Andreas Kling
|
cb2c8f71f4
AK: Remove custom %b format string specifier
|
4 years ago |
Nico Weber
|
ef1b21004f
Everywhere: Fix typos
|
4 years ago |
Nico Weber
|
5198eb7c1c
LibVT: Use xterm modifier scheme for tilde keys too
|
4 years ago |
Nico Weber
|
83c07be794
LibVT+LibLine: Use `1;mods` CSI parameters for ctrl/alt/shift-arrow keys
|
4 years ago |
Nico Weber
|
a6734766ec
Terminal: Make sure empty hrefs set a null string on Attribute
|
4 years ago |
Nico Weber
|
61060c0da8
LibVT: Let Terminal keep history in a circular buffer
|
4 years ago |
Ben Wiederhake
|
d8e22fedc3
Libraries: Unbreak building with extra debug macros
|
4 years ago |
Nico Weber
|
ce95628b7f
Unicode: Try s/codepoint/code_point/g again
|
5 years ago |
Nico Weber
|
19ac1f6368
Revert "Unicode: s/codepoint/code_point/g"
|
5 years ago |
Andreas Kling
|
ea9ac3155d
Unicode: s/codepoint/code_point/g
|
5 years ago |
Andreas Kling
|
0c4b0c0312
Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^)
|
5 years ago |
Hüseyin ASLITÜRK
|
7abca30f41
LibVT: Replace u8 type to u32 for code point
|
5 years ago |
Andreas Kling
|
fdfda6dec2
AK: Make string-to-number conversion helpers return Optional
|
5 years ago |
Andreas Kling
|
165f69023b
LibVT: Allow updating the window progress via an escape sequence
|
5 years ago |
Sergey Bugaev
|
66c6e0035e
LibVT: Fix emitting \0 when pressing a modifier key
|
5 years ago |
Sergey Bugaev
|
620697d924
LibVT: Move most of key press handling logic into VT::Terminal
|
5 years ago |
Andreas Kling
|
7b5b4bee70
LibVT: Store all-ASCII terminal lines as 8-bit characters
|
5 years ago |
Andreas Kling
|
b8498dc55e
LibVT: Add incremental UTF-8 parsing to the terminal input handler
|
5 years ago |
Andreas Kling
|
06f3eb0ecd
LibVT: Tweak input parsing related names
|
5 years ago |
Andreas Kling
|
c4edc4c550
LibVT: Switch VT::Line to being backed by 32-bit codepoints
|
5 years ago |
Andreas Kling
|
16965db86b
LibVT: Move out the Line class from Terminal to its own class
|
5 years ago |
Andreas Kling
|
901d2e3236
LibVT: Make selection follow terminal history scrollback :^)
|
5 years ago |
AnotherTest
|
8487806ec0
LibVT: Support RGB colors (\x1b[38;2;<r>;<g>;<b>m)
|
5 years ago |
Andreas Kling
|
f596b12a04
LibVT+Terminal: Support hyperlinks in the terminal :^)
|
5 years ago |
Andreas Kling
|
a0616d96bf
LibVT: Make the Xterm/OSC sequence parsing a bit more robust
|
5 years ago |
Andreas Kling
|
283bd1a95c
LibVT: Respond to DSR 0 (device status)
|
5 years ago |
AnotherTest
|
2663739db1
LibVT: Implement Device Status Report (cursor position report)
|
5 years ago |
Andreas Kling
|
37fc6c117c
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
5 years ago |
Andreas Kling
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 years ago |
Linus Groh
|
3549623dc6
LibVT: Rename escape$r to DECSTBM (Set Top and Bottom Margins)
|
5 years ago |