projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c7060c
)
*** empty log message ***
author
root
<root>
Tue, 12 May 2009 08:21:56 +0000
(08:21 +0000)
committer
root
<root>
Tue, 12 May 2009 08:21:56 +0000
(08:21 +0000)
src/main.C
patch
|
blob
|
history
diff --git
a/src/main.C
b/src/main.C
index b8a9d5e9fd60fc892fa36408814d90ca9dc53f3b..56122c1b5b15c74b331640a214d0d23e4b575a03 100644
(file)
--- a/
src/main.C
+++ b/
src/main.C
@@
-648,7
+648,7
@@
rxvt_term::tt_winch ()
ws.ws_row = nrow;
ws.ws_xpixel = width;
ws.ws_ypixel = height;
-
(void)
ioctl (pty->pty, TIOCSWINSZ, &ws);
+ ioctl (pty->pty, TIOCSWINSZ, &ws);
#if 0
// TIOCSWINSZ is supposed to do this automatically and correctly