mina86 / urxvt-tabbedex

Tabbed plugin for rxvt-unicode with many enhancements
GNU General Public License v3.0
71 stars 13 forks source link

Documentation typo "tabbedx" is indeed authoritative #27

Closed step- closed 4 years ago

step- commented 4 years ago

The manual page says

OSC SEQUENCES tabbedex supports a single OSC sequence which can be invoked by programs running in the terminal by writing a special sequence, namely ESC ] 777 ; string ST where string is the command to execute. For example:

      printf '\033]777;tabbedx;set_tab_name;%s\007' "foo"

tabbedex;set_tab_name;name Sets name of the current tab to name.

Notice the mispelled tabbedx in the example line. It turns out that the typo is authoritative, and if you replace the correct spelling for the typo the OSC sequence will not work.

If you do decide to fix this, will you keep honoring the mispelled tabbedx too?