Home
last modified time | relevance | path

Searched refs:gpm (Results 1 – 12 of 12) sorted by relevance

/src/sys/contrib/device-tree/src/arm/samsung/
H A Ds3c64xx-pinctrl.dtsi95 gpm: gpm-gpio-bank { label
/src/sys/x86/iommu/
H A Damd_reg.h313 u_int gpm:2; /* Guest Paging Mode */ member
/src/contrib/ncurses/
H A Dconfigure.in485 CF_VERBOSE(assuming soname for gpm is $with_gpm)
488 CF_LIB_SONAME([#include <gpm.h>],[if (Gpm_Open(0,0)) Gpm_Close();],gpm)
490 …NE_UNQUOTED(LIBGPM_SONAME,"$cf_cv_gpm_soname",[Define as needed to set the gpm share library sonam…
495 CF_ADD_LIB(gpm,TEST_LIBS)
496 CF_ADD_LIB(gpm,PRIVATE_LIBS)
498 AC_DEFINE(HAVE_LIBGPM,1,[Define to 1 if we have the gpm library])
H A DINSTALL49 If you are trying to build applications using gpm with ncurses,
1008 --with-gpm
1019 --with-gpm=$HOME/tmp/test-gpm.so
1157 this feature, or --without-gpm, depending on whether you wish to use
2515 See the FAQ, as well as the discussion under the --with-gpm option:
H A Daclocal.m41342 AC_CHECK_LIB(gpm,Gpm_Wgetch,[
1349 #include <gpm.h>
9424 dnl the gpm library, e.g., for dynamic loading.
9428 AC_ARG_WITH(gpm, optwith
9429 [ --with-gpm use Alessandro Rubini's GPM library],
9435 AC_CHECK_HEADER(gpm.h,[
9436 AC_DEFINE(HAVE_GPM_H,1,[Define to 1 if we have gpm.h header])
9439 AC_DEFINE(HAVE_LIBGPM,1,[Define to 1 if we have the gpm library])
9442 AC_CHECK_LIB(gpm,Gpm_Open,[with_gpm=yes],[
H A DANNOUNCE460 * Extended mouse support via Alessandro Rubini's gpm package.
H A DNEWS2890 to list helper libraries such as gpm for static linking (Debian
4024 + further workaround for PIE/PIC breakage which causes gpm to not link.
5861 + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
8302 + modify configure --with-gpm option to allow it to accept a parameter,
8816 that one may wish to use --without-gpm to ensure a completely
10177 + do not try to open gpm mouse driver if standard output is not a tty;
10178 the gpm library does not make this check (bug report for dialog
10366 --with-gpm are given (report by Mr E_T <troll@logi.net.au>).
11993 xterm-style events provided by gpm patch by Joerg Schoen.
12335 + reorder tests during mouse initialization to allow for gpm to run in
[all …]
/src/contrib/file/magic/Magdir/
H A Dmap192 !:mime application/x-garmin-gpm
/src/contrib/dialog/
H A Daclocal.m43638 dnl because it may be linked with the gpm (general purpose mouse) library.
3639 dnl Some distributions have gpm linked with (bsd) curses, which makes it
3640 dnl unusable with ncurses. However, we don't want to link with gpm unless
3641 dnl ncurses has a dependency, since gpm is normally set up as a shared library,
3651 # This works, except for the special case where we find gpm, but
3653 # to link gpm.
3656 AC_CHECK_LIB(gpm,Gpm_Open,
3657 [AC_CHECK_LIB(gpm,initscr,
H A DCHANGES2235 ncurses (the gpm support no longer works, but is useful for reference)
/src/contrib/ncurses/doc/
H A Dncurses-intro.doc551 * Linux console, when configured with gpm(1), Alessandro Rubini's
/src/contrib/ncurses/misc/
H A Dterminfo.src26467 # * add kmous capability to linux to use Joerg Schoen's gpm patch.