summaryrefslogtreecommitdiff
path: root/src/roff/troff/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/troff/TODO')
-rw-r--r--src/roff/troff/TODO6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/roff/troff/TODO b/src/roff/troff/TODO
index 6fd50ff3..79d84e29 100644
--- a/src/roff/troff/TODO
+++ b/src/roff/troff/TODO
@@ -24,7 +24,7 @@ decision of where to break the line.
Provide a mechanism to control the shape of the rag in non-justified
text.
-Add a discretionary break escape sequence. \B'...'...'...' like TeX.
+Add a discretionary break escape sequence. \='...'...'...' like TeX.
Think about kerning between characters and spaces. (Need to implement
get_breakpoints and split methods for kern_pair_node class.)
@@ -40,8 +40,6 @@ and has a non-zero hyphen-type. Then we ought to be able to hyphenate,
but we won't be able to because we will look for the hyphen only in
font S and not in font R.
-Variant of tm which doesn't write a newline.
-
Perhaps the current input level should be accessible in a number register.
Should \w deal with a newline like \X?
@@ -124,8 +122,6 @@ decrement when it's at the same input level as the request.
Don't ever change a charinfo. Create new variants instead and chain
them together.
-Make it possible to tr characters onto \~.
-
Unix troff appears to read the first character of a request name in
copy mode. Should we do the same?