externalpipe: sigchld changes interfere with right-click-to-plumb and opencopied patches, proposed fix ref. #27
This commit is contained in:
parent
56931acefb
commit
80bb4b8ab7
3 changed files with 12 additions and 1 deletions
4
st.h
4
st.h
|
|
@ -345,6 +345,10 @@ extern unsigned int tabspaces;
|
|||
extern unsigned int defaultfg;
|
||||
extern unsigned int defaultbg;
|
||||
extern unsigned int defaultcs;
|
||||
#if EXTERNALPIPE_PATCH
|
||||
extern int extpipeactive;
|
||||
#endif // EXTERNALPIPE_PATCH
|
||||
|
||||
#if BOXDRAW_PATCH
|
||||
extern const int boxdraw, boxdraw_bold, boxdraw_braille;
|
||||
#endif // BOXDRAW_PATCH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue