mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
"print text finished" -> "gui print text finished". Added %[options] format
for printing text. The syntax for options is [+-]<option>[+-]<option>... Currently supports options 't' = timestamp, 'T' = server tag, 's' = line_start, 'S' = line_start_irssi. -s or -S means don't print the line_start. For example %[-st+T] would never print line_start or timestamp to line, but would always print server tag to line. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1569 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f1a0aabdf4
commit
6362ab86f6
6 changed files with 175 additions and 90 deletions
|
|
@ -224,7 +224,7 @@ FE common
|
|||
"gui window goto", int number
|
||||
|
||||
(Can be used to determine when all "gui print text"s are sent (not required))
|
||||
"print text finished", WINDOW_REC
|
||||
"gui print text finished", WINDOW_REC
|
||||
|
||||
* Provides signals:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue