# libtmux.PasteBufferOptions

- **Module:** libtmux
- **Package:** libtmux
- **Language:** Lua
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-lua/blob/547c9c4228e07ebf846690eb44da2eeeb6fde922/lua/libtmux/_internal/buffer.lua#L294
- **Page:** https://libtmux.org/en/lua/latest/reference/libtmux-pastebufferoptions/

## Members

- `bracket` (attribute): Wrap only when native bracketed paste mode is enabled.
- `bytes` (attribute): Native defaults follow the daemon; raw disables 3.7+ sanitization.
- `delete_after` (attribute): Native deletion can succeed even when pane input is disabled.
- `linefeed_separator` (attribute): Preserve LF instead of native LF-to-CR conversion.
- `process` (attribute): Output limit is at most one MiB.
- `separator` (attribute): Explicit NUL-free separator; excludes linefeed_separator.
