summaryrefslogtreecommitdiff
path: root/src/terminal/ref_counted_set.zig
AgeCommit message (Expand)Author
2025-10-03terminal: Zig 0.15, lib-vt and test-lib-vt workMitchell Hashimoto
2025-05-27code style: use `@splat` where possibleQwerasd
2025-03-18ci: zig fmt checkMitchell Hashimoto
2025-03-11Zig 0.14Mitchell Hashimoto
2025-02-10fix(terminal): properly lookup hyperlinks when cloning rows across pagesQwerasd
2024-12-23perf(RefCountedSet): make swap metric prioritize high refcount itemsQwerasd
2024-12-23fix(RefCountedSet): Gracefully handle pathological casesQwerasd
2024-12-23RefCountedSet: simplify `insert` logic, cleanup, improve commentsQwerasd
2024-08-30RefCountedSet: make `lookup` publicQwerasd
2024-08-15RefCountedSet: use usize for living count to avoid overflowQwerasd
2024-08-05chore: clean up typosƁukasz Niemier
2024-07-09terminal: remove errdefer deleted call for refcountedsetMitchell Hashimoto
2024-07-08RefCountedSet: add some missing context delete callbacksQwerasd
2024-07-05terminal: RefCountedSet checks for existence prior to cap checkMitchell Hashimoto
2024-07-05terminal: simplify hyperlink capacityMitchell Hashimoto
2024-07-05terminal: RefCountedSet should call deleted on upsertMitchell Hashimoto
2024-07-05terminal: hyperlink start/end on screenMitchell Hashimoto
2024-07-05terminal: RefCountedSet doesn't need to pass base anymoreMitchell Hashimoto
2024-07-05terminal: RefCountedSet has Context variant methodsMitchell Hashimoto
2024-07-05terminal: refcountedset passes base memory to all context funcsMitchell Hashimoto
2024-06-24terminal: add test for pagelist to clear stylesMitchell Hashimoto
2024-06-24use +% for overflowMitchell Hashimoto
2024-06-24terminal: ref counted set count is constMitchell Hashimoto
2024-06-24fix(RefCountedSet): add NeedsRehash error and fix PSL counting bugQwerasd
2024-06-24RefCountedSet: use usize for cap to allow up to max `Id`+1Qwerasd
2024-06-24terminal: RefCountedSize should use usize for byte mathMitchell Hashimoto
2024-06-23small stylistic changesMitchell Hashimoto
2024-06-22cache_table and ref_counted_set work on 32-bit machinesMitchell Hashimoto
2024-06-13perf: introduce RefCountedSet structure, use it for Style.SetQwerasd