Merge branch 'obsd-master'

Conflicts:
	Makefile
	tmux.1
	window.c
This commit is contained in:
Thomas Adam
2014-04-23 11:26:11 +01:00
49 changed files with 431 additions and 489 deletions

View File

@ -23,8 +23,8 @@
#include "tmux.h"
/*
* Set window layouts - predefined methods to arrange windows. These are one-off
* and generate a layout tree.
* Set window layouts - predefined methods to arrange windows. These are
* one-off and generate a layout tree.
*/
void layout_set_even_h(struct window *);