Hi :) Quoting Samuel Thibault (2014-08-21 13:16:01) > Mmm, but this means that an escape alone will be lost, which is a real > problem for e.g. using vim :)
Right, that came to my mind after I send the patch (as always...). > Can't escape rather be an static array indexed by unit number? I believe it's even easier. I'll propose an updated patch. > > +#if MACH_KDB > > + if (escape && c == 4) > > I like using 'C'-'@' instead of the magic-looking 4 :) Surely you meant 'D'-'@', that's nice indeed :) Justus