summaryrefslogtreecommitdiff
path: root/src/windows.c
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2005-03-15 21:48:14 +0000
committerMichael Jennings <mej@kainx.org>2005-03-15 21:48:14 +0000
commitd983ccb3c58fd2e498bcf27b8c23d368d17e4513 (patch)
tree6f049b0d1e723804711bfbef11b56b3598eb8927 /src/windows.c
parentfb382f1f52f49ba7bf5607e68695239ea047a43a (diff)
downloadeterm-d983ccb3c58fd2e498bcf27b8c23d368d17e4513.tar.gz
Tue Mar 15 16:44:09 2005 Michael Jennings (mej)
Reverted part of a patch from Chris Schoeneman <crs23@bigfoot.com> (changelog entry "Fri Jun 25 17:48:24 2004") which broke dead keys and compose-key sequences. Fixed autoSHIT for dist/distcheck/distclean/maintainer-clean and newer autoSHIT versions. Fixed error in saving of cut_chars attribute. Fixed saving/handling of beep_command attribute. ---------------------------------------------------------------------- SVN revision: 13745
Diffstat (limited to 'src/windows.c')
-rw-r--r--src/windows.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/windows.c b/src/windows.c
index 927bc90..65af83a 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -473,9 +473,7 @@ Create_Windows(int argc, char *argv[])
XClearWindow(Xdisplay, TermWin.vt);
}
XDefineCursor(Xdisplay, TermWin.vt, TermWin_cursor);
- TermWin.mask = (KeyPressMask | EnterWindowMask | LeaveWindowMask | ExposureMask
- | ButtonPressMask | ButtonReleaseMask | Button1MotionMask
- | Button2MotionMask | Button3MotionMask);
+ TermWin.mask = (EnterWindowMask | LeaveWindowMask | ExposureMask | ButtonPressMask | ButtonReleaseMask | Button1MotionMask | Button2MotionMask | Button3MotionMask);
XSelectInput(Xdisplay, TermWin.vt, TermWin.mask);
/* If the user wants a specific desktop, tell the WM that */