copyatt from_id to_id kind [kind...]
The identifer of the window from which the attributes will be copied. It is an integer ranging between 1 and 16, and the particular window reference in the command must already exist.
The identifer of the window to which the attributes will be copied. It is an integer ranging between 1 and 16, and the particular window reference in the command must already exist.
This is a string detailing what kind of attributes to copy. The following strings are valid: all , annotation , lighting , palette , view . If you specify ` all ', then annotation, lighting, palette, and view attributes will be copied. You must have at least one string in your command, but you can also specify multiple strings.
Copy attributes from one window, specified by from_id to another window, specified by to_id . To indicate which attributes to copy, include one or more of the following strings: all , annotation , lighting , palette , view . If you specify all , then annotation, lighting, palette, and view attributes will all be copied.
copyatt 2 1 view #Copy view attributes from win. 2 to 1