Replace interpret_esc_xterm with interpret_osc.
commit0c411e2b07e4b6609c0003559a1718ca4708a8ff
authorMark Edgar <medgar123@gmail.com>
Sat, 4 Jan 2014 20:31:18 +0000 (4 21:31 +0100)
committerMarc André Tanner <mat@brain-dump.org>
Mon, 14 Jul 2014 07:29:46 +0000 (14 09:29 +0200)
tree78954bf01a46363496d877ef7d33b719a4282800
parent2b3a544dc0197426b5841c8bf2131477e6f86667
Replace interpret_esc_xterm with interpret_osc.

This fixes a bug where title changes are not recognized, e.g.:

 printf '\033];title\007'

The missing parameter (before the semicolon) should be interpreted as 0.
vt.c