mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 09:44:31 +00:00 
			
		
		
		
	doc: Remove reference to gettimeofday()
We use libuv for high resolution time now so this note is irrelevant.
This commit is contained in:
		
				
					committed by
					
						
						Michael Reed
					
				
			
			
				
	
			
			
			
						parent
						
							e4fb777252
						
					
				
				
					commit
					0735b05c82
				
			@@ -687,8 +687,8 @@ alt key is pressed (it may move the window).
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
							*double-click*
 | 
												*double-click*
 | 
				
			||||||
Double, triple and quadruple clicks are supported when the GUI is active, for
 | 
					Double, triple and quadruple clicks are supported when the GUI is active, for
 | 
				
			||||||
Windows and for an xterm (if the gettimeofday() function is available).  For
 | 
					Windows and for an xterm.  For selecting text, extra clicks extend the
 | 
				
			||||||
selecting text, extra clicks extend the selection:
 | 
					selection:
 | 
				
			||||||
	click		select ~
 | 
						click		select ~
 | 
				
			||||||
	double		word or % match		*<2-LeftMouse>*
 | 
						double		word or % match		*<2-LeftMouse>*
 | 
				
			||||||
	triple		line			*<3-LeftMouse>*
 | 
						triple		line			*<3-LeftMouse>*
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user