mirror of
https://github.com/tmux/tmux.git
synced 2025-03-21 20:38:49 +00:00
Differences to OpenBSD.
This commit is contained in:
parent
113356c848
commit
35008200bd
1
cfg.c
1
cfg.c
@ -23,7 +23,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "tmux.h"
|
||||
|
||||
|
1
format.c
1
format.c
@ -17,7 +17,6 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
@ -1105,6 +1105,7 @@ server_client_resize_event(__unused int fd, __unused short events, void *data)
|
||||
if (errno != EINVAL && errno != ENXIO)
|
||||
#endif
|
||||
fatal("ioctl failed");
|
||||
log_debug("%s: %%%u resize to %u,%u", __func__, wp->id, wp->sx, wp->sy);
|
||||
|
||||
wp->flags &= ~PANE_RESIZE;
|
||||
|
||||
|
@ -4,7 +4,7 @@ rm diff.out
|
||||
touch diff.out
|
||||
|
||||
for i in *.[ch]; do
|
||||
diff -u -I'\$OpenBSD' $i /usr/src/usr.bin/tmux/$i >diff.tmp
|
||||
diff -u -I'\$OpenBSD' $i ../../OpenBSD/tmux/$i >diff.tmp
|
||||
set -- `wc -l diff.tmp`
|
||||
[ $1 -eq 8 ] && continue
|
||||
echo $i
|
||||
|
Loading…
Reference in New Issue
Block a user