mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Add @param to setOption
This commit is contained in:
@@ -359,6 +359,8 @@ Terminal.prototype.focus = function() {
|
||||
|
||||
/**
|
||||
* Sets an option on the terminal.
|
||||
* @param {string} key The option key.
|
||||
* @param {string} value The option value.
|
||||
*/
|
||||
Terminal.prototype.setOption = function(key, value) {
|
||||
if (!(key in Terminal.defaults)) {
|
||||
|
||||
Reference in New Issue
Block a user