Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
xterm
xterm-sigwinch.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xterm-sigwinch.patch of Package xterm
# HG changeset patch # Parent 547d2ea5029c2c3edd129a9d23e424877c6f29f0 Index: xterm-385/screen.c =================================================================== --- xterm-385.orig/screen.c +++ xterm-385/screen.c @@ -2257,7 +2257,7 @@ ScreenResize(XtermWidget xw, #ifdef TTYSIZE_STRUCT if (update_winsize(screen, rows, cols, height, width) == 0) { -#if defined(SIGWINCH) && defined(TIOCGPGRP) +#if defined(SIGWINCH) && (defined(TIOCGPGRP) || defined(linux)) if (screen->pid > 1) { int pgrp;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor