Christopher Jeffrey
|
c73fee2f7d
|
rename unicode regexes again.
|
2015-04-26 04:34:32 -07:00 |
Christopher Jeffrey
|
dafe95d900
|
rename unicode regexes.
|
2015-04-26 04:29:52 -07:00 |
Christopher Jeffrey
|
ccca1092e7
|
add regex for all wide chars.
|
2015-04-26 04:23:32 -07:00 |
Christopher Jeffrey
|
758eef133c
|
stop double-width chars from breaking words when wrapped.
|
2015-04-26 04:16:47 -07:00 |
Christopher Jeffrey
|
3d8dfd0db4
|
screen.screenshot
|
2015-04-26 02:34:17 -07:00 |
Christopher Jeffrey
|
963cfbb9f8
|
fix labels for non-scrollable elements.
|
2015-04-25 19:12:47 -07:00 |
Christopher Jeffrey
|
cbed0b449a
|
GetConsoleCP fixes. see #130.
|
2015-04-25 16:59:31 -07:00 |
Christopher Jeffrey
|
f2d809d57b
|
fix chcp usage: exe->com. fix output parsing. see #130.
|
2015-04-25 15:19:29 -07:00 |
Christopher Jeffrey
|
0461a35219
|
fix error in tput.js.
|
2015-04-25 12:39:44 -07:00 |
Christopher Jeffrey
|
5f993a19d9
|
check for unicode on windows using GetConsoleCP. see #130.
|
2015-04-25 12:32:32 -07:00 |
Christopher Jeffrey
|
38cc1a3ea3
|
more ritems fixes.
|
2015-04-24 11:39:40 -07:00 |
Christopher Jeffrey
|
096869d82e
|
fix ritems handling. debug.
|
2015-04-24 01:40:18 -07:00 |
Christopher Jeffrey
|
bcb248b768
|
minor.
|
2015-04-23 22:25:09 -07:00 |
Christopher Jeffrey
|
fdf181b8e0
|
return tagless values for list items.
|
2015-04-22 16:58:33 -07:00 |
Christopher Jeffrey
|
2e5da439b0
|
Revert "ritems with no tags."
This reverts commit 3ba251cc2f .
|
2015-04-22 16:54:15 -07:00 |
Christopher Jeffrey
|
3ba251cc2f
|
ritems with no tags.
|
2015-04-22 16:53:46 -07:00 |
Christopher Jeffrey
|
01b2d0b265
|
fuzzyFind.
|
2015-04-22 13:32:23 -07:00 |
Christopher Jeffrey
|
861b5ef431
|
screenshot method cleanup.
|
2015-04-21 13:29:02 -07:00 |
Christopher Jeffrey
|
5f1d320112
|
add screenshot method to widget.js.
|
2015-04-21 05:46:21 -07:00 |
Christopher Jeffrey
|
a0daecc8bb
|
fuzzyFind improvement.
|
2015-04-19 19:50:53 -07:00 |
Christopher Jeffrey
|
1810f2f914
|
drop tty check for now. see yaronn/blessed-contrib#45.
|
2015-04-19 06:01:09 -07:00 |
Christopher Jeffrey
|
564592891c
|
fuzzyFind callback convention.
|
2015-04-18 22:25:13 -07:00 |
Christopher Jeffrey
|
2c00450029
|
allow regexes for fuzzyfind.
|
2015-04-18 22:22:32 -07:00 |
Christopher Jeffrey
|
2666a008bf
|
fix fuzzyFind.
|
2015-04-18 22:18:42 -07:00 |
Christopher Jeffrey
|
6c195dd8a0
|
fix label scroll. improve search. add features to ansi-viewer.
|
2015-04-18 22:15:11 -07:00 |
Christopher Jeffrey
|
3ff31cf0c1
|
minor fixes.
|
2015-04-18 20:20:25 -07:00 |
Christopher Jeffrey
|
82928702d3
|
surrogate. one flew over the 杜鹃's nest.
|
2015-04-17 21:17:11 -07:00 |
Christopher Jeffrey
|
347ef0c010
|
minor.
|
2015-04-16 17:45:46 -07:00 |
Christopher Jeffrey
|
7b31f45468
|
fix textarea for full unicode.
|
2015-04-16 16:16:55 -07:00 |
Christopher Jeffrey
|
5dacfbad97
|
stop using screen.cols.
|
2015-04-16 14:38:36 -07:00 |
Christopher Jeffrey
|
46a76abbdd
|
add invertSelected option to List. fixes #124.
|
2015-04-16 13:20:49 -07:00 |
Christopher Jeffrey
|
489aa2dbe3
|
clean up Element.render surrogate handling.
|
2015-04-16 13:11:56 -07:00 |
Christopher Jeffrey
|
0acae98979
|
fix disappearing double-width chars on scroll up.
|
2015-04-16 12:31:07 -07:00 |
Christopher Jeffrey
|
d520c94c3b
|
handle unicode combining characters properly.
|
2015-04-16 11:33:08 -07:00 |
Christopher Jeffrey
|
62cec50eb0
|
remove unicode-old.
|
2015-04-15 22:56:25 -07:00 |
Christopher Jeffrey
|
d12c51fc7b
|
even more unicode.
|
2015-04-15 22:55:42 -07:00 |
Christopher Jeffrey
|
b043571fbe
|
more unicode.
|
2015-04-15 22:51:47 -07:00 |
Christopher Jeffrey
|
1c76d4fb55
|
add back unicode-3/unicode-old for now.
|
2015-04-15 22:49:12 -07:00 |
Christopher Jeffrey
|
e714c4f930
|
cleanup unicode.
|
2015-04-15 22:44:47 -07:00 |
Christopher Jeffrey
|
73d158cf02
|
refactoring unicode.
|
2015-04-15 22:36:48 -07:00 |
Christopher Jeffrey
|
70c03a7f0b
|
minor.
|
2015-04-15 21:49:28 -07:00 |
Christopher Jeffrey
|
62b1003a05
|
handle 0-width surrogates.
|
2015-04-15 10:49:43 -07:00 |
Christopher Jeffrey
|
c5e5ed86f6
|
fix surrogate crash.
|
2015-04-15 10:38:26 -07:00 |
Christopher Jeffrey
|
4ca28d0860
|
use emitKeys() from node v0.12.2. see #91 #92 slap-editor/slap#74 slap-editor/slap#96.
|
2015-04-15 10:30:09 -07:00 |
Christopher Jeffrey
|
85be64273f
|
clean up old surrogates code.
|
2015-04-15 10:10:19 -07:00 |
Christopher Jeffrey
|
ea4e142757
|
add support for surrogate pairs. fixes #123. see #4 and slap-editor/slap#107.
|
2015-04-15 10:05:34 -07:00 |
Christopher Jeffrey
|
1b1775a4c2
|
add doubleWidthPerfect option.
|
2015-04-15 00:38:18 -07:00 |
Christopher Jeffrey
|
3f73e08dd7
|
Revert "move wideChar handling to _wrapContent."
This reverts commit 307b757e1f .
|
2015-04-14 15:44:26 -07:00 |
Christopher Jeffrey
|
307b757e1f
|
move wideChar handling to _wrapContent.
|
2015-04-14 15:43:37 -07:00 |
Christopher Jeffrey
|
ecf9e38f55
|
double width character handling. see slap-editor/slap#107.
|
2015-04-14 15:35:16 -07:00 |