Re: Feature request for tin
Michael Bienia <[email protected]>
| Newsgroups | gmane.network.tin.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2006-07-13 17:18:49 +0200, Urs JanÃen wrote: > > being viewed before the 'l' key was pressed. > > > > Would you please change it, so the cursor would always point to the last > > viewed message after pressing the 'l' key? > > that makes more sense, patch anyone? The attached patch should fix it. Michael
patch-20060720.diff
(text/plain, 345 B)
--- tin-1.9.2/src/thread.c 2006-07-06 10:15:38.000000000 +0200 +++ tin-1.9.2.work/src/thread.c 2006-07-20 14:16:35.569639148 +0200 @@ -1467,6 +1467,7 @@ again: case GRP_GOTOTHREAD: /* 'l' from pager */ show_thread_page(); + move_to_item(which_response(this_resp)); return 0; default: /* >=0 normal exit, new basenote */