~ubuntu-branches/debian/sid/ncurses/sid-200908151540

« back to all changes in this revision

Viewing changes to ncurses/tinfo/MKfallback.sh

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-11-30 03:43:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20081130034300-lw6qrujyjmv6e32x
Tags: 5.7+20081122-2
Adding patch from Samuel Thibault to ensure that aalib checks the
value returned by Gpm_GetEvent() and only proceeds if value == 1
(Closes: #506717).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
##############################################################################
3
 
# Copyright (c) 1998-2008,2009 Free Software Foundation, Inc.                #
 
3
# Copyright (c) 1998-2001,2006 Free Software Foundation, Inc.                #
4
4
#                                                                            #
5
5
# Permission is hereby granted, free of charge, to any person obtaining a    #
6
6
# copy of this software and associated documentation files (the "Software"), #
26
26
# use or other dealings in this Software without prior written               #
27
27
# authorization.                                                             #
28
28
##############################################################################
29
 
# $Id: MKfallback.sh,v 1.14 2009/04/18 21:01:38 tom Exp $
 
29
# $Id: MKfallback.sh,v 1.13 2006/07/15 16:54:20 tom Exp $
30
30
#
31
31
# MKfallback.sh -- create fallback table for entry reads
32
32
#
63
63
 */
64
64
 
65
65
#include <curses.priv.h>
 
66
#include <term.h>
66
67
 
67
68
EOF
68
69