repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 41b6020eb1888b13110879b5cba421d7492aa49d: path_to: revision_to:
commit 41b6020eb1888b13110879b5cba421d7492aa49d Author: Emanuele GiaquintaDate: Thu Apr 11 08:13:43 2013 +0000 Simplify. diff --git a/src/command.C b/src/command.C
--- a/src/command.C
+++ b/src/command.C
@@ -541,12 +541,12 @@ rxvt_term::key_press (XKeyEvent &ev)
{
if (keysym == XK_Home)
{
- scr_move_to (0, 1);
+ scr_changeview (top_row);
return;
}
else if (keysym == XK_End)
{
- scr_move_to (1, 1);
+ scr_changeview (0);
return;
}
}
-----END OF PAGE-----