Skip to content
  • Martin Tobias Holmedahl Sandsmark's avatar
    Ignore xterm escape code from cmatrix · b47a7c46
    Martin Tobias Holmedahl Sandsmark authored and Tomaz  Canabrava's avatar Tomaz Canabrava committed
    cmatrix (a Matrix-style screensaver-ish) uses a lot of dumb escape
    codes, and particularly two we don't want to support from xterm:
    
        - CSI 22: Save icon and window title on stack
        - CSI 23: Restore icon and window title from stack
    
    For security reasons Konsole is very conservative wrt. not supporting
    similar escape codes (and now most other terminal emulators as well,
    they discovered it the hard way).
    b47a7c46