Fix SetTitle escape sequence to use correct OSC format (#248)

The SetTitle method was using CSI sequence \033[2; instead of
OSC sequence \033]2;, causing title text to bleed into terminal
output rather than setting the window title.
1 file changed