]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Reorganised the Unicode layer somewhat: moved luni_send and
authorSimon Tatham <anakin@pobox.com>
Sat, 26 Oct 2002 11:08:59 +0000 (11:08 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 26 Oct 2002 11:08:59 +0000 (11:08 +0000)
commit948f95d5e8e939aa6670fe2e0a97020df98676a1
tree4217a8e19be46318c1565fbe0a3f85fd9a9839e4
parent24530b945e254fd7e8d1694e48aeae7084e0f8d6
Reorganised the Unicode layer somewhat: moved luni_send and
lpage_send out into the line discipline, making them _clients_ of
the Unicode layer rather than part of it. This means they can access
ldisc->term, which in turn means I've been able to remove the
temporary global variable `term'. We're slowly getting there.

[originally from svn r2143]
Recipe
ldisc.c
putty.h
ssh.c
unicode.c
unix/pterm.c
unix/unix.h
unix/uxucs.c
window.c
winstuff.h