Reorganised the Unicode layer somewhat: moved luni_send and
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 26 Oct 2002 11:08:59 +0000 (11:08 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 26 Oct 2002 11:08:59 +0000 (11:08 +0000)
commit5def752285da767c159c1ef88fe7f927dc5286f2
tree4217a8e19be46318c1565fbe0a3f85fd9a9839e4
parent6b78788aeda49ad942a13e736cda2cf282432d78
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2143 cda61777-01e9-0310-a592-d414129be87e
Recipe
ldisc.c
putty.h
ssh.c
unicode.c
unix/pterm.c
unix/unix.h
unix/uxucs.c
window.c
winstuff.h