switch to xterm-termite for TERM
This works with applications that hardcode the xterm* check, but still allows for a correct entry in the terminfo database.
This commit is contained in:
		
							parent
							
								
									2ff780695a
								
							
						
					
					
						commit
						978e6b2d76
					
				@ -821,7 +821,7 @@ static void exit_with_status(VteTerminal *vte) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
int main(int argc, char **argv) {
 | 
					int main(int argc, char **argv) {
 | 
				
			||||||
    GError *error = NULL;
 | 
					    GError *error = NULL;
 | 
				
			||||||
    const char *term = "termite";
 | 
					    const char *term = "xterm-termite";
 | 
				
			||||||
    gboolean version = FALSE;
 | 
					    gboolean version = FALSE;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    GOptionContext *context = g_option_context_new(NULL);
 | 
					    GOptionContext *context = g_option_context_new(NULL);
 | 
				
			||||||
 | 
				
			|||||||
@ -14,6 +14,7 @@ scrollback_lines = 1000
 | 
				
			|||||||
search_wrap = true
 | 
					search_wrap = true
 | 
				
			||||||
#icon_name = terminal
 | 
					#icon_name = terminal
 | 
				
			||||||
#geometry = 640x480
 | 
					#geometry = 640x480
 | 
				
			||||||
 | 
					#term = xterm-termite
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 0.0: opaque, 1.0: transparent
 | 
					# 0.0: opaque, 1.0: transparent
 | 
				
			||||||
transparency = 0.0
 | 
					transparency = 0.0
 | 
				
			||||||
@ -27,9 +28,6 @@ cursor_shape = block
 | 
				
			|||||||
# $BROWSER is used by default
 | 
					# $BROWSER is used by default
 | 
				
			||||||
#browser = firefox
 | 
					#browser = firefox
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# termite has the correct terminfo, but some applications hardcode TERM checks
 | 
					 | 
				
			||||||
#term = termite
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# word characters used for word selection
 | 
					# word characters used for word selection
 | 
				
			||||||
# (default if unset: all graphic non-punctuation/space characters)
 | 
					# (default if unset: all graphic non-punctuation/space characters)
 | 
				
			||||||
#word_chars = -A-Za-z0-9,./?%&#:_=+@~
 | 
					#word_chars = -A-Za-z0-9,./?%&#:_=+@~
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
# vim: noet:ts=8:sw=8:sts=0
 | 
					# vim: noet:ts=8:sw=8:sts=0
 | 
				
			||||||
termite|VTE-based terminal,
 | 
					xterm-termite|VTE-based terminal,
 | 
				
			||||||
	am,
 | 
						am,
 | 
				
			||||||
	bce,
 | 
						bce,
 | 
				
			||||||
	ccc,
 | 
						ccc,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user