summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-01-30 14:54:54 +0000
committerwlemb <wlemb>2001-01-30 14:54:54 +0000
commitadce127b73f77d2d4cae5c8273c934e657995a4b (patch)
treebfdf029d56269211b2f5f2c428b190277f2959b6 /NEWS
parent2aba66faa996303a1e0bdff93517db951e8c0dc0 (diff)
downloadgroff-adce127b73f77d2d4cae5c8273c934e657995a4b.tar.gz
Implemented new read-only number register `.linetabs' which returns
1 if in line-tabs mode, 0 otherwise. * env.h (environment): Add get_line_tabs() member. * env.cc (get_line_tabs): New function. * init_env_requests: Use it. * NEWS, src/roff/troff/troff.man, man/groff.man: Document it. * VERSION, REVISION: Changing to 1.17.0.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 00882b58..e56e9a4c 100644
--- a/NEWS
+++ b/NEWS
@@ -108,6 +108,9 @@ o The new request `linetabs' controls the `line-tabs' mode. In line-tabs
a b c
+ The new read-only number register `.linetabs' returns 1 if in line-tabs
+ mode, and 0 otherwise.
+
o Two new requests `tm1' and `tmc' have been added to improve writing
messages to the terminal. `tm1' is similar to `tm' but allows leading
whitespace. `tmc' is similar to `tm1' but doesn't emit a final newline.