From 76c8a590db14131928f79123adcab934a3825501 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 27 Nov 2007 19:23:34 +0000 Subject: Big internal reorganisation to move tty control into parent. --- key-bindings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'key-bindings.c') diff --git a/key-bindings.c b/key-bindings.c index d6be315d..d2f51b25 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -1,4 +1,4 @@ -/* $Id: key-bindings.c,v 1.21 2007-11-23 17:52:54 nicm Exp $ */ +/* $Id: key-bindings.c,v 1.22 2007-11-27 19:23:33 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -204,5 +204,5 @@ key_bindings_dispatch(int key, struct client *c) cmd_exec(bd->cmd, &ctx); if (c->session->curw->window->mode == &window_more_mode) - server_redraw_window_all(c->session->curw->window); + server_redraw_window(c->session->curw->window); } -- cgit