Commit Graph

  • 8007aa8ee7 automatically find screen if we are using multiple. Christopher Jeffrey 2015-08-05 05:00:14 -07:00
  • a9fb228f23 add program.index. Christopher Jeffrey 2015-08-05 04:39:48 -07:00
  • 7351c8a716 set screen.index. Christopher Jeffrey 2015-08-05 04:34:18 -07:00
  • 86fb0582cc do not default to program.global. Christopher Jeffrey 2015-08-05 03:49:41 -07:00
  • ee31799e7f use _owrite instead of output.write. Christopher Jeffrey 2015-08-05 03:27:24 -07:00
  • 2b26fe9952 minor: readme. Christopher Jeffrey 2015-08-02 01:57:00 -07:00
  • aa23f346d9 readme. package. Christopher Jeffrey 2015-08-02 01:56:26 -07:00
  • 89afe613ad readme: remove blessed changes finally. Christopher Jeffrey 2015-07-31 20:49:41 -07:00
  • 5cb517e3f8 readme Christopher Jeffrey 2015-07-31 20:48:56 -07:00
  • 17f7d7bf31 readme: minor. Christopher Jeffrey 2015-07-31 02:17:34 -07:00
  • fb2cc6a205 readme: screen options. Christopher Jeffrey 2015-07-31 02:14:38 -07:00
  • 8b81eb7299 v0.1.20 v0.1.20 Christopher Jeffrey 2015-07-31 00:15:24 -07:00
  • af2a42423b remove backward compat tty helpers. Christopher Jeffrey 2015-07-31 00:09:46 -07:00
  • b4fb673943 Revert "support node v0.6.x." Christopher Jeffrey 2015-07-31 00:09:01 -07:00
  • ce59050ded support node v0.6.x. Christopher Jeffrey 2015-07-30 23:54:24 -07:00
  • 53f3d002b0 require node >=v0.8.0. Christopher Jeffrey 2015-07-30 23:53:37 -07:00
  • be8ad38e6c check for setRawMode on spawn(). Christopher Jeffrey 2015-07-30 23:43:47 -07:00
  • bdb3f098ca improve backward compat with node <=0.6.0. Christopher Jeffrey 2015-07-30 23:41:20 -07:00
  • 29f70f11f9 v0.1.19 v0.1.19 Christopher Jeffrey 2015-07-30 23:08:47 -07:00
  • 103ce24787 helpers to potentially support node <=0.6.0. Christopher Jeffrey 2015-07-30 23:07:23 -07:00
  • b0d0063b1c support node <=0.8.0. Christopher Jeffrey 2015-07-30 22:55:05 -07:00
  • 33db6f4a31 v0.1.18 v0.1.18 Christopher Jeffrey 2015-07-30 20:38:00 -07:00
  • 3ff6c4e5fb fix property name collision if input/output is a socket. Christopher Jeffrey 2015-07-30 18:17:58 -07:00
  • fe1f470995 allow focusing of detached children still. Christopher Jeffrey 2015-07-30 17:58:30 -07:00
  • 22469380e2 fix focus error. fix table setData error. fixes #160. Christopher Jeffrey 2015-07-30 17:55:40 -07:00
  • ad3a5ae7f9 v0.1.17 v0.1.17 Christopher Jeffrey 2015-07-30 05:08:26 -07:00
  • dc95fc6e3c fix terminal element clearing. Christopher Jeffrey 2015-07-30 05:08:04 -07:00
  • eeb9038d1e v0.1.16 v0.1.16 Christopher Jeffrey 2015-07-30 03:49:28 -07:00
  • f8fd4253f2 remove listeners property on screen.destroy and program.destroy. fix ignoreLocked. Christopher Jeffrey 2015-07-29 19:56:54 -07:00
  • debbc864e4 handle destroy methods better: stop all polling on the event loop. Christopher Jeffrey 2015-07-29 19:20:53 -07:00
  • 1628e7d629 force unicode when browserified for now. see #158. Christopher Jeffrey 2015-07-28 03:55:30 -07:00
  • 6e409f2789 add forceUnicode option. see #158. Christopher Jeffrey 2015-07-28 03:53:13 -07:00
  • 0f655de980 terminal: minor fix for clear screen. Christopher Jeffrey 2015-07-28 03:05:14 -07:00
  • 852d780990 fix: set table cell border lines to dirty before rendering. Christopher Jeffrey 2015-07-28 02:43:29 -07:00
  • 141c5a6eab minor fix for bin/tput.js. Christopher Jeffrey 2015-07-27 21:46:54 -07:00
  • 78b858742b fix tput.js for browserifying. fixes #158 again. Christopher Jeffrey 2015-07-27 21:42:33 -07:00
  • 80f91fad5a refactor shrink so is possible. refactor-shrink Christopher Jeffrey 2015-07-22 05:36:25 -07:00
  • 18f3dfcc99 more browserify refactoring. #158. Christopher Jeffrey 2015-07-26 17:48:22 -07:00
  • 956836a9ed refactor browserify fix. see #158. Christopher Jeffrey 2015-07-26 17:46:18 -07:00
  • a42f512c44 refactor browserify fix. see #158. Christopher Jeffrey 2015-07-26 16:29:34 -07:00
  • 901595077f cleanup browserify transform. fixes #158. Christopher Jeffrey 2015-07-26 13:52:40 -07:00
  • b46003799d less insane browserify workaround. see #158. Christopher Jeffrey 2015-07-26 13:50:40 -07:00
  • fa080e6546 browserify workaround to avoid changing code. see #158. Christopher Jeffrey 2015-07-26 13:35:39 -07:00
  • 58a6b6c242 v0.1.15 v0.1.15 Christopher Jeffrey 2015-07-23 02:00:38 -07:00
  • ffb611e383 minor fix for dockable borders. Christopher Jeffrey 2015-07-23 02:00:17 -07:00
  • 82d4355517 reduce color in program._attr. Christopher Jeffrey 2015-07-22 08:32:22 -07:00
  • e506412f93 rename program.list. Christopher Jeffrey 2015-07-22 08:07:52 -07:00
  • 797dcc2369 do not use nextTick to wait for flush. Christopher Jeffrey 2015-07-22 06:03:40 -07:00
  • da59a32ac5 fix iteration through programs on events. see #157. Christopher Jeffrey 2015-07-22 05:52:32 -07:00
  • e35811ae97 allow multiple programs to use the same streams correctly. see #157. Christopher Jeffrey 2015-07-22 05:43:50 -07:00
  • 5e31eb1370 add padding to warning window. Christopher Jeffrey 2015-07-22 05:35:17 -07:00
  • 989157dcce fix alignment when width is shrunken. Christopher Jeffrey 2015-07-22 05:08:05 -07:00
  • f026de2e52 make _twrite() wait for the first bytes to be output. Christopher Jeffrey 2015-07-22 04:51:54 -07:00
  • bb83be4b47 fix padding for labels. Christopher Jeffrey 2015-07-22 04:38:27 -07:00
  • 600cb85909 fix regression from fix for #152. Christopher Jeffrey 2015-07-22 02:46:30 -07:00
  • 672efc5a3f Revert "fix: ListTable without borders. fixes #152." Christopher Jeffrey 2015-07-22 02:31:45 -07:00
  • d64e5f04ff improve window title grabbing. Christopher Jeffrey 2015-07-21 21:26:40 -07:00
  • 797feb6ab1 refactor listen. Christopher Jeffrey 2015-07-21 20:11:20 -07:00
  • 2072968e03 refactor title reset. Christopher Jeffrey 2015-07-21 20:06:50 -07:00
  • 0cf4934ac1 refactor listen input and listen output into separate methods. Christopher Jeffrey 2015-07-21 20:03:26 -07:00
  • ef0a6af11a more readme additions. Christopher Jeffrey 2015-07-21 19:57:11 -07:00
  • 5c51bfe412 update and fix readme. Christopher Jeffrey 2015-07-21 19:35:19 -07:00
  • 96b917efe1 enable warnings for all tests. Christopher Jeffrey 2015-07-21 19:23:57 -07:00
  • f0556b500b fix transparency when used with valign. Christopher Jeffrey 2015-07-21 19:12:54 -07:00
  • 1e57352eee add warnings for no isatty(), and bad terminfo. Christopher Jeffrey 2015-07-21 19:10:46 -07:00
  • c488c08501 prevent memory leaks when using multiple screens. see #157. Christopher Jeffrey 2015-07-21 19:02:08 -07:00
  • 44017d988b more tmux 2.0 workarounds. Christopher Jeffrey 2015-07-20 04:02:43 -07:00
  • a04c944069 v0.1.14 v0.1.14 Christopher Jeffrey 2015-07-19 05:26:37 -07:00
  • f7c1ba52a3 fix implicit global. Christopher Jeffrey 2015-07-19 05:26:25 -07:00
  • 881fb50681 v0.1.13 v0.1.13 Christopher Jeffrey 2015-07-19 05:24:10 -07:00
  • 6d163377ff improve version check. Christopher Jeffrey 2015-07-19 05:20:11 -07:00
  • 211fcd3b4c revert readme. Christopher Jeffrey 2015-07-19 05:14:41 -07:00
  • 415b35e7ee fix tmux passthrough. Christopher Jeffrey 2015-07-19 04:59:16 -07:00
  • 940bf564a4 refactor: rename "isTMUX". Christopher Jeffrey 2015-07-19 03:47:05 -07:00
  • 9cdba8979a no tmux checking code seems necessary. see #145. Christopher Jeffrey 2015-07-19 03:26:30 -07:00
  • c766a2dc5c panes do not seem to matter. tmux still handles this. see #145. Christopher Jeffrey 2015-07-19 03:23:35 -07:00
  • abf7ab2409 tmux "all motion" workaround. see #145. Christopher Jeffrey 2015-07-19 03:20:25 -07:00
  • be6d556e94 update faq: mention tmux all-motion removal. Christopher Jeffrey 2015-07-18 17:58:06 -07:00
  • fcafb31a83 v0.1.12 v0.1.12 Christopher Jeffrey 2015-07-18 15:21:42 -07:00
  • 1d05e3d265 optimize tng for disposeOp=2. Christopher Jeffrey 2015-07-18 15:18:57 -07:00
  • d2a2847506 update tng. Christopher Jeffrey 2015-07-18 15:10:25 -07:00
  • cd1599e833 update readme. Christopher Jeffrey 2015-07-18 14:55:33 -07:00
  • 2b21fcd164 rename itype to type. Christopher Jeffrey 2015-07-18 14:40:51 -07:00
  • 72ddc05fd1 allow appending of listbar items while detached. fixes #148. Christopher Jeffrey 2015-07-17 18:52:07 -07:00
  • 67b6674558 v0.1.11 v0.1.11 Christopher Jeffrey 2015-07-17 03:18:22 -07:00
  • b9005e6bfe minor fixes for ANSIImage. Christopher Jeffrey 2015-07-17 03:17:59 -07:00
  • 97d72926a5 minor: whitespace. Christopher Jeffrey 2015-07-17 03:14:45 -07:00
  • 6f2c2105a2 v0.1.10-1 v0.1.10-1 Christopher Jeffrey 2015-07-17 03:12:03 -07:00
  • 4fa34aa538 add widget name aliases. Christopher Jeffrey 2015-07-17 03:11:21 -07:00
  • 89debe2577 add more ansii image methods for animation. fix test. Christopher Jeffrey 2015-07-17 03:06:33 -07:00
  • 2a8f232d18 fix readme faq. Christopher Jeffrey 2015-07-17 02:57:38 -07:00
  • 281a8a2e8b v0.1.10 v0.1.10 Christopher Jeffrey 2015-07-16 20:13:06 -07:00
  • ea8c671251 update tng. Christopher Jeffrey 2015-07-16 20:09:02 -07:00
  • 78fad856b6 fix w3m image test. Christopher Jeffrey 2015-07-16 20:04:03 -07:00
  • 81082488f9 add ansiimage and overlay image. fixes #153. Christopher Jeffrey 2015-07-16 03:19:45 -07:00
  • b53835c147 allow additions to ListBar while it is detached. see #148. Christopher Jeffrey 2015-07-16 01:03:11 -07:00
  • 89f54e3be4 fix: ListTable without borders. fixes #152. Christopher Jeffrey 2015-07-16 00:50:05 -07:00
  • ffb657ba1b minor fix. refactor. Christopher Jeffrey 2015-07-14 16:24:06 -07:00
  • abdd0a8c89 rename - work. Christopher Jeffrey 2015-07-12 05:19:00 -07:00
  • aa9a85be9d whitespace Christopher Jeffrey 2015-07-12 03:15:13 -07:00