summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdcontrol/lex.h
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1998-08-03 11:33:22 +0000
committeryokota <yokota@FreeBSD.org>1998-08-03 11:33:22 +0000
commitdf0803d1a14b8a3787c140ab71c68fdc35581151 (patch)
tree074f56a2a64d3ead80297a4c8dd4c6a54652c469 /usr.sbin/kbdcontrol/lex.h
parent506dee0328f0c5179f765cc7a550341382b5d3cb (diff)
downloadFreeBSD-src-df0803d1a14b8a3787c140ab71c68fdc35581151.zip
FreeBSD-src-df0803d1a14b8a3787c140ab71c68fdc35581151.tar.gz
Added the `saver' key definition. The saver key will activate the screen
saver if one is loaded.
Diffstat (limited to 'usr.sbin/kbdcontrol/lex.h')
-rw-r--r--usr.sbin/kbdcontrol/lex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/kbdcontrol/lex.h b/usr.sbin/kbdcontrol/lex.h
index 3663952..f188d51 100644
--- a/usr.sbin/kbdcontrol/lex.h
+++ b/usr.sbin/kbdcontrol/lex.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: lex.h,v 1.4 1997/02/22 16:05:57 peter Exp $
+ * $Id: lex.h,v 1.5 1998/01/07 08:43:27 yokota Exp $
*/
#define TNOP 256
@@ -52,6 +52,7 @@
#define TBTAB 277
#define TSUSP 278
#define TACC 279
+#define TSPSC 280
extern int number;
extern char letter;
OpenPOWER on IntegriCloud