mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Tweak message.
This commit is contained in:
		
							
								
								
									
										4
									
								
								NOTES
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								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 <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);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user