Menu

#193 --title support for screen and iris-ansi

0.68
closed-fixed
nobody
None
5
2013-10-16
2013-05-09
canavan
No

screen and the IRIX standard terminal (winterm) use different escape sequences to set the window title than xterm does. The enclosed patch adds support for those escape sequences. "filename" is used twice for iris-ansi, as one needs to set the window and icon titles separately.

1 Attachments

Discussion

  • Thomas Orgis

    Thomas Orgis - 2013-05-11

    Thanks for your effort --- though this might be considered a feature enhancement, not a bug. I am testing this and fail to see any effect in screen running inside rxvt-unicode.

    Could you provide a configuration (screenrc?) that lets me see an effect of the title setting?

     
  • canavan

    canavan - 2013-05-11

    Indeed, this is not really a bug.

    Try hardstatus lastline "%t" Instead of using a .screenrc, you can also enter this with ^A :

    Obviously, that requires that $TERM is 'screen', which may not always be the case (it's "vt100" on some systems i've tried).

     
  • Thomas Orgis

    Thomas Orgis - 2013-10-16
    • status: open --> closed-fixed
     

Log in to post a comment.