···953953/// capability. Support can be detected by checking the value of
954954/// vaxis.caps.color_scheme_updates. The initial scheme will be reported when
955955/// subscribing.
956956-pub fn subscribeToColorSchemeUpdates(self: Vaxis, tty: AnyWriter) !void {
956956+pub fn subscribeToColorSchemeUpdates(self: *Vaxis, tty: AnyWriter) !void {
957957 try tty.writeAll(ctlseqs.color_scheme_request);
958958 try tty.writeAll(ctlseqs.color_scheme_set);
959959 self.state.color_scheme_updates = true;