mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:07:38 +00:00 
			
		
		
		
	Separate "very visible" flag from blinking flag, it should not affect
DECSCUSR. GitHub issue 2891.
This commit is contained in:
		
							
								
								
									
										4
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tmux.h
									
									
									
									
									
								
							@@ -520,7 +520,7 @@ enum tty_code_code {
 | 
			
		||||
#define MODE_WRAP 0x10
 | 
			
		||||
#define MODE_MOUSE_STANDARD 0x20
 | 
			
		||||
#define MODE_MOUSE_BUTTON 0x40
 | 
			
		||||
#define MODE_BLINKING 0x80
 | 
			
		||||
#define MODE_CURSOR_BLINKING 0x80
 | 
			
		||||
#define MODE_MOUSE_UTF8 0x100
 | 
			
		||||
#define MODE_MOUSE_SGR 0x200
 | 
			
		||||
#define MODE_BRACKETPASTE 0x400
 | 
			
		||||
@@ -529,10 +529,12 @@ enum tty_code_code {
 | 
			
		||||
#define MODE_ORIGIN 0x2000
 | 
			
		||||
#define MODE_CRLF 0x4000
 | 
			
		||||
#define MODE_KEXTENDED 0x8000
 | 
			
		||||
#define MODE_CURSOR_VERY_VISIBLE 0x10000
 | 
			
		||||
 | 
			
		||||
#define ALL_MODES 0xffffff
 | 
			
		||||
#define ALL_MOUSE_MODES (MODE_MOUSE_STANDARD|MODE_MOUSE_BUTTON|MODE_MOUSE_ALL)
 | 
			
		||||
#define MOTION_MOUSE_MODES (MODE_MOUSE_BUTTON|MODE_MOUSE_ALL)
 | 
			
		||||
#define CURSOR_MODES (MODE_CURSOR|MODE_CURSOR_BLINKING|MODE_CURSOR_VERY_VISIBLE)
 | 
			
		||||
 | 
			
		||||
/* A single UTF-8 character. */
 | 
			
		||||
typedef u_int utf8_char;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user