Invent a way of specifying control characters numerically in ctrlparse():
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 19 Apr 2005 19:18:14 +0000 (19:18 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 19 Apr 2005 19:18:14 +0000 (19:18 +0000)
commit447940b31cc47df5b2e94a1e3e100dedced5ccd2
treeb28b6a072a62b36096ee8648ef902d3078265c28
parentd45d4c0758f73ebcc761afbda3b229d2ca11099e
Invent a way of specifying control characters numerically in ctrlparse():
^<27>, ^<0x1B>, ^<033>. (This doesn't tread on any syntax that already had a
non-null behaviour.)

git-svn-id: svn://svn.tartarus.org/sgt/putty@5647 cda61777-01e9-0310-a592-d414129be87e
misc.c