Discussion:
[9fans] [plan9] acme noscrool feature enable
(too old to reply)
Giovanni Casano
2013-09-02 06:57:00 UTC
Permalink
Hello all, I do not remember, and I can't find it on the web, how to enable
the noscroll feature
on acme from plan9port.

I wrote Noscrool on window top bar, and then I tried to execute it with
middle mouse,
but I did not gain effect, just an error.

Please, help me!

Thank you in advance.
Alexander Sychev
2013-09-02 10:19:17 UTC
Permalink
Hi,
As far as I know Acme doesn't have the "noscroll" feature at all.

Best regards,
santucco
Post by Giovanni Casano
Hello all, I do not remember, and I can't find it on the web, how to
enable the noscroll feature
on acme from plan9port.
I wrote Noscrool on window top bar, and then I tried to execute it with
middle mouse,
but I did not gain effect, just an error.
Please, help me!
Thank you in advance.
--
Best regards,
santucco
dexen deVries
2013-09-02 10:49:06 UTC
Permalink
Post by Alexander Sychev
Hi,
As far as I know Acme doesn't have the "noscroll" feature at all.
Win windows follow the
same scrolling heuristic as in 9term(1): the window scrolls
on output only if the window is displaying the end of the
buffer.
--
dexen deVries

[[[↓][→]]]

Take care of the luxuries and the necessities will take care of themselves.
-- L. Long
Giovanni Casano
2013-09-02 11:00:43 UTC
Permalink
9term windows default behaviour does not scroll when output reaches
the end of the window: this is what I am trying to do.
Few months ago I succeded in that... now I do not remember how I did :(
Post by dexen deVries
Post by Alexander Sychev
Hi,
As far as I know Acme doesn't have the "noscroll" feature at all.
Win windows follow the
same scrolling heuristic as in 9term(1): the window scrolls
on output only if the window is displaying the end of the
buffer.
--
dexen deVries
[[[↓][→]]]
Take care of the luxuries and the necessities will take care of themselves.
-- L. Long
dexen deVries
2013-09-02 13:19:18 UTC
Permalink
Post by Giovanni Casano
9term windows default behaviour does not scroll when output reaches
the end of the window: this is what I am trying to do.
Few months ago I succeded in that... now I do not remember how I did :(
when executed in Acme, the following scrolls by default, but will pause
scrolling when you scroll up so far that the last line of output goes out of
window (becomes invisible):

win ANY_COMMAND

for example:

win rc -c 'while (true) date && sleep 1'
win ssh ***@baron
--
dexen deVries

[[[↓][→]]]

Take care of the luxuries and the necessities will take care of themselves.
-- L. Long
Giovanni Casano
2013-09-02 15:30:33 UTC
Permalink
ops, I use bash as default shell... maybe should I use rc?
Post by dexen deVries
Post by Giovanni Casano
9term windows default behaviour does not scroll when output reaches
the end of the window: this is what I am trying to do.
Few months ago I succeded in that... now I do not remember how I did :(
when executed in Acme, the following scrolls by default, but will pause
scrolling when you scroll up so far that the last line of output goes out of
win ANY_COMMAND
win rc -c 'while (true) date && sleep 1'
--
dexen deVries
[[[↓][→]]]
Take care of the luxuries and the necessities will take care of themselves.
-- L. Long
Loading...