summaryrefslogtreecommitdiff
path: root/usr.sbin/wsmoused
AgeCommit message (Expand)Author
2023-02-07Really compute selection coordinates from buffer offset, don't assumemlelstv
2022-05-20s/appropiate/appropriate/ in comments and readme file.andvar
2021-11-24wsmoused: support absolute mouse position eventsuwe
2021-09-01conditional build fix.mlelstv
2017-07-03Remove workaround for ancient HTML generation code.wiz
2012-01-02Use more markup. New sentence, new line. Sort sections.wiz
2012-01-01Note the fact that wsmoused will work only with some wsdisplay drivers.rkujawa
2011-05-31a little undocumented debugging.christos
2009-10-29option noinput nounputchristos
2009-10-28no unputchristos
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-04-20define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160drochner
2009-01-19fix version ioctlchristos
2009-01-13set the event protocol version.christos
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-07-17include <stdlib.h> explicitely, for exit(), getprogname() etc.drochner
2008-02-24This file requires errno.hdholland
2007-05-27Guess the terminal size on each change instead of during program startup.jmmv
2006-04-15WSDISPLAY_CHARFUNCS is gone.jmmv
2006-03-18Change MAX_BLOCKS for b_prop to MAX_PROPS, as it probably should've been.elad
2005-06-02appease gcc -Wuninitializedlukem
2004-06-08though -> through.wiz
2004-06-07Spelling fixes, English tweaks, avoid using < and > directly.snj
2004-03-31Fix two typos, reported as part of PR bin/22581.jmmv
2004-02-05Use the correct size when clearing an array.jmmv
2004-02-05Print a new line after an information message.jmmv
2004-01-20Forgot to remove #include <stdbool.h>matt
2004-01-20Remove "bool" support for now since some platforms are still not able tomatt
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2004-01-05Add the xconsole_delay property which specifies the number of seconds tojmmv
2004-01-05Add 2004 to copyright notice because of previous change.jmmv
2004-01-05Call wscons mode hooks before and after generic_wscons_event. This is tojmmv
2004-01-05Fix xconsole handling (enable the mouse properly when returning from X).jmmv
2004-01-05fifo, ttystat and xconsole properties are generic (used by all modes), sojmmv
2004-01-05Recognize the "fifo" property (again) in configuration files. This was lostjmmv
2003-08-06Add and use the log_err, log_errx, log_warn and log_warnx functions that act asjmmv
2003-08-06Add the `action' mode, which can be used to associate commands with mousejmmv
2003-08-06- Let the main program handle multiple run modes easily. Each one isjmmv
2003-04-16Increase width in a tagged list for nicer display.wiz
2003-03-07Use both -I. for generated .h files, and -I${.CURDIR} for include "foo"fvdl
2003-03-05Make the global XConsole variable static.jmmv
2003-03-04Create a pidfile while running (which can be tuned with the new "pidfile"jmmv
2003-03-04Avoid writing things to the fifo if it was not opened.jmmv
2003-03-04Check if configuration data exists before freeing memory.jmmv
2003-03-04Remove trailing whitespace.jmmv
2003-03-04Configuration file is optional, as well as sections inside it.jmmv
2003-03-04Add support to parse a configuration file, /etc/wsmoused.conf by default.jmmv
2003-01-19The next release will be 2.0, not 1.7.atatat
2002-12-25Add a new flag, -l, which swaps mouse buttons; this is useful for leftjmmv
2002-12-25Fix a bug that caused the program to enter an infinite loop when selectingjmmv