mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
More Solaris stuff. Use ttyname, use ncurses,h.
This commit is contained in:
4
tty.c
4
tty.c
@ -1,4 +1,4 @@
|
||||
/* $Id: tty.c,v 1.24 2008-06-18 18:52:44 nicm Exp $ */
|
||||
/* $Id: tty.c,v 1.25 2008-06-18 20:58:03 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -19,7 +19,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <curses.h>
|
||||
#include <ncurses.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
|
Reference in New Issue
Block a user