aboutsummarylogtreecommitdiffstats
path: root/x.c
diff options
context:
space:
mode:
authorAvi Halachmi (:avih)2019-10-16 12:55:53 +0300
committerHiltjo Posthuma2019-11-10 22:45:54 +0100
commit7624e18a4cf46dc4fd6ac0d2c051391c240ca583 (patch)
tree2f047f1f73212a459417c8397920ea286b66850e /x.c
parent157b8ef23ca13aa45ba4b4a93f1db322afc7e6f6 (diff)
downloadaur-7624e18a4cf46dc4fd6ac0d2c051391c240ca583.tar.gz
OSC 52 - copy to clipboard: don't limit to 382 bytes
Strings which an application sends to the terminal in OSC, DCS, etc are typically small (title, colors, etc) but one exception is OSC 52 which copies text to the clipboard, and is used for instance by tmux. Previously st cropped these strings at 512 bytes, which for OSC 52 limited the copied text to 382 bytes (remaining buffer space before base64). This made it less useful than it can be. Now it's a dynamic growing buffer. It remains allocated after use, resets to 512 when a new string starts, or leaked on exit. Resetting/deallocating the buffer right after use (at strhandle) is possible with some more code, however, it doesn't always end up used, and to cover those cases too will require even more code, so resetting only on new string is good enough for now.
Diffstat (limited to 'x.c')
0 files changed, 0 insertions, 0 deletions