Brian White
|
36fed3c12b
|
add /lib/terminfo to terminfo dir list
At least on Ubuntu, `/lib/terminfo` contains a smaller subset of terminfo files and is worth using in case none of the other directories don't exist.
|
2015-04-01 23:43:43 -04:00 |
Christopher Jeffrey
|
b34c90ee2b
|
minor.
|
2015-03-31 06:12:14 -07:00 |
Christopher Jeffrey
|
3dcc0b3d1b
|
minor bug fixes. handle tmux escaping.
|
2015-03-14 16:14:39 -07:00 |
Christopher Jeffrey
|
520dc08100
|
minor.
|
2015-02-22 12:59:53 -08:00 |
Christopher Jeffrey
|
02ca94a8d9
|
tput: debug info for {init,reset}_file. fix global var.
|
2015-02-21 13:52:39 -08:00 |
Christopher Jeffrey
|
594b0bd340
|
fix NCURSES_NO_UTF8_ACS handling.
|
2015-02-08 21:34:46 -08:00 |
Christopher Jeffrey
|
ac6b54c181
|
comments. license.
|
2015-02-01 07:22:39 -08:00 |
Christopher Jeffrey
|
436c81204f
|
include our own emitKeypressEvents. fixes #92.
|
2015-01-16 11:56:19 -08:00 |
Christopher Jeffrey
|
6a393f5a32
|
fix spacing in tput.js.
|
2013-12-04 06:34:17 -06:00 |
Christopher Jeffrey
|
353794224c
|
stop using termcap aliases.
|
2013-08-29 21:55:36 -05:00 |
Christopher Jeffrey
|
a14650860d
|
fix terminfo operators. fixes #19.
|
2013-08-29 17:47:14 -05:00 |
Christopher Jeffrey
|
97b6d6faee
|
cleanup _prefix and readTermcap.
|
2013-08-29 17:41:19 -05:00 |
Christopher Jeffrey
|
a1c91ccb99
|
cleanup.
|
2013-08-28 23:49:25 -05:00 |
Christopher Jeffrey
|
00ee15a32f
|
better terminfo/cap discovery. fixes #17.
|
2013-08-24 22:31:33 -05:00 |
Christopher Jeffrey
|
7b3557262f
|
check TERMINFO_DIRS correctly.
|
2013-08-11 23:13:28 -05:00 |
Christopher Jeffrey
|
980e65bd2c
|
try hex char representations for terminfo subdirectory. see #2.
|
2013-08-11 23:04:00 -05:00 |
Christopher Jeffrey
|
94bdb41dd1
|
fix readme. improve tput._print. refactor test/tput.js.
|
2013-08-08 06:19:44 -05:00 |
Christopher Jeffrey
|
6cb640c0e5
|
remove non-printable chars from comment.
|
2013-08-04 08:46:26 -05:00 |
Christopher Jeffrey
|
abd89d3aee
|
minor: fix indexOf call.
|
2013-08-04 08:40:53 -05:00 |
Christopher Jeffrey
|
4ad7d90c9d
|
mark acs as broken if the terminal uses the pc alt charset as acs.
|
2013-08-04 08:36:51 -05:00 |
Christopher Jeffrey
|
c05beb3059
|
setup method. use path.sep wherever possible. misc.
|
2013-08-04 08:13:01 -05:00 |
Christopher Jeffrey
|
c746cd7197
|
v0.0.20
|
2013-08-04 01:29:54 -05:00 |
mscdex
|
a1616aec0a
|
Better Windows support
|
2013-08-02 21:59:49 -04:00 |
Christopher Jeffrey
|
d63762fbe8
|
tput.js fixes.
|
2013-07-27 05:13:04 -05:00 |
Christopher Jeffrey
|
5e2f1061d1
|
misc - add a blessed.js file.
|
2013-07-24 14:41:02 -05:00 |
Christopher Jeffrey
|
77885514aa
|
go back to using arrays for out for now.
|
2013-07-23 03:29:37 -05:00 |
Christopher Jeffrey
|
8f936d00b7
|
tput.js refactor. rename variables.
|
2013-07-23 00:37:13 -05:00 |
Christopher Jeffrey
|
5e2ca90f04
|
more tput.js work, fixes. cleanup.
|
2013-07-23 00:25:04 -05:00 |
Christopher Jeffrey
|
fe9406aba1
|
more tput fixes/improvements/refactoring.
|
2013-07-22 22:28:01 -05:00 |
Christopher Jeffrey
|
e771fc9fc9
|
improvements to tput and colors.
|
2013-07-22 00:59:56 -05:00 |
Christopher Jeffrey
|
3ae01237be
|
fix tput string concatenation.
|
2013-07-18 18:09:03 -05:00 |
Christopher Jeffrey
|
b8e0fafaeb
|
misc. options. refactor tests/bin.
|
2013-07-18 18:02:45 -05:00 |
Christopher Jeffrey
|
48c2bae2a0
|
do not violate 80 col limit.
|
2013-07-18 15:01:42 -05:00 |
Christopher Jeffrey
|
61653e3f19
|
optimize terminfo compilation by using string concatenation instead of array.join.
|
2013-07-18 09:31:06 -05:00 |
Christopher Jeffrey
|
9ed9764b74
|
fix ACS/UTF8. use style object. rename ascii to line.
|
2013-07-16 19:05:44 -05:00 |
Christopher Jeffrey
|
7074d0da91
|
more terminfo paths.
|
2013-07-16 15:57:12 -05:00 |
Christopher Jeffrey
|
445e278af0
|
check all terminfo/termcap paths/variables.
|
2013-07-16 15:13:17 -05:00 |
Christopher Jeffrey
|
6a44fd9a35
|
misc. add sigtstp method.
|
2013-07-14 10:16:19 -05:00 |
Christopher Jeffrey
|
990fb0d796
|
minor property rename.
|
2013-07-14 09:32:50 -05:00 |
Christopher Jeffrey
|
9db97cd61c
|
easier feature checking.
|
2013-07-14 08:37:57 -05:00 |
Christopher Jeffrey
|
d0f99be764
|
lazily convert colors. other misc color fixes.
|
2013-07-14 06:57:15 -05:00 |
Christopher Jeffrey
|
d5f3874105
|
clean up old code.
|
2013-07-14 06:30:09 -05:00 |
Christopher Jeffrey
|
363bc44caa
|
fix terminfo if/else. detect features.
|
2013-07-14 06:24:04 -05:00 |
Christopher Jeffrey
|
fe39c786a6
|
higher level widgets.
|
2013-07-13 20:46:25 -05:00 |
Christopher Jeffrey
|
77593efd05
|
readme, tput, mouse, types, misc.
|
2013-06-25 06:35:15 -05:00 |
Christopher Jeffrey
|
8cca60beac
|
add workaround for screen-256color terminfo. use correct terminfo fallback.
|
2013-06-07 06:47:17 -05:00 |
Christopher Jeffrey
|
a1c82b1aa7
|
set-title for screen.
|
2013-04-28 17:39:46 -05:00 |
Christopher Jeffrey
|
110059704d
|
fix else...then.
|
2013-03-09 04:57:39 -06:00 |
Christopher Jeffrey
|
00b5a5b6f7
|
have extended area start on an even byte.
|
2013-03-06 04:53:08 -06:00 |
Christopher Jeffrey
|
2c41e0b862
|
include extended header in output.
|
2013-03-06 04:44:48 -06:00 |