]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Remove term_key, which was intended to handle function keys in a cross-
authorOwen Dunn <owen@greenend.org.uk>
Wed, 18 Jul 2012 16:08:54 +0000 (16:08 +0000)
committerOwen Dunn <owen@greenend.org.uk>
Wed, 18 Jul 2012 16:08:54 +0000 (16:08 +0000)
commit1993b90edf96e2d1c80b3c7a1682701757b3bf06
treeac4e10ebd15c8c6c68a227ffb957b0aa2e6caddb
parent75239b955ba7cb4843aa7a7e9d2befc4c3f27a27
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.

[originally from svn r9579]
terminal.c