jcs
/wikipedia
/amendments
/47
util: Wrap
jcs made amendment 47 about 1 year ago
--- util.c Wed Aug 30 16:00:14 2023
+++ util.c Wed Aug 30 18:01:45 2023
@@ -1274,7 +1274,8 @@ TEGetWidth(short off, TEHandle te)
#define ceildiv(a,b) ((a / b) + (!!(a % b)))
void
-UpdateScrollbarForTE(GrafPtr win, ControlHandle control, TEHandle te, bool reset)
+UpdateScrollbarForTE(GrafPtr win, ControlHandle control, TEHandle te,
+ bool reset)
{
size_t vlines, telines;
TERec *ter;