From: Micah Cowan Date: Tue, 31 Mar 2009 19:00:05 +0000 (-0700) Subject: Add info about MakeWinMsgEv to HACKING. X-Git-Url: https://repo.or.cz/w/screen-lua.git/commitdiff_plain/bfcc6738e183fb89c45cbd2a288e188675fbf9eb Add info about MakeWinMsgEv to HACKING. --- diff --git a/src/HACKING b/src/HACKING index 3d41cf4..b78d40f 100644 --- a/src/HACKING +++ b/src/HACKING @@ -35,3 +35,5 @@ WIP notes on hacking the Screen source. window list: WListProcess command input line: InpProcess +* Handling string escapes (in hardstatus and the like), such as %w or + %{= bw}, is done in screen.c, MakeWinMsgEv().