mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			384 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			384 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| 0.3s is really too much for the cursor movement, it makes me vomit.
 | |
| I'm sure that this insane default cannot suite anyone.
 | |
| 
 | |
| --- a/src/cursor.cpp
 | |
| +++ b/src/cursor.cpp
 | |
| @@ -163,7 +163,7 @@
 | |
|    });
 | |
|    effect_animation.set_duration(1);
 | |
|    effect_animation.set_interval(16);
 | |
| -  move_animation.set_duration(0.3);
 | |
| +  move_animation.set_duration(0.05);
 | |
|    move_animation.set_interval(10);
 | |
|  }
 | |
|  
 |