From 9a6e47cfa8b7ebac8bebc7c2027fd72bee9d38ab Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 21 Nov 2007 13:11:41 +0000 Subject: Initial history support. --- input-keys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input-keys.c') diff --git a/input-keys.c b/input-keys.c index d143494b..1d11893f 100644 --- a/input-keys.c +++ b/input-keys.c @@ -1,4 +1,4 @@ -/* $Id: input-keys.c,v 1.2 2007-10-19 11:10:35 nicm Exp $ */ +/* $Id: input-keys.c,v 1.3 2007-11-21 13:11:41 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -55,7 +55,7 @@ struct { /* Translate a key code from client into an output key sequence. */ void -input_translate_key(struct buffer *b, int key) +input_key(struct buffer *b, int key) { u_int i; -- cgit