Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: ticking clock



Hi, Ray -

You could turn off your terminal emulator's scroll to the bottom on output
option.

I think a better solution would be to change your clock
(conky,taskbar/tasklet or whatever) to have resolution down to the second.

  - Vin

On Mon, Aug 13, 2018 at 11:38 AM, Ray Andrews <rayandrews@xxxxxxxxxxx>
wrote:

> I did this in zshrc:
>
>     ## 2018-08-10: ticking clock:
>     #RPS1=$'%t %w'
>     RPS1='%B%F{yellow}[%D{%L:%M:%S}]%f %w'
>     TMOUT=1
>     TRAPALRM() { zle reset-prompt }
>
> Nice to have the time ticking away there, but it kills back-scrolling -- I
> scroll up, but every tick moves back to the bottom.  Fixable?
>
>


Messages sorted by: Reverse Date, Date, Thread, Author