summaryrefslogtreecommitdiff
path: root/src/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'src/HACKING')
-rw-r--r--src/HACKING2
1 files changed, 2 insertions, 0 deletions
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().