]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Remove term_key, which was intended to handle function keys in a cross-
authorOwen Dunn <owend@chiark.greenend.org.uk>
Wed, 18 Jul 2012 16:08:54 +0000 (16:08 +0000)
committerOwen Dunn <owend@chiark.greenend.org.uk>
Wed, 18 Jul 2012 16:08:54 +0000 (16:08 +0000)
commit6a22fb6299bfc64fff684436387f28f1657ed15b
treeac4e10ebd15c8c6c68a227ffb957b0aa2e6caddb
parent9029af5eaffdad441997d959a5ed0ada0037e366
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: http://svn.tartarus.org/sgt/putty@9579 cda61777-01e9-0310-a592-d414129be87e
terminal.c