summaryrefslogtreecommitdiff
path: root/src/tty.c
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2013-10-17 17:24:51 +0200
committerAmadeusz Sławiński <amade@asmblr.net>2015-06-26 10:52:01 +0200
commit7dd44046c9199e594fa0515b0c18cf3846a34244 (patch)
tree40cfd7fe9461ed10726a1ca8d974698c63543bfa /src/tty.c
parenta9977e1f2e8ff9829d4de4f08d46852606713750 (diff)
downloadscreen-7dd44046c9199e594fa0515b0c18cf3846a34244.tar.gz
use Window type instead of struct win
Diffstat (limited to 'src/tty.c')
-rw-r--r--src/tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tty.c b/src/tty.c
index 9b61fd2..5ce26b3 100644
--- a/src/tty.c
+++ b/src/tty.c
@@ -766,7 +766,7 @@ DoSendBreak(int fd, int n, int type)
*/
void
-SendBreak(struct win *wp, int n, int closeopen)
+SendBreak(Window *wp, int n, int closeopen)
{
void (*sigalrm)(int);