From 5b60d6e09dea659fac9562fe846918d41d403f04 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 12 Oct 2007 17:50:33 +0000 Subject: [PATCH] Tweak message. --- NOTES | 4 ++-- server-msg.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NOTES b/NOTES index 0f78d993..ec06baea 100644 --- a/NOTES +++ b/NOTES @@ -100,7 +100,7 @@ The following is a summary of major features implemented in this version: And major missing features: -- Support for VT100 line drawing characters (they will appear as jklmx, etc). +- Support for VT100 line drawing characters (they will appear as jklmx, etc). - Status line customisation, beyond presence and colour. - Copy and paste. - Scrollback. @@ -126,4 +126,4 @@ freenode or efnet IRC. I sometimes ignore private msgs from people I don't know, so please mention tmux initially (rather than just saying "hi" ;-). -- Nicholas Marriott -$Id: NOTES,v 1.18 2007-10-12 17:32:20 nicm Exp $ +$Id: NOTES,v 1.19 2007-10-12 17:50:33 nicm Exp $ diff --git a/server-msg.c b/server-msg.c index 6fa574c8..4b9e34b9 100644 --- a/server-msg.c +++ b/server-msg.c @@ -1,4 +1,4 @@ -/* $Id: server-msg.c,v 1.26 2007-10-12 14:46:48 nicm Exp $ */ +/* $Id: server-msg.c,v 1.27 2007-10-12 17:50:33 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -125,7 +125,7 @@ server_msg_fn_command(struct hdr *hdr, struct client *c) if (data.sid.pid != -1 && (cmd->entry->flags & CMD_CANTNEST)) { server_msg_fn_command_error(&ctx, "sessions should be nested " - "with care. unset $TMUX and retry to force"); + "with care. unset $TMUX to force"); return (0); }