--- vt102/vt102 2014/12/05 06:32:28 1.29 +++ vt102/vt102 2014/12/05 07:34:56 1.30 @@ -68,6 +68,7 @@ CAPS LOCK Prior/PgUp NO SCROLL Next/PgDown BREAK End + CTRL-C Insert Set-Up Guide: @@ -600,6 +601,7 @@ # hardcoded rxvt keys "\e" => 0x2a, # ESC + "\e[2~" => 0x79 | 0x100, # CTRL-C (insert) "\e[3~" => 0x03, # DC "\e[5~" => 0x7e, # CAPS LOCK (prior) "\e[6~" => 0x6a, # NO SCROLL (next)