[TF] Feature request
Brought to you by:
kenkeys
|
From: hawkeye at tcp.c. (K. Keys) - 2003-05-29 16:16:05
|
On Thu, May 29, 2003 at 12:04:39AM -0400, Jamie Norwood wrote:
> OK, this is a vauge request, because I am not sure how to do it. But with the
> new world switching/history display code, which I love, I have one problem;
> I can't easily tell what is NEW without reading most of the screen! Is there
> a way to maybe add a --- before new text, but only while it is new? Or
> something? I love this, but that has been hard. :)
>
> Other than that, it works great!
Adding the dashes is easy, and is actually something I've been using for a
while in my personal setup. To get it, just do this:
/def fg = /test echo("---")%; /@fg %*
Making it appear only while the text is new is harder, and will require
internal support. It's already on my todo list.
--
Ken Keys <ha...@tc...>
TinyFugue 5.0 alpha 11: http://tf.tcp.com/~hawkeye/tf/
|