Commit Graph

1163 Commits

Author SHA1 Message Date
Christopher Jeffrey 2b26fe9952 minor: readme. 2015-08-02 01:57:00 -07:00
Christopher Jeffrey aa23f346d9 readme. package. 2015-08-02 01:56:26 -07:00
Christopher Jeffrey 89afe613ad readme: remove blessed changes finally. 2015-07-31 20:49:41 -07:00
Christopher Jeffrey 5cb517e3f8 readme 2015-07-31 20:48:56 -07:00
Christopher Jeffrey 17f7d7bf31 readme: minor. 2015-07-31 02:17:34 -07:00
Christopher Jeffrey fb2cc6a205 readme: screen options. 2015-07-31 02:14:38 -07:00
Christopher Jeffrey 8b81eb7299 v0.1.20 2015-07-31 00:15:24 -07:00
Christopher Jeffrey af2a42423b remove backward compat tty helpers. 2015-07-31 00:09:46 -07:00
Christopher Jeffrey b4fb673943 Revert "support node v0.6.x."
This reverts commit ce59050ded.
2015-07-31 00:09:01 -07:00
Christopher Jeffrey ce59050ded support node v0.6.x. 2015-07-30 23:54:24 -07:00
Christopher Jeffrey 53f3d002b0 require node >=v0.8.0. 2015-07-30 23:53:37 -07:00
Christopher Jeffrey be8ad38e6c check for setRawMode on spawn(). 2015-07-30 23:43:47 -07:00
Christopher Jeffrey bdb3f098ca improve backward compat with node <=0.6.0. 2015-07-30 23:41:20 -07:00
Christopher Jeffrey 29f70f11f9 v0.1.19 2015-07-30 23:08:47 -07:00
Christopher Jeffrey 103ce24787 helpers to potentially support node <=0.6.0. 2015-07-30 23:07:23 -07:00
Christopher Jeffrey b0d0063b1c support node <=0.8.0. 2015-07-30 22:55:05 -07:00
Christopher Jeffrey 33db6f4a31 v0.1.18 2015-07-30 20:38:00 -07:00
Christopher Jeffrey 3ff6c4e5fb fix property name collision if input/output is a socket. 2015-07-30 18:17:58 -07:00
Christopher Jeffrey fe1f470995 allow focusing of detached children still. 2015-07-30 17:58:30 -07:00
Christopher Jeffrey 22469380e2 fix focus error. fix table setData error. fixes #160. 2015-07-30 17:55:40 -07:00
Christopher Jeffrey ad3a5ae7f9 v0.1.17 2015-07-30 05:08:26 -07:00
Christopher Jeffrey dc95fc6e3c fix terminal element clearing. 2015-07-30 05:08:04 -07:00
Christopher Jeffrey eeb9038d1e v0.1.16 2015-07-30 03:49:28 -07:00
Christopher Jeffrey f8fd4253f2 remove listeners property on screen.destroy and program.destroy. fix ignoreLocked. 2015-07-29 21:28:36 -07:00
Christopher Jeffrey debbc864e4 handle destroy methods better: stop all polling on the event loop. 2015-07-29 19:20:53 -07:00
Christopher Jeffrey 1628e7d629 force unicode when browserified for now. see #158. 2015-07-28 03:55:30 -07:00
Christopher Jeffrey 6e409f2789 add forceUnicode option. see #158. 2015-07-28 03:53:13 -07:00
Christopher Jeffrey 0f655de980 terminal: minor fix for clear screen. 2015-07-28 03:05:14 -07:00
Christopher Jeffrey 852d780990 fix: set table cell border lines to dirty before rendering. 2015-07-28 02:43:29 -07:00
Christopher Jeffrey 141c5a6eab minor fix for bin/tput.js. 2015-07-27 21:46:54 -07:00
Christopher Jeffrey 78b858742b fix tput.js for browserifying. fixes #158 again. 2015-07-27 21:42:33 -07:00
Christopher Jeffrey 18f3dfcc99 more browserify refactoring. #158. 2015-07-26 17:48:22 -07:00
Christopher Jeffrey 956836a9ed refactor browserify fix. see #158. 2015-07-26 17:46:18 -07:00
Christopher Jeffrey a42f512c44 refactor browserify fix. see #158. 2015-07-26 16:29:34 -07:00
Christopher Jeffrey 901595077f cleanup browserify transform. fixes #158. 2015-07-26 13:52:46 -07:00
Christopher Jeffrey b46003799d less insane browserify workaround. see #158. 2015-07-26 13:50:40 -07:00
Christopher Jeffrey fa080e6546 browserify workaround to avoid changing code. see #158. 2015-07-26 13:35:39 -07:00
Christopher Jeffrey 58a6b6c242 v0.1.15 2015-07-23 02:00:38 -07:00
Christopher Jeffrey ffb611e383 minor fix for dockable borders. 2015-07-23 02:00:17 -07:00
Christopher Jeffrey 82d4355517 reduce color in program._attr. 2015-07-22 08:32:22 -07:00
Christopher Jeffrey e506412f93 rename program.list. 2015-07-22 08:07:52 -07:00
Christopher Jeffrey 797dcc2369 do not use nextTick to wait for flush. 2015-07-22 06:03:40 -07:00
Christopher Jeffrey da59a32ac5 fix iteration through programs on events. see #157. 2015-07-22 05:52:32 -07:00
Christopher Jeffrey e35811ae97 allow multiple programs to use the same streams correctly. see #157. 2015-07-22 05:45:26 -07:00
Christopher Jeffrey 5e31eb1370 add padding to warning window. 2015-07-22 05:35:17 -07:00
Christopher Jeffrey 989157dcce fix alignment when width is shrunken. 2015-07-22 05:08:05 -07:00
Christopher Jeffrey f026de2e52 make _twrite() wait for the first bytes to be output. 2015-07-22 05:04:24 -07:00
Christopher Jeffrey bb83be4b47 fix padding for labels. 2015-07-22 04:38:27 -07:00
Christopher Jeffrey 600cb85909 fix regression from fix for #152. 2015-07-22 02:46:30 -07:00
Christopher Jeffrey 672efc5a3f Revert "fix: ListTable without borders. fixes #152."
This reverts commit 89f54e3be4.
2015-07-22 02:31:45 -07:00