Change I/O signals to pass a unique window ID
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 26 Oct 2013 23:03:36 +0000 (16:03 -0700)
committerPhilip Chimento <philip.chimento@gmail.com>
Sat, 26 Oct 2013 23:06:06 +0000 (23:06 +0000)
Change the 'char-input', 'line-input', and 'text-buffer-output'
signals to pass a unique window ID string as well as the
window rock value. If a client program wants to keep track of
input and output in all windows, then the window rock will
not do by itself - all open windows might have rock 0, for
example. The string ID is guaranteed to be unique for each
window, though its contents are implementation-defined.


No differences found