summaryrefslogtreecommitdiff
path: root/src/os.h
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2012-01-15 17:29:41 +0100
committerAmadeusz Sławiński <amade@asmblr.net>2015-06-25 15:52:13 +0200
commit9c3a98ba642e69332324466632d1dcb89a96cb5c (patch)
tree55ce838156cd4f802221b5d70b29abc65397bb28 /src/os.h
parent079db24a313a4a4158248c4bf95b70b59bee0649 (diff)
downloadscreen-9c3a98ba642e69332324466632d1dcb89a96cb5c.tar.gz
trailing whitespace removal
Diffstat (limited to 'src/os.h')
-rw-r--r--src/os.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/os.h b/src/os.h
index 00c35c0..4d32459 100644
--- a/src/os.h
+++ b/src/os.h
@@ -269,7 +269,7 @@
# ifndef BSDWAIT /* if wait is NOT a union: */
# define WTERMSIG(status) (status & 0177)
# else
-# define WTERMSIG(status) status.w_T.w_Termsig
+# define WTERMSIG(status) status.w_T.w_Termsig
# endif
#endif
@@ -277,7 +277,7 @@
# ifndef BSDWAIT /* if wait is NOT a union: */
# define WSTOPSIG(status) ((status >> 8) & 0377)
# else
-# define WSTOPSIG(status) status.w_S.w_Stopsig
+# define WSTOPSIG(status) status.w_S.w_Stopsig
# endif
#endif
@@ -314,7 +314,7 @@
# define MAXPATHLEN 1024
#endif
-/*
+/*
* you may try to vary this value. Use low values if your (VMS) system
* tends to choke when pasting. Use high values if you want to test
* how many characters your pty's can buffer.