-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Issue #313 document terminal constructor #321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Are these intended to be the supported options for get/setOption as well? |
Set `term.geometry` on terminal creation and on resize
a7afb04 to
a9417c6
Compare
|
@blink1073 definitely. Whatever option is supported in the constructor should be supported in |
|
@parisk geometry/cols/rows would need special handling in |
|
Let's put |
|
Perhaps a note in |
|
And does this mean that the rest of |
|
@blink1073 only what is documented in http://xtermjs.org/docs/ should be considered part of the public API. |
|
Thank you for clarifying. I ask because I wrote the TypeScript type declarations file for xterm on DefinitelyTyped, and will update it once the options are finalized. |
|
Ping @Tyriar for a code review, when it's OK for you. |
|
Thanks :-) |
|
What about leaving geometry out of the equation? On Sun, 23 Oct 2016 at 17:33, Daniel Imms [email protected] wrote:
SourceLair, Private Company |
Document the options of the terminal constructor.
Closes #313 in combination with xtermjs/xtermjs.org#5.