mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Maybe this is better.
This commit is contained in:
		
							
								
								
									
										7
									
								
								compat.h
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								compat.h
									
									
									
									
									
								
							@@ -25,15 +25,8 @@
 | 
			
		||||
#include <limits.h>
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#include <termios.h>
 | 
			
		||||
#include <term.h>
 | 
			
		||||
#include <wchar.h>
 | 
			
		||||
 | 
			
		||||
#if defined(HAVE_CURSES_H)
 | 
			
		||||
#include <curses.h>
 | 
			
		||||
#elif defined(HAVE_NCURSES_H)
 | 
			
		||||
#include <ncurses.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_UTF8PROC
 | 
			
		||||
#include <utf8proc.h>
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								proc.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								proc.c
									
									
									
									
									
								
							@@ -27,6 +27,10 @@
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <unistd.h>
 | 
			
		||||
 | 
			
		||||
#if defined(HAVE_NCURSES_H)
 | 
			
		||||
#include <ncurses.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include "tmux.h"
 | 
			
		||||
 | 
			
		||||
struct tmuxproc {
 | 
			
		||||
 
 | 
			
		||||
@@ -21,6 +21,13 @@
 | 
			
		||||
#include <fnmatch.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <term.h>
 | 
			
		||||
 | 
			
		||||
#if defined(HAVE_CURSES_H)
 | 
			
		||||
#include <curses.h>
 | 
			
		||||
#elif defined(HAVE_NCURSES_H)
 | 
			
		||||
#include <ncurses.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include "tmux.h"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user