This is a summary of the work I did for the zulip server and web application as a part of Google Summer of Code 2024.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "\033[0m" // Reset all text attributes to default | |
| "\033[1m" // Bold on | |
| "\033[2m" // Faint off | |
| "\033[3m" // Italic on | |
| "\033[4m" // Underline on | |
| "\033[5m" // Slow blink on | |
| "\033[6m" // Rapid blink on | |
| "\033[7m" // Reverse video on | |
| "\033[8m" // Conceal on | |
| "\033[9m" // Crossed-out on |
