Portability fix-ups

* Ammend the Makefile to include newer commands.
* "compat/vis.h" versus <vis.h>
* Removal of cmd-send-prefix.c and cmd-show-buffer.c
* osdep-* for processes.

BUG-ID:  N/A
This commit is contained in:
Thomas Adam
2013-03-25 15:26:15 +00:00
parent 7a87c7eff6
commit 97b5df35b1
6 changed files with 4 additions and 173 deletions

View File

@ -22,7 +22,7 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <vis.h>
#include "compat/vis.h"
#include "tmux.h"