[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

Select the types of activity you want to include in your feed.

fix: linting issues

Paul Valladares (Jun 8, 2026, 1:02 PM -0600) 99bbd66a 16642b40

+2 -2
+2 -2
ops.ts
··· 132 132 ); 133 133 o += 4; 134 134 135 - const alignX = l.alignX === "right" 135 + let alignX = l.alignX === "right" 136 136 ? 1 137 137 : l.alignX === "center" 138 138 ? 2 139 139 : 0; 140 140 141 - const alignY = l.alignY === "bottom" 141 + let alignY = l.alignY === "bottom" 142 142 ? 1 143 143 : l.alignY === "center" 144 144 ? 2