From 0aa4f25b79210adba71044d7536f78537c7b1bc9 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 25 Feb 2009 23:18:50 +0000 Subject: More list work. --- term.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'term.h') diff --git a/term.h b/term.h index fcf45e40..22fddd18 100644 --- a/term.h +++ b/term.h @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.10 2009/02/25 17:02:47 kristaps Exp $ */ +/* $Id: term.h,v 1.11 2009/02/25 23:18:50 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -38,6 +38,7 @@ struct termp { #define TERMP_LITERAL (1 << 5) /* Literal words. */ #define TERMP_IGNDELIM (1 << 6) /* Delims like regulars. */ #define TERMP_NONOSPACE (1 << 7) /* No space (no autounset). */ +#define TERMP_NORPAD (1 << 8) /* No rightpad. */ char *buf; }; -- cgit v1.2.3