提交历史

作者 SHA1 备注 提交日期
  Sam Atkins 31ea222f97 LibVT: Cast unused smart-pointer return value to void 3 年之前
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
  Jelle Raaijmakers 49ccda5d97 LibVT: Implement G0..G3 and VT100 translation table 3 年之前
  Jelle Raaijmakers aaa1382bd6 LibVT: Implement support for Cursor Keys Mode (DECCKM) 3 年之前
  Jelle Raaijmakers e33e0e6a27 LibVT: Add stubs for DECPNM, DECPAM 3 年之前
  Brian Gianforcaro 18d6f9ed5c Libraries: Remove unused header includes 3 年之前
  Andreas Kling 234d53a324 Terminal: Put debug spam in unimplemented_control_code() behind a flag 4 年之前
  Daniel Bertalan 05c174b45a LibVT: Reset scrollbar after switching to/from the alternate buffer 4 年之前
  Daniel Bertalan 0e04f7cf1e LibVT: Always check intermediate bytes in CSI sequences 4 年之前
  pancake 390d3e9fbe LibVT: Ignore DECSTBM with invalid values (#8559) 4 年之前
  Ali Mohammad Pur 7c88caf99f LibVT: Only resize the line after all rewrapping is done 4 年之前
  Ali Mohammad Pur fcef84c461 LibVT: Rewrap the terminal history along with the normal buffer 4 年之前
  Ali Mohammad Pur 2f2b7814d1 LibVT+Terminal: Implement line wrapping 4 年之前
  Ali Mohammad Pur 424965954f LibVT: Keep track of the 'true' line endings 4 年之前
  Daniel Bertalan 3752775a1e LibVT: Implement `DECIC`/`DECDC` 4 年之前
  Daniel Bertalan ce9460de59 Kernel+LibVT: Fix selection with scrollback wrap-around 4 年之前
  Daniel Bertalan 13991eade7 LibVT: Implement `DECFI` and `DECBI` 4 年之前
  Daniel Bertalan 89843cd692 Kernel+LibVT: Implement left-right scrolling 4 年之前
  Daniel Bertalan 7419569a2b Kernel+LibVT: Add function for deleting a range of characters 4 年之前
  Daniel Bertalan 8f8fd9c5a8 LibVT+Kernel: Support clearing the scrollback buffer 4 年之前
  Daniel Bertalan 221ba1aac8 LibVT: Improve scrolling performance 4 年之前
  Daniel Bertalan fe58d15b5b LibVT: Fix `ECH` not clearing lines 4 年之前
  Daniel Bertalan ae6bdc4e29 LibVT+Kernel: Clean up scroll API 4 年之前
  Daniel Bertalan 5f92790489 LibVT: Fix out-of-bounds reads in ICH/DCH escape sequences 4 年之前
  Daniel Bertalan 53099b216c LibVT: Implement bright color support 4 年之前
  Daniel Bertalan 99033876ec LibVT+Kernel: Create `Color` class 4 年之前
  Daniel Bertalan 4cf6963a1c LibVT: Add missing cursor movement escape sequences 4 年之前
  Daniel Bertalan 0c6f019285 LibVT: Fix out-of bounds line insert 4 年之前
  Daniel Bertalan 6465f87827 LibVT: Fix issues running `nano` 4 年之前
  Daniel Bertalan 146bd794eb LibVT: Add Alternate Screen Buffer support 4 年之前