jcubic / jquery.terminal

jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands
https://terminal.jcubic.pl
MIT License
3.11k stars 569 forks source link

Add reverse style to formatting #943

Closed jcubic closed 4 months ago

jcubic commented 4 months ago

I have an idea for a new feature for jQuery Terminal

You should be able to echo:

[[r;;]message]

or

[[;red;]hello [[r;;]world]]

in the First example, it should display black text and gray background and in the second example, it should print hello in red color and world as red background.