]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Invent a way of specifying control characters numerically in ctrlparse():
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 19 Apr 2005 19:18:14 +0000 (19:18 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 19 Apr 2005 19:18:14 +0000 (19:18 +0000)
commit482e33ab3e47fa85fb74d50f85d6b57021fba34b
treeb28b6a072a62b36096ee8648ef902d3078265c28
parent3d012d9bd07efebffadcab368c6695f2e295bb21
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.)

[originally from svn r5647]
misc.c