9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] [plan9] acme noscrool feature enable
@ 2013-09-02  6:57 Giovanni Casano
  2013-09-02 10:19 ` Alexander Sychev
  0 siblings, 1 reply; 7+ messages in thread
From: Giovanni Casano @ 2013-09-02  6:57 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 396 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] [plan9] acme noscrool feature enable
  2013-09-02  6:57 [9fans] [plan9] acme noscrool feature enable Giovanni Casano
@ 2013-09-02 10:19 ` Alexander Sychev
  2013-09-02 10:44   ` dexen deVries
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Sychev @ 2013-09-02 10:19 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 546 bytes --]

Hi,
As far as I know Acme doesn't have the "noscroll" feature at all.

Best regards,
  santucco


On Mon, Sep 2, 2013 at 10:57 AM, Giovanni Casano <ucasano@gmail.com> wrote:

> 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

[-- Attachment #2: Type: text/html, Size: 1004 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] [plan9] acme noscrool feature enable
  2013-09-02 10:19 ` Alexander Sychev
@ 2013-09-02 10:44   ` dexen deVries
  2013-09-02 10:58     ` Giovanni Casano
  0 siblings, 1 reply; 7+ messages in thread
From: dexen deVries @ 2013-09-02 10:44 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Monday 02 of September 2013 14:19:17 Alexander Sychev wrote:
> Hi,
> As far as I know Acme doesn't have the "noscroll" feature at all.


if `win' is of any help, it has the following property:
> 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




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] [plan9] acme noscrool feature enable
  2013-09-02 10:44   ` dexen deVries
@ 2013-09-02 10:58     ` Giovanni Casano
  2013-09-02 13:19       ` dexen deVries
  0 siblings, 1 reply; 7+ messages in thread
From: Giovanni Casano @ 2013-09-02 10:58 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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 :(

2013/9/2 dexen deVries <dexen.devries@gmail.com>:
> On Monday 02 of September 2013 14:19:17 Alexander Sychev wrote:
>> Hi,
>> As far as I know Acme doesn't have the "noscroll" feature at all.
>
>
> if `win' is of any help, it has the following property:
>> 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
>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] [plan9] acme noscrool feature enable
  2013-09-02 10:58     ` Giovanni Casano
@ 2013-09-02 13:19       ` dexen deVries
  2013-09-02 15:30         ` Giovanni Casano
  0 siblings, 1 reply; 7+ messages in thread
From: dexen deVries @ 2013-09-02 13:19 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Monday 02 of September 2013 12:58:28 Giovanni Casano wrote:
> 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 dexen@baron



-- 
dexen deVries

[[[↓][→]]]

Take care of the luxuries and the necessities will take care of themselves.
                -- L. Long




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] [plan9] acme noscrool feature enable
  2013-09-02 13:19       ` dexen deVries
@ 2013-09-02 15:30         ` Giovanni Casano
  2013-09-03  8:33           ` Giovanni Casano
  0 siblings, 1 reply; 7+ messages in thread
From: Giovanni Casano @ 2013-09-02 15:30 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

ops, I use bash as default shell... maybe should I use rc?


2013/9/2 dexen deVries <dexen.devries@gmail.com>:
> On Monday 02 of September 2013 12:58:28 Giovanni Casano wrote:
>> 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 dexen@baron
>
>
>
> --
> dexen deVries
>
> [[[↓][→]]]
>
> Take care of the luxuries and the necessities will take care of themselves.
>                 -- L. Long
>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] [plan9] acme noscrool feature enable
  2013-09-02 15:30         ` Giovanni Casano
@ 2013-09-03  8:33           ` Giovanni Casano
  0 siblings, 0 replies; 7+ messages in thread
From: Giovanni Casano @ 2013-09-03  8:33 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Terminal window scrolling in Acme (win) does not depend on the shell
you are using (rc, bash): it always scrolls.

Maybe I do not remember well.

Thank you for your answers.


2013/9/2 Giovanni Casano <ucasano@gmail.com>:
> ops, I use bash as default shell... maybe should I use rc?
>
>
> 2013/9/2 dexen deVries <dexen.devries@gmail.com>:
>> On Monday 02 of September 2013 12:58:28 Giovanni Casano wrote:
>>> 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 dexen@baron
>>
>>
>>
>> --
>> dexen deVries
>>
>> [[[↓][→]]]
>>
>> Take care of the luxuries and the necessities will take care of themselves.
>>                 -- L. Long
>>
>>



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-09-03  8:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-02  6:57 [9fans] [plan9] acme noscrool feature enable Giovanni Casano
2013-09-02 10:19 ` Alexander Sychev
2013-09-02 10:44   ` dexen deVries
2013-09-02 10:58     ` Giovanni Casano
2013-09-02 13:19       ` dexen deVries
2013-09-02 15:30         ` Giovanni Casano
2013-09-03  8:33           ` Giovanni Casano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).