COMMITS
November 21, 2025
D
ci: bump actions/checkout from 5 to 6 (#13)
dependabot[bot] committed
August 12, 2025
D
ci: bump actions/checkout from 4 to 5 (#12)
dependabot[bot] committed
January 18, 2025
D
docs: clarify libvterm repo isn't used anymore
dundargoc committed
July 25, 2024
M
Merge mirror
marvim committed
July 24, 2024
P
No need for the REFLOW macro in screen.c; just inline it in the four places it's used
Paul "LeoNerd" Evans committed
July 16, 2024
M
Merge mirror
marvim committed
P
Capture t/69screen_pushline.test
Paul "LeoNerd" Evans committed
P
Added sb_pushline4 screen callback, which adds an extra 'continuation' argument
Paul "LeoNerd" Evans committed
P
Use premove rather than start of moverect to implement scrollback push in screen layer
Paul "LeoNerd" Evans committed
P
Add a 'premove' state-layer callback to inform the higher layer before scroll-based moves happen
Paul "LeoNerd" Evans committed
May 5, 2024
D
build: include the generated *.inc files
dundargoc committed
November 19, 2023
D
Change branch to a fork structure instead of pure mirror.
dundargoc committed
November 4, 2023
D
docs: add README
dundargoc committed
October 28, 2023
D
ci: add workflow to automatically sync with upstream
dundargoc committed
August 3, 2023
P
Bumped VERSION to 0.3.3
Paul "LeoNerd" Evans committed
P
Implement a VTERM_PROP_FOCUSREPORT so applications can be told when focus reporting is enabled (LP1852009)
Paul "LeoNerd" Evans committed
P
Abort a selection-set request on invalid Base64 data and ignore until ST (LP2029450)
Paul "LeoNerd" Evans committed
P
Permit DECSM/DECRM on multiple mode arguments (LP2028786)
Paul "LeoNerd" Evans committed
P
Bugfix to on_csi() to recognise DECSTR (LP2029441)
Paul "LeoNerd" Evans committed
P
Make sure not to set frag.final too early when selection manipulation overflows the buffer (LP2029444)
Paul "LeoNerd" Evans committed
P
Correctly handle empty chunks while dealing with selection
Paul "LeoNerd" Evans committed
P
OSC 52 should clear the selection if the second parameter is empty (LP2029450)
Paul "LeoNerd" Evans committed
July 31, 2023
P
Handle mouse buttons 6/7 (often used for horizontal scrolling)
Paul "LeoNerd" Evans committed
P
Add VTERM_VERSION_PATCH to vterm.h
Paul "LeoNerd" Evans committed
May 23, 2023
P
Bumped VERSION to 0.3.2
Paul "LeoNerd" Evans committed
May 9, 2023
P
Remember to still update the cursor position when it's within an entire skipped range of rows at reflow time
Paul "LeoNerd" Evans committed
P
Ensure that reflow code doesn't attempt to invoke sb_pushline callback if not set
Paul "LeoNerd" Evans committed
January 26, 2023
P
Added a CODE-MAP file
Paul "LeoNerd" Evans committed
January 15, 2023
P
Bumped VERSION to 0.3.1
Paul "LeoNerd" Evans committed
P
Just set VERSION directly in Makefile since nothing else cares about MAJOR.MINOR split
Paul "LeoNerd" Evans committed