mirror of
https://github.com/irssi/irssi.git
synced 2026-08-24 02:52:20 +02:00
Merge 0edb8b832b into 31b9d115b0
This commit is contained in:
commit
dd0985cfd7
4 changed files with 17 additions and 3 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
SAVE: Saves your layout to the configuration.
|
||||
RESET: Removes the saved layout from the configuration.
|
||||
RESTORE: Restores the saved layout from the configuration.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
|
||||
/LAYOUT SAVE
|
||||
/LAYOUT RESET
|
||||
/LAYOUT RESTORE
|
||||
|
||||
%9See also:%9 SAVE, WINDOW
|
||||
|
||||
|
|
|
|||
|
|
@ -306,6 +306,11 @@ windows.c:
|
|||
"window history changed", WINDOW_REC, char *oldname
|
||||
"window level changed", WINDOW_REC
|
||||
|
||||
windows-layout.c
|
||||
"layout reset"
|
||||
"layout restore"
|
||||
"layout save"
|
||||
|
||||
FE IRC
|
||||
------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue