mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-12 07:40:16 +01:00
Update box design 'right', undeprecate
I still don't like it, but it shows a particular kind of box that has only a right side, which is good on a technical level.
This commit is contained in:
parent
6039b059da
commit
542e6bd4dd
14
boxes-config
14
boxes-config
@ -1445,22 +1445,22 @@ BOX right
|
||||
|
||||
author "Thomas Jensen"
|
||||
designer "Thomas Jensen"
|
||||
revision "1.0"
|
||||
revdate "June 17, 1999 (Thursday, 19:59h)"
|
||||
revision "1.1"
|
||||
revdate "April 3, 2021 (Saturday, 21:13h)"
|
||||
created "June 17, 1999 (Thursday, 19:59h)"
|
||||
tags "simple, programming, comment, deprecated"
|
||||
tags "simple, programming, comment"
|
||||
|
||||
sample
|
||||
This can be used for marking code changes with your initials
|
||||
(I don't like it, but some people work this way):
|
||||
|
||||
for (j=0; j<blank_count; ++j) /*@TJ@*/
|
||||
fprintf (opt.outfile, "\n"); /*@TJ@*/
|
||||
blank_count = 0; /*@TJ@*/
|
||||
for (j=0; j<blank_count; ++j) /* XX */
|
||||
fprintf (opt.outfile, "\n"); /* XX */
|
||||
blank_count = 0; /* XX */
|
||||
ends
|
||||
|
||||
shapes {
|
||||
e ("/*@TJ@*/")
|
||||
e ("/* XX */")
|
||||
}
|
||||
|
||||
padding { right 4 }
|
||||
|
@ -6,8 +6,8 @@ foo
|
||||
bar
|
||||
:OUTPUT-FILTER
|
||||
:EXPECTED
|
||||
foo /*@TJ@*/
|
||||
/*@TJ@*/
|
||||
bar /*@TJ@*/
|
||||
foo /* XX */
|
||||
/* XX */
|
||||
bar /* XX */
|
||||
0 0 -1 0
|
||||
:EOF
|
||||
|
Loading…
Reference in New Issue
Block a user