Bugzilla – Attachment 49888 Details for
Bug 115226
middle mouse click doesn't behave like before
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
xterm patch
screen.c.patch (text/plain), 680 bytes, created by
Lubos Lunak
on 2005-09-14 10:58:35 UTC
(
hide
)
Description:
xterm patch
Filename:
MIME Type:
Creator:
Lubos Lunak
Created:
2005-09-14 10:58:35 UTC
Size:
680 bytes
patch
obsolete
>--- screen.c.sav 2005-07-07 02:46:14.000000000 +0200 >+++ screen.c 2005-09-14 12:46:35.000000000 +0200 >@@ -1390,12 +1390,8 @@ ScreenResize(TScreen * screen, > False); > } > >- /* round so that it is unlikely the screen will change size on */ >- /* small mouse movements. */ >- rows = (height + FontHeight(screen) / 2 - border) / >- FontHeight(screen); >- cols = (width + FontWidth(screen) / 2 - border - ScrollbarWidth(screen)) / >- FontWidth(screen); >+ rows = (height - border) / FontHeight(screen); >+ cols = (width - border - ScrollbarWidth(screen)) / FontWidth(screen); > if (rows < 1) > rows = 1; > if (cols < 1)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 115226
: 49888