Constant MAX_WINDOW_TITLE_LENGTH
pub const MAX_WINDOW_TITLE_LENGTH: usize = 2048;Expand description
Maximum expected length of window title of a client window.
Only used as fixed buffer size when reading the current window title to check if we need to reset it. If the actual window title exceeds this length it just be cut off at that point.