mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Better UTF-8 support, including combined characters. Unicode data is now stored
as UTF-8 in a separate array, the code does a lookup into this every time it gets to a UTF-8 cell. Zero width characters are just appended onto the UTF-8 data for the previous cell. This also means that almost no bytes extra are wasted non-Unicode data (yay). Still some oddities, such as copy mode skips over wide characters in a strange way, and the code could do with some tidying.
This commit is contained in:
		
							
								
								
									
										10
									
								
								CHANGES
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								CHANGES
									
									
									
									
									
								
							@@ -1,5 +1,13 @@
 | 
			
		||||
28 March 2009
 | 
			
		||||
 | 
			
		||||
* Better UTF-8 support, including combined characters. Unicode data is now
 | 
			
		||||
  stored as UTF-8 in a separate array, the code does a lookup into this every
 | 
			
		||||
  time it gets to a UTF-8 cell. Zero width characters are just appended onto
 | 
			
		||||
  the UTF-8 data for the previous cell. This also means that almost no bytes
 | 
			
		||||
  extra are wasted non-Unicode data (yay).
 | 
			
		||||
 | 
			
		||||
  Still some oddities, such as copy mode skips over wide characters in a
 | 
			
		||||
  strange way, and the code could do with some tidying.
 | 
			
		||||
* Key repeating is now a property of the key binding not of the command.
 | 
			
		||||
  Repeat is turned on when the key is bound with the -r flag to bind-key.
 | 
			
		||||
  next/previous-window no longer repeat by default as it turned out to annoy
 | 
			
		||||
@@ -1152,7 +1160,7 @@
 | 
			
		||||
  (including mutt, emacs). No status bar yet and no key remapping or other
 | 
			
		||||
  customisation.
 | 
			
		||||
 | 
			
		||||
$Id: CHANGES,v 1.262 2009-03-28 14:08:09 nicm Exp $
 | 
			
		||||
$Id: CHANGES,v 1.263 2009-03-28 20:17:29 nicm Exp $
 | 
			
		||||
 | 
			
		||||
 LocalWords:  showw utf UTF fulvio ciriaco joshe OSC APC gettime abc DEF OA clr
 | 
			
		||||
 LocalWords:  rivo nurges lscm Erdely eol smysession mysession ek dstname RB ms
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user