mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 01:34:18 +00:00 
			
		
		
		
	|PatchSet 877
|Date: 2011/03/29 21:31:22 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Update an out-of-date and inaccurate comment.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
/* $Id: cmd-set-option.c,v 1.108 2011-02-15 15:20:03 tcunha Exp $ */
 | 
					/* $Id: cmd-set-option.c,v 1.109 2011-04-06 22:21:24 nicm Exp $ */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
					 * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
				
			||||||
@@ -166,11 +166,7 @@ cmd_set_option_exec(struct cmd *self, struct cmd_ctx *ctx)
 | 
				
			|||||||
			server_redraw_client(c);
 | 
								server_redraw_client(c);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/*
 | 
						/* Force redraw when some special cases change. */
 | 
				
			||||||
	 * Special-case: kill all persistent jobs if status-left, status-right
 | 
					 | 
				
			||||||
	 * or set-titles-string have changed. Persistent jobs are only used by
 | 
					 | 
				
			||||||
	 * the status line at the moment so this works XXX.
 | 
					 | 
				
			||||||
	 */
 | 
					 | 
				
			||||||
	if (strcmp(oe->name, "status-left") == 0 ||
 | 
						if (strcmp(oe->name, "status-left") == 0 ||
 | 
				
			||||||
	    strcmp(oe->name, "status-right") == 0 ||
 | 
						    strcmp(oe->name, "status-right") == 0 ||
 | 
				
			||||||
	    strcmp(oe->name, "status") == 0 ||
 | 
						    strcmp(oe->name, "status") == 0 ||
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user