Commit Graph

243 Commits

Author SHA1 Message Date
paris
04d7bd4401 Updated version in bower.json 2014-04-08 14:02:12 +00:00
paris
a89ba918fd bower.json ignores .gitignore 2014-04-08 13:59:42 +00:00
paris
473d45f425 Copy and Paste seem to work. 2014-04-08 09:39:27 +00:00
paris
e2c2630873 Fixed sending data when Cmd is pressed 2014-04-08 09:34:28 +00:00
paris
31161ffee8 Progress with handling copy 2014-04-08 08:44:00 +00:00
paris
782d4f9396 Removed prefix mode and select mode 2014-03-28 15:54:57 +00:00
paris
731ffe1a75 Textarea for key handling works
Copy and paste need rework.
2014-03-26 19:38:00 +00:00
paris
5fd1948b9e Started working on textarea helper 2014-03-26 18:01:52 +00:00
paris
5a9e243a14 Introduced rowContainer and insertRow
- Introduced rowContainer so as to separates lines from future
  assistive elements (like an input field to capture DOM events)
- Introduced insertRow for inserting new rows in the container
- Cleaned up a lot of —yet— useless methods.
2014-03-26 17:38:47 +00:00
paris
9c163528d9 Replaced offsetWidth with scrollWidth 2014-03-25 22:10:24 +00:00
paris
79758ecb83 Added ignored dirs to bower 2014-03-25 22:03:51 +00:00
paris
c5af94bb36 Added bower.json 2014-03-25 21:57:23 +00:00
paris
dc3946f6da Implemented Terminal.prototype.fit
Implemented fit method for Terminal objects, which:
  - Fits the terminal's columns to its parent element width
  - Fits the terminal's rows to its parent element height
2014-03-25 19:18:19 +00:00
paris
725e9423be Added resizing event 2014-03-25 17:49:07 +00:00
paris
aa288aeb99 Started documentation 2014-03-25 17:39:10 +00:00
paris
77b1757c79 Tiny fixes 2014-03-24 19:51:08 +00:00
paris
dfa45739e4 Removed tag 2014-03-24 18:12:02 +00:00
paris
46bb446e57 Improved example 2014-03-24 18:11:23 +00:00
paris
3d680e1cb7 Started implementing theming. 2014-03-24 17:56:49 +00:00
paris
7c6d4d4e3c Implemented default terminal colors in CSS 2014-03-24 17:24:12 +00:00
paris
06403fd6c8 Keyboard events are not being cancelled by default now. 2014-03-24 17:10:18 +00:00
paris
7a6fb27a53 Amended some default styling/befavior
- cursorBlink is not default from now on
- added some custom behavior in the demo
2014-03-24 16:53:33 +00:00
paris
0ae4b803cf Moved some styling from xterm.js to xterm.css 2014-03-24 16:35:10 +00:00
paris
c5ae1cea18 Started new example page 2014-03-24 16:29:06 +00:00
paris
5af18f8e48 Tiny changes 2014-03-24 16:17:33 +00:00
paris
06e24b6fe2 Updated license in README.md 2014-03-24 16:15:02 +00:00
paris
b621669af4 Updated LICENSE and REAMDE
Also removed useless files.
2014-03-24 16:11:27 +00:00
Christopher Jeffrey
36c6036d67 Merge pull request #13 from risacher/resize-reset
Fix chjj/tty.js#99, chjj/term.js#10; reset() should preserve existing geometry
2014-01-03 10:10:15 -08:00
Christopher Jeffrey
4f8c8bf778 Merge pull request #16 from aus/master
Disable autocapitalize and autocorrect for iPad and iPhone devices
2013-12-22 18:44:05 -08:00
Austin Robertson
6d46d3aa77 disable autocapitalize and autocorrect in fixIpad 2013-12-22 20:37:48 -06:00
Christopher Jeffrey
ff1211b5c6 Merge pull request #15 from aus/master
enable iPad fix on iPhone user agent
2013-12-22 18:31:16 -08:00
Austin Robertson
d8edf7d24f enable iPad fix on iPhone user agent 2013-12-22 20:01:02 -06:00
Daniel Risacher
6990257df6 reset() should preserve existing geometry (rows/cols) 2013-12-12 13:19:12 -05:00
Christopher Jeffrey
c877f54e7f Merge pull request #12 from risacher/emacs-fix
Fix issue chjj/tty.js#59
2013-12-05 16:48:21 -08:00
Daniel Risacher
a4607f90e2 Fix issue chjj/tty.js#59
^[[>##m and ^[[>##n are legal escape sequences, but were being parsed as if they were ^[[##m or ^[[##n. Added a test for prefix character ('>'
is the only legal one)  See http://invisible-island.net/xterm/ctlseqs/ctlseqs.html, codes for CSI > P s ; P s m

If the prefix char is present, ignores the control sequence, since that code isn't implemented.
2013-12-05 14:56:45 -05:00
Christopher Jeffrey
0e8a2c3704 fix CLA. 2013-12-04 06:38:02 -06:00
Christopher Jeffrey
8ac7a6eb0b add CLA to readme. 2013-12-04 06:31:08 -06:00
Christopher Jeffrey
a8f02531a2 update example. 2013-12-04 06:31:08 -06:00
Christopher Jeffrey
a499fb4b16 middleware options. 2013-12-04 06:31:08 -06:00
Christopher Jeffrey
5bfa17b0b9 allow escape or q to leave modes. 2013-12-04 06:31:08 -06:00
Christopher Jeffrey
8f609bcbcd fix b/B, ^/0, and h commands for visual mode. minor. 2013-12-04 06:31:08 -06:00
Christopher Jeffrey
df5d25e45e fix color inversion for css. 2013-12-04 06:31:08 -06:00
Christopher Jeffrey
0299c3bd48 Merge pull request #8 from carsonoid/master
Added arrow key support for selection and visual mode
2013-10-16 08:41:06 -07:00
Carson Anderson
9a6d749fb1 Added arrow key support for selection and visual mode 2013-10-16 09:31:41 -06:00
Christopher Jeffrey
e11208f5bd more css color work. 2013-08-26 22:14:07 -05:00
Christopher Jeffrey
0152104b5f rename bg/fg vars. 2013-08-26 21:54:25 -05:00
Christopher Jeffrey
af76e74135 comment for potential css colors. 2013-08-26 21:52:25 -05:00
Christopher Jeffrey
04198dc09a v0.0.3 2013-08-24 23:43:42 -05:00
Christopher Jeffrey
86eeaf83ed remove allowKeyPaste. 2013-08-18 14:16:02 -05:00
Christopher Jeffrey
5d3f878632 fix selectText. 2013-08-18 11:14:41 -05:00