jcubic / jquery.terminal

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

inherit style in nesting formatting #616

Closed jcubic closed 3 years ago

jcubic commented 4 years ago

I have idea for a new feature for jQuery Terminal

It was requested some time ago and the demo was created:

https://codepen.io/jcubic/pen/dybMBOp

it should be integrated with the terminal, it will be better to enable this with option.

jcubic commented 4 years ago

It seems that the feature was added in version 2.8.0.

You only need:

$.terminal.nested_formatting.__inherit__ = true;

https://codepen.io/jcubic/pen/MWybXZX?editors=0010