summaryrefslogtreecommitdiff
path: root/src/terminal/Tabstops.zig
AgeCommit message (Expand)Author
2025-08-20terminal: fix undefined memory in Tabstops codeMitchell Hashimoto
2025-05-27code style: use `@splat` where possibleQwerasd
2023-11-17change unmodified `var`s to `const`s in anticipation of zig changesKrzysztof Wolicki
2023-08-29terminal: tabstops were off by oneMitchell Hashimoto
2023-08-08Fix typosKevin Hovsäter
2023-06-30Update Zig (#164)Mitchell Hashimoto
2023-05-07update zig versionMitchell Hashimoto
2023-02-27update zig, src for loopsMitchell Hashimoto
2022-11-08use libc memcpy/memmove instead of std.mem if availableMitchell Hashimoto
2022-06-24setting and clearing tab stopsMitchell Hashimoto
2022-05-16terminal: implement resizing in a basic wayMitchell Hashimoto
2022-04-27fix some miscalculations with tabstops, add testMitchell Hashimoto
2022-04-27horizontal tab, implement tabstops using a default valueMitchell Hashimoto