From ba898e25da3709460649abc27af832f17ded8389 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 26 Feb 2012 13:34:23 +0000 Subject: [PATCH] dot/mykermrc.in: Macro for `guvnor', fixing ^? to send ^H. Organization: Straylight/Edgeware From: Mark Wooding Because the silly thing's delete handling isn't very good. --- dot/mykermrc.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dot/mykermrc.in b/dot/mykermrc.in index 8dac41b..d750a66 100644 --- a/dot/mykermrc.in +++ b/dot/mykermrc.in @@ -98,5 +98,11 @@ def CONSOLE { ;; Synchronize remote terminal size with local window. def SYNCWINSZ output stty rows \v(rows) columns \v(cols)\13 +;; Special cases for particular target hosts. +def GUVNOR { + set key 127 \8 + telnet guvnor.distorted.org.uk +} + ;; Local configuration. if exist \m(_dot)config take \m(_dot)config -- [mdw]