Files
plan9port/include/draw.h
David du Colombier 0d87d4b75e devdraw, acme, snarfer: remove 64KB snarf buffer limit
The snarf code silently dropped text larger than SnarfSize (64KB),
causing paste to produce nothing. Replace the static clip buffer
with a dynamically allocated one, remove all the size checks, and
read the actual X11 property size instead of capping at SnarfSize.
2026-03-17 14:45:51 -04:00

17 KiB