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:
b0d8bcb
)
*** empty log message ***
author
root
<root>
Sun, 15 Jan 2006 16:59:54 +0000
(16:59 +0000)
committer
root
<root>
Sun, 15 Jan 2006 16:59:54 +0000
(16:59 +0000)
src/screen.C
patch
|
blob
|
history
diff --git
a/src/screen.C
b/src/screen.C
index 36cf6f186f0bd22cc6f622391011d400cc579430..142703172c5cae4d63c39d8200a67449fbaa9255 100644
(file)
--- a/
src/screen.C
+++ b/
src/screen.C
@@
-1813,9
+1813,7
@@
rxvt_term::scr_touch (bool refresh)
void
rxvt_term::scr_move_to (int y, int len)
{
- int p = (top_row - nrow) * (len - y) / len + (nrow - 1);
-
- scr_changeview (p);
+ scr_changeview ((top_row - nrow) * (len - y) / len + (nrow - 1));
}
/* ------------------------------------------------------------------------- */