To: vim-dev@vim.org Subject: Patch 6.1.325 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.325 Problem: Shift-Tab is not automatically recognized in an xterm. Solution: Add [Z as the termcap code. (Andrew Pimlott) Files: src/term.c *** ../vim61.324/src/term.c Thu Mar 14 22:21:46 2002 --- src/term.c Sun Feb 16 20:47:51 2003 *************** *** 1015,1020 **** --- 1015,1021 ---- {K_S_F10, IF_EB("\033[21;2~", ESC_STR "[21;2~")}, {K_S_F11, IF_EB("\033[23;2~", ESC_STR "[23;2~")}, {K_S_F12, IF_EB("\033[24;2~", ESC_STR "[24;2~")}, + {K_S_TAB, IF_EB("\033[Z", ESC_STR "[Z")}, {K_HELP, IF_EB("\033[28~", ESC_STR "[28~")}, {K_UNDO, IF_EB("\033[26~", ESC_STR "[26~")}, {K_INS, IF_EB("\033[2~", ESC_STR "[2~")}, *** ../vim61.324/src/version.c Sun Feb 16 20:29:05 2003 --- src/version.c Sun Feb 16 21:21:08 2003 *************** *** 608,609 **** --- 612,615 ---- { /* Add new patch number below this line */ + /**/ + 325, /**/ -- hundred-and-one symptoms of being an internet addict: 266. You hear most of your jokes via e-mail instead of in person. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\ \\\ Project leader for A-A-P -- http://www.A-A-P.org /// \\\ Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///