Fixed bug where on terminal windows content of tmpfile was not pasted.
This commit is contained in:
		
							
								
								
									
										2
									
								
								snippy
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								snippy
									
									
									
									
									
								
							@@ -392,7 +392,7 @@ run() {
 | 
				
			|||||||
            xdotool key ctrl+v sleep "$focus_wait"
 | 
					            xdotool key ctrl+v sleep "$focus_wait"
 | 
				
			||||||
            move_cursor "Up" $cursor_line_position
 | 
					            move_cursor "Up" $cursor_line_position
 | 
				
			||||||
        else
 | 
					        else
 | 
				
			||||||
            xdotool key ctrl+shift+v
 | 
					            xdotool key ctrl+shift+v sleep "$focus_wait"
 | 
				
			||||||
            if is_vim; then
 | 
					            if is_vim; then
 | 
				
			||||||
                move_cursor "Up" $cursor_line_position
 | 
					                move_cursor "Up" $cursor_line_position
 | 
				
			||||||
            fi
 | 
					            fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user