]> git.proxmox.com Git - mirror_xterm.js.git/history - src/term.js
add clipboard support for selections.
[mirror_xterm.js.git] / src / term.js
2013-08-17 Christopher Jeffreyadd clipboard support for selections.
2013-08-17 Christopher Jeffreymore selection mode work.
2013-08-17 Christopher Jeffreyadd selection mode.
2013-08-17 Christopher Jeffreycomments.
2013-08-16 Christopher Jeffreyfix option defaults.
2013-08-16 Christopher Jeffreymove paste listener.
2013-08-14 Christopher Jeffreylisten for paste event on window.
2013-08-14 Christopher Jeffreyfix term.reset().
2013-08-14 Christopher Jeffreyfix wide char support. regex does not work.
2013-08-14 Christopher Jeffreyenable wide-char handling.
2013-08-14 Christopher Jeffreyrefactor of open. potential fix for ipad.
2013-08-14 Christopher Jeffreyadd allowKeyPaste option.
2013-08-14 Christopher Jeffreyfix initGlobal.
2013-08-13 Christopher Jeffreybetter options handling.
2013-08-13 Christopher Jeffreymove lib/term.js to src/term.js.