Commit Graph

163 Commits

Author SHA1 Message Date
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
Christopher Jeffrey
e5636baa1d Merge branch 'select_mode' 2013-08-18 10:48:33 -05:00
Christopher Jeffrey
7484893695 options. events. readme. 2013-08-16 20:13:32 -05:00
Christopher Jeffrey
bcecbcd917 vim style selection+yanking. add props to constructor. 2013-08-16 20:13:32 -05:00
Christopher Jeffrey
9e6cb6b6b1 major clean up of modes. 2013-08-16 20:13:32 -05:00
Christopher Jeffrey
9d1a14d021 minor. rename variable. fix grabText. search keys. 2013-08-16 20:13:32 -05:00
Christopher Jeffrey
ee7498dff5 convert double equals to triple equals. 2013-08-16 20:13:31 -05:00
Christopher Jeffrey
c5e8a7ab62 add HML keys. fix search text selection. 2013-08-16 20:13:31 -05:00
Christopher Jeffrey
da887cf4a5 more prefix commands. 2013-08-16 20:13:31 -05:00
Christopher Jeffrey
cc7f4d0d7c add clipboard support for selections. 2013-08-16 20:13:31 -05:00
Christopher Jeffrey
ffcbfdecd8 more selection mode work. 2013-08-16 20:13:31 -05:00
Christopher Jeffrey
0d60718f98 add selection mode. 2013-08-16 20:13:31 -05:00
Christopher Jeffrey
2eb1a7bdd8 comments. 2013-08-16 20:12:05 -05:00
Christopher Jeffrey
844c4d729c fix option defaults. 2013-08-16 15:28:51 -05:00
Christopher Jeffrey
214d3e09a5 move paste listener. 2013-08-15 21:30:31 -05:00
Christopher Jeffrey
6ea891a159 listen for paste event on window. 2013-08-14 17:30:05 -05:00
Christopher Jeffrey
616b25bab7 fix term.reset(). 2013-08-14 17:07:39 -05:00
Christopher Jeffrey
a7f5053194 fix wide char support. regex does not work. 2013-08-14 01:14:02 -05:00
Christopher Jeffrey
b5839cad96 enable wide-char handling. 2013-08-14 00:36:36 -05:00
Christopher Jeffrey
cd956bca1d refactor of open. potential fix for ipad. 2013-08-14 00:29:57 -05:00
Christopher Jeffrey
349daf25bf add allowKeyPaste option. 2013-08-13 23:57:33 -05:00
Christopher Jeffrey
48ab1714e6 fix initGlobal. 2013-08-13 21:51:40 -05:00
Christopher Jeffrey
86dad1b087 better options handling. 2013-08-13 17:20:55 -05:00
Christopher Jeffrey
6e375ccc33 move lib/term.js to src/term.js. 2013-08-13 09:51:58 -05:00
Christopher Jeffrey
3b322929c6 add a default style option. 2013-08-11 09:32:17 -05:00
Christopher Jeffrey
791127bc88 fix benchmark. 2013-08-11 05:30:04 -05:00
Christopher Jeffrey
15f6833598 fix inverse. refactor charAttributes. 2013-08-11 04:07:20 -05:00
Christopher Jeffrey
848a838170 optimize widechar check. 2013-08-10 17:26:02 -05:00
Christopher Jeffrey
6efc4f0086 makefile. 2013-08-10 15:54:46 -05:00
Christopher Jeffrey
628af0532f deal with bad csr's. improve example. readme. 2013-08-10 15:39:28 -05:00
Christopher Jeffrey
49d3a20f3c mouse changes. 2013-08-10 14:40:32 -05:00