mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Added command history groups, set them with /WINDOW HISTORY. Patch by peder@ifi.uio.no
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2276 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9ed228551b
commit
9ddebe6bcf
13 changed files with 243 additions and 78 deletions
|
|
@ -49,6 +49,7 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||
{ "window_info_refnum", "Window : {hilight #$0}", 1, { 1 } },
|
||||
{ "window_info_refnum_sticky", "Window : {hilight #$0 (sticky)}", 1, { 1 } },
|
||||
{ "window_info_name", "Name : $0", 1, { 0 } },
|
||||
{ "window_info_history", "History : $0", 1, { 0 } },
|
||||
{ "window_info_size", "Size : $0x$1", 2, { 1, 1 } },
|
||||
{ "window_info_level", "Level : $0", 1, { 0 } },
|
||||
{ "window_info_server", "Server : $0", 1, { 0 } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue