mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Tweak message.
This commit is contained in:
parent
a5184c6625
commit
5b60d6e09d
2
NOTES
2
NOTES
@ -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 <nicm@users.sf.net>
|
||||
$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 $
|
||||
|
@ -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 <nicm@users.sourceforge.net>
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user