From dfaa28235b58deef1d33a508439761adb87526ab Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Thu, 18 May 2017 12:09:50 +0200 Subject: [PATCH] Expose the 'layout' signals to the scripts Someone may find those useful. --- docs/signals.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/signals.txt b/docs/signals.txt index 7776dad7..c57f3204 100644 --- a/docs/signals.txt +++ b/docs/signals.txt @@ -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 ------