Processing - greywolf001au/termhelper GitHub Wiki

Command processing can be toggled on and off throughout your application by changing the processing setting using the following code:

term.set('settings','processing', true);

or

term.set('settings','processing', false);

Processing of a blank line will by default give a new prompt without the invalid command being output. This can be toggled on and off by changing the proc_blank_line setting.

term.set('settings','proc_blank_line',true);

or

term.set('settings','proc_blank_line',false);

Contents