Add DIM and ITALIC style attributes #74
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Trying to keep teapot and fteapot abreast: DIM is an option in curses, can mock it up in fteapot by averaging the foreground with the background. Italic is an option in FLTK, will have to render in teapot by bracketing the value with * characters.
In making these changes, try to minimize code replication; possibly collapse existing code?