mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-20 17:58:56 +02: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"
|
author "Thomas Jensen"
|
||||||
designer "Thomas Jensen"
|
designer "Thomas Jensen"
|
||||||
revision "1.0"
|
revision "1.1"
|
||||||
revdate "June 17, 1999 (Thursday, 19:59h)"
|
revdate "April 3, 2021 (Saturday, 21:13h)"
|
||||||
created "June 17, 1999 (Thursday, 19:59h)"
|
created "June 17, 1999 (Thursday, 19:59h)"
|
||||||
tags "simple, programming, comment, deprecated"
|
tags "simple, programming, comment"
|
||||||
|
|
||||||
sample
|
sample
|
||||||
This can be used for marking code changes with your initials
|
This can be used for marking code changes with your initials
|
||||||
(I don't like it, but some people work this way):
|
(I don't like it, but some people work this way):
|
||||||
|
|
||||||
for (j=0; j<blank_count; ++j) /*@TJ@*/
|
for (j=0; j<blank_count; ++j) /* XX */
|
||||||
fprintf (opt.outfile, "\n"); /*@TJ@*/
|
fprintf (opt.outfile, "\n"); /* XX */
|
||||||
blank_count = 0; /*@TJ@*/
|
blank_count = 0; /* XX */
|
||||||
ends
|
ends
|
||||||
|
|
||||||
shapes {
|
shapes {
|
||||||
e ("/*@TJ@*/")
|
e ("/* XX */")
|
||||||
}
|
}
|
||||||
|
|
||||||
padding { right 4 }
|
padding { right 4 }
|
||||||
|
@ -6,8 +6,8 @@ foo
|
|||||||
bar
|
bar
|
||||||
:OUTPUT-FILTER
|
:OUTPUT-FILTER
|
||||||
:EXPECTED
|
:EXPECTED
|
||||||
foo /*@TJ@*/
|
foo /* XX */
|
||||||
/*@TJ@*/
|
/* XX */
|
||||||
bar /*@TJ@*/
|
bar /* XX */
|
||||||
0 0 -1 0
|
0 0 -1 0
|
||||||
:EOF
|
:EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user