Remove term_key, which was intended to handle function keys in a cross-
authorowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Wed, 18 Jul 2012 16:08:54 +0000 (16:08 +0000)
committerowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Wed, 18 Jul 2012 16:08:54 +0000 (16:08 +0000)
commit6f3370a03ed6393c049a13b78d2188135624beea
treeac4e10ebd15c8c6c68a227ffb957b0aa2e6caddb
parent34826e4ae9c6255d70c702704f5f6c3874b1e3ff
Remove term_key, which was intended to handle function keys in a cross-
platform manner, but which nothing ever called.  It thus served only to
trap up the unwary.  The live function key handling code lives in the
frontends, i.e. window.c on Windows and gtkwin.c on Unix.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9579 cda61777-01e9-0310-a592-d414129be87e
terminal.c