Re: [tf-dis] Timestamp 'window' in TF
Brought to you by:
kenkeys
|
From: Colin M. <zix...@gm...> - 2016-09-22 16:30:45
|
That does work to some degree, but with paragraphs, you get line-wrapped
and it doesn't look all that clear... I'm using a fixed width font below,
for those of you who are translating it into some kind of variable width...
09:21 | Room name
09:21 | Description that's very long and
just keeps going on the next line
which kinda breaks the 'look'...
09:21 | Some Text
09:22 | Some Text
09:22 | Some Text
What'd I'm looking for:
09:21 | Room name
09:21 | Description that's very long and
| just keeps going on the next line
| which doesn't break the 'look'...
09:21 | Some Text
09:22 | Some Text
09:22 | Some Text
On Thu, Sep 22, 2016 at 12:14 PM, Bartek Stalewski <ft...@in...>
wrote:
> >
> > On 22 Sep 2016, at 5:45 PM, Colin Mackay <zix...@gm...> wrote:
> >
> > More or less just a passing thought after looking over a recent
> time-stamped log.
> >
> > Is it possible to have perhaps a vertical status area along the left
> side of the output area with a simple timestamp?
> >
> > Example:
> >
> > 09:55 | 5 players are awake
> > 09:55 | The Room Name
> > 09:55 | Before you is a room with a multiline
> > | description, neat huh?
> > 09:56 | You say, "Hello everyone!"
> > 09:57 | Everyone smiles in response, "Good day, eh?"
> >
> > Not even sure if I'd use it. At times it can be annoying when you
> realize you've been idle and the conversation you thought was recent
> happened half an hour ago...
> >
> > Thoughts?
>
> The simplest way is to substitute _every_ line, adding time before it -
> something like that:
> /def -mregexp -Fp1 -t'.*' = /test substitute(strcat(ftime("%H:%M:%S",time()),
> " | ", {P0}))
>
> But I assume it easily can make your script pack _very_ slow :(
>
> --
> Bartek ‘ftpd’ Stalewski
|