You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an idea for a new feature for jQuery Terminal
There should be an API that return the number of lines printed on the terminal.
It should take outputLimit into account. The easiest is to just use jQuery find() to count the number of nodes, or maybe store the number of printed lines in a variable.
The text was updated successfully, but these errors were encountered:
I have an idea for a new feature for jQuery Terminal
There should be an API that return the number of lines printed on the terminal.
It should take
outputLimit
into account. The easiest is to just use jQuery find() to count the number of nodes, or maybe store the number of printed lines in a variable.The text was updated successfully, but these errors were encountered: