]> git.pld-linux.org Git - packages/mutt.git/blob - patch-0.95.4.sec.keypad.1
e31c6d4b6091f4433d2cfe0df10007e091300122
[packages/mutt.git] / patch-0.95.4.sec.keypad.1
1 --- mutt-0.95.4/curs_lib.c.orig Thu Jan 14 12:29:17 1999
2 +++ mutt-0.95.4/curs_lib.c      Mon Mar 22 18:24:46 1999
3 @@ -256,6 +256,7 @@
4      
5      attrset (A_NORMAL);
6      mutt_refresh ();
7 +    keypad (stdscr, FALSE);
8      endwin ();
9  #ifndef SLANG_CURSES
10      fputc ('\n', stdout);
11 --- mutt-0.95.4/patchlist.c.orig        Mon Mar 22 18:11:49 1999
12 +++ mutt-0.95.4/patchlist.c     Mon Mar 22 18:25:35 1999
13 @@ -16,6 +16,8 @@
14  
15  
16  
17 +  printf("Bugfix  patch: keypad               0.95.4 by Stefan `Sec` Zehl\n");
18 +
19  
20  
21    /* DO NOT MODIFY AFTER THIS LINE */
This page took 0.024032 seconds and 2 git commands to generate.