logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cutbuffer - Manipulate X cut buffer properties

Description

The cutbuffer command allows you to read or modify the eight X cut buffer properties. You can also rotate the buffers properties.

Keywords

cut buffer, property BLT 2.5 blt::cutbuffer(3tcl)

Name

cutbuffer - Manipulate X cut buffer properties

Operations

The following operations are available for the cutbuffer command: cutbufferget?number? Returns the value of a cutbuffer number. Number must be a number between 0 and 7. The default is 0. The cutbuffer is returned exactly, except that NUL bytes are converted to '@' characters. If a cut buffer number does not exist, then "" is returned. cutbufferrotate?count? Rotates the cut buffers by count. Count must be a number between -7 and 7. The default is 1. cutbuffersetvalue ?number? Sets the cutbuffer number to value. Number must be a number between 0 and 7. The default is 0.

Synopsis

cutbufferget?number?cutbufferrotate?count?cutbuffersetvalue?number? _________________________________________________________________

See Also