Constant MAX_WINDOW_TITLE_LENGTH
pub const MAX_WINDOW_TITLE_LENGTH: usize = 2048; // 2_048usizeExpand 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 will be cut off at that point.