]> git.pld-linux.org Git - packages/vim.git/blame - 6.3.077
- up to 6.4.001 (but some todo issues left)
[packages/vim.git] / 6.3.077
CommitLineData
3cc08688
AM
1To: vim-dev@vim.org
2Subject: Patch 6.3.077 (extra)
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.3.077 (extra)
11Problem: VMS: First character input after ESC was not recognized.
12Solution: Added TRM$M_TM_TIMED in vms_read(). (Zoltan Arpadffy)
13Files: src/os_vms.c
14
15
16*** ../vim-6.3.076/src/os_vms.c Wed Jun 9 14:56:26 2004
17--- src/os_vms.c Tue Jun 14 09:49:40 2005
18***************
19*** 308,315 ****
20 tt_mode = get_tty();
21
22 vul_item(&itmlst[0], 0, TRM$_MODIFIERS,
23! (char *)(TRM$M_TM_ESCAPE | TRM$M_TM_NOECHO | TRM$M_TM_NOEDIT |
24! TRM$M_TM_NOFILTR | TRM$M_TM_NORECALL | TRM$M_TM_TRMNOECHO), 0);
25 vul_item(&itmlst[1], sizeof(trm_mask), TRM$_TERM, (char *)&trm_mask, 0);
26
27 function = (IO$_READLBLK | IO$M_EXTEND);
28--- 308,316 ----
29 tt_mode = get_tty();
30
31 vul_item(&itmlst[0], 0, TRM$_MODIFIERS,
32! (char *)( TRM$M_TM_ESCAPE | TRM$M_TM_TIMED | TRM$M_TM_NOECHO |
33! TRM$M_TM_NOEDIT | TRM$M_TM_NOFILTR |
34! TRM$M_TM_NORECALL| TRM$M_TM_TRMNOECHO), 0);
35 vul_item(&itmlst[1], sizeof(trm_mask), TRM$_TERM, (char *)&trm_mask, 0);
36
37 function = (IO$_READLBLK | IO$M_EXTEND);
38*** ../vim-6.3.076/src/version.c Tue Jun 7 11:11:33 2005
39--- src/version.c Tue Jun 14 14:02:57 2005
40***************
41*** 643,644 ****
42--- 643,646 ----
43 { /* Add new patch number below this line */
44+ /**/
45+ 77,
46 /**/
47
48--
49From "know your smileys":
50 !-| I-am-a-Cylon-Centurian-with-one-red-eye-bouncing-back-and-forth
51
52 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
53/// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
55 \\\ Buy LOTR 3 and help AIDS victims -- http://ICCF.nl/lotr.html ///
This page took 0.033967 seconds and 4 git commands to generate.