mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	termsupport: add support for tmux* $TERM values (#7622)
This commit is contained in:
		
							parent
							
								
									de2395c678
								
							
						
					
					
						commit
						8aa8405ea2
					
				@ -21,7 +21,7 @@ function title {
 | 
			
		||||
      print -Pn "\e]2;$2:q\a" # set window name
 | 
			
		||||
      print -Pn "\e]1;$1:q\a" # set tab name
 | 
			
		||||
      ;;
 | 
			
		||||
    screen*)
 | 
			
		||||
    screen*|tmux*)
 | 
			
		||||
      print -Pn "\ek$1:q\e\\" # set screen hardstatus
 | 
			
		||||
      ;;
 | 
			
		||||
    *)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user