GPM (software)

Last updated
GPM
Original author(s) Alessandro Rubini
Developer(s) Nico Schottelius
Stable release
1.20.7 / October 26, 2012
Preview release
1.99.7 / July 24, 2008
Repository
Written in C
Operating system Linux
Type Mouse
License GNU General Public License
Website www.nico.schottelius.org/software/gpm/   OOjs UI icon edit-ltr-progressive.svg

GPM ("General Purpose Mouse") software provides support for mouse devices in Linux virtual consoles. It is included in most Linux distributions.

Contents

ncurses supports GPM; many applications use ncurses mouse-support. Other applications that work with GPM include Midnight Commander, Emacs, and JED.

See also

Sources


Related Research Articles

Mandriva Linux Mandriva RPM Based Linux Distribution

Mandriva Linux is a discontinued Linux distribution developed by Mandriva S.A.

ncurses

ncurses is a programming library providing an application programming interface (API) that allows the programmer to write text-based user interfaces in a terminal-independent manner. It is a toolkit for developing "GUI-like" application software that runs under a terminal emulator. It also optimizes screen changes, in order to reduce the latency experienced when using remote shells.

Advanced Linux Sound Architecture Software framework

Advanced Linux Sound Architecture (ALSA) is a software framework and part of the Linux kernel that provides an application programming interface (API) for sound card device drivers.

Gambas Integrated development environment

Gambas is the name of an object-oriented dialect of the BASIC programming language, as well as the integrated development environment that accompanies it. Designed to run on Linux and other Unix-like computer operating systems, its name is a recursive acronym for Gambas Almost Means Basic. Gambas is also the word for prawns in the Spanish, French, and Portuguese languages, from which the project's logos are derived.

GNU Project Free software project

The GNU Project is a free software, mass collaboration project that Richard Stallman announced on September 27, 1983. Its goal is to give computer users freedom and control in their use of their computers and computing devices by collaboratively developing and publishing software that gives everyone the rights to freely run the software, copy and distribute it, study it, and modify it. GNU software grants these rights in its license.

curses (programming library)

curses is a terminal control library for Unix-like systems, enabling the construction of text user interface (TUI) applications.

Text-based user interface Type of interface based on outputting to or controlling a text display

In computing, text-based user interfaces (TUI), is a retronym describing a type of user interface (UI) common as an early form of human–computer interaction, before the advent of graphical user interfaces (GUIs). Like GUIs, they may use the entire screen area and accept mouse and other inputs. They may also use color and often structure the display using special graphical characters such as ┌ and ╣, referred to in Unicode as the "box drawing" set. The modern context of use is usually a terminal emulator.

GNU Parted is a free partition editor, used for creating and deleting partitions. This is useful for creating space for new operating systems, reorganising hard disk usage, copying data between hard disks, and disk imaging. It was written by Andrew Clausen and Lennert Buytenhek.

Midnight Commander

GNU Midnight Commander is a free cross-platform orthodox file manager. It was started by Miguel de Icaza in 1994 as a clone of the then-popular Norton Commander.

naim (software) Messaging and chat program

naim is a messaging and chat program written by Daniel Reed in C; it supports the protocols AIM, ICQ, IRC, and RPI's Lily CMC protocols. Unlike most messaging clients, it is not graphical; it runs from the console using the ncurses library. naim is free software, licensed under the GNU GPL.

Zenwalk

Zenwalk is a Desktop focused Linux distribution founded by Jean-Philippe Guillemin. It is based on Slackware with very few modifications at system level making it 100% compatible with it. Zenwalk aims to be a modern and multi-purpose Linux distribution by focusing on Internet applications, multimedia and programming tools. Additionally, Zenwalk comes with many specialized tools, designed for beginner through advanced users as it offers system configuration via both graphical and command-line operations.

Newt (programming library)

Newt is a programming library for color text mode, widget-based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text user interfaces. This package also contains the shared library needed by programs built with newt, as well as an application whiptail, which provides the most commonly used features of dialog. Newt is based on the slang library. It abbreviates from Not Erik's Windowing Toolkit.

MCabber

MCabber is a free software client for the instant messaging protocol XMPP with a text user interface based on ncurses. It runs on a range of platforms, including Linux, BSD, and Mac OS X. As free software it is freely available – including the source code – under the terms of the GNU GPL-2.0-or-later. MCabber is the successor of Alejandro Jimenez Macias's earlier Cabber that has had releases from 2002 to 2004. In 2005 it has been forked off the last version of Cabber (0.5.0).

Dialog (software)

Dialog is an application used in shell scripts which displays text user interface widgets. It uses the curses or ncurses library. The latter provides users with the ability to use a mouse, e.g., in an xterm.

Fama IM

Fama IM is a free software instant messaging client for Linux and Unix that supports the use of multiple instant messaging protocols.

WeeChat IRC client

WeeChat is a free and open-source Internet Relay Chat client that is designed to be light and fast. It is released under the terms of the GNU GPL-3.0-or-later and has been developed since 2003.

Twin is a windowing environment with mouse support, window manager, terminal emulator and networked clients, all inside a text mode display. Twin is tested on Linux and on FreeBSD; porting to SunOS is in progress.

ranger (file manager)

ranger is a free and open-source file manager with text-based user interface for Unix-like systems. It is developed by Roman Zimbelmann and licensed under the terms of the GNU General Public License. The program can accomplish file management tasks with a few keystrokes, and mouse input is optional. In conjunction with extensions including the rifle file opener and scope.sh, ranger can be scripted to open files with pre-defined programs, and to display a preview of the selected file by calling external programs.

nnn (file manager)

nnn is a free and open-source file manager which provides a text-based user interface to provide file managing functionalities for Unix-like systems. It is a fork of noice. nnn has several additional features to provide a more complete file managing experience. Its goal is to provide the file managing operations while using a minimal memory footprint and a very optimized performance, as it uses low-level functions to access the file system and keeps the number of reads to a minimal, allowing nnn to perform well on embedded devices. As the base program is retained within a minimal design philosophy, additional features and functionality are available via user plugins.