I have a script which opens a window and add lines to it.

it is being created using:
window -als -t16,23,31,41,58,69,82 +bnstx


It is working fine, until the nuber of lines starting to grow.

Then, the window jumps to the position of the selected line. For example, I'm watching line 115, and the selected line is line 2, then it jumps to the second line.

This is annoying, and I tought it happens because of a window -b command that is used after a line is being added (I use window -b because the lines exceeds the length of the window), but even if I disabled the window -b it happened.

Can anyone tell me how can I disable this annoying problem?

Other commands that are being used are:
aline and rline

Last edited by saragani; 14/07/03 04:43 PM.