From c893b75d7cad884ccefc3eea9dfbadad6577fdea Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 28 Sep 2014 20:14:20 +0000 Subject: Change "to" and "from" commands to use munder, mover, and munderover. --- html.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'html.h') diff --git a/html.h b/html.h index 03bcb8e1..f3110eaf 100644 --- a/html.h +++ b/html.h @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.63 2014/09/28 11:33:15 kristaps Exp $ */ +/* $Id: html.h,v 1.64 2014/09/28 20:14:20 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -63,6 +63,9 @@ enum htmltag { TAG_MTABLE, TAG_MTR, TAG_MTD, + TAG_MUNDEROVER, + TAG_MUNDER, + TAG_MOVER, TAG_MAX }; -- cgit v1.2.3