On Sun, 2003-01-19 at 19:20, [EMAIL PROTECTED] wrote: > > Screen filter > Some thoughts about that.... > > - Store the data independently from the view/theme > * enables changing of text ex post (typofix) > * enables re-hilighting text (type /mark-conversation <nick> to > highlight all stuff <nick> said an other people said with > <nick>:). > * on the fly theme changing > * eases up the log problem
Irssi already does something similiar optionally. /SET scrollback_save_formats ON, /SET theme xxx, /SB REDRAW would redraw the window with new theme. Storing all the data for that at least doubles the memory usage, so I don't think it should be enabled by default or especially required. /mark-conversion would be nice though :)
