From 9ebee6aef8aab237314e167f0d0412ddc5ebf513 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Thu, 30 Dec 2010 22:39:49 +0000 Subject: Global paste buffers instead of per-session which renders copy-buffer useless. As a consequence buffer-limit is now a server option. --- cmd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cmd.c') diff --git a/cmd.c b/cmd.c index 8ef91a54..a856b375 100644 --- a/cmd.c +++ b/cmd.c @@ -1,4 +1,4 @@ -/* $Id: cmd.c,v 1.146 2010-12-22 15:36:44 tcunha Exp $ */ +/* $Id: cmd.c,v 1.147 2010-12-30 22:39:49 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -39,7 +39,6 @@ const struct cmd_entry *cmd_table[] = { &cmd_clock_mode_entry, &cmd_command_prompt_entry, &cmd_confirm_before_entry, - &cmd_copy_buffer_entry, &cmd_copy_mode_entry, &cmd_delete_buffer_entry, &cmd_detach_client_entry, -- cgit