Commit Graph

366 Commits

Author SHA1 Message Date
Corey O'Connor
eded3c4129 add to the demo program 2014-06-04 23:57:32 -07:00
Corey O'Connor
0e772f7361 add support for matching a specific terminal to input map config. cleanup 2014-06-04 23:26:41 -07:00
Corey O'Connor
cf3d3c4b3a finish mapDecl parser 2014-06-03 23:14:37 -07:00
Corey O'Connor
46e93af4fe limit lens to < 4.2. 4.2 appears to have a too-low dependency on transformers 2014-06-03 23:14:26 -07:00
Corey O'Connor
23a5b90408 start to move all input map config to the same scheme 2014-06-02 23:06:43 -07:00
Corey O'Connor
2c756c1158 fixup examples that use outputForCurrentTerminal 2014-05-31 18:12:20 -07:00
Corey O'Connor
4aceef7a7f mask output from quickcheck. need to be replaced with one that reports output via Progress values 2014-05-31 01:52:55 -07:00
Corey O'Connor
7d434d3104 latter entries in the table have precedence. the mock input tests was not reflecting this. 2014-05-31 01:52:29 -07:00
Corey O'Connor
aa67f22b38 compile fixup 2014-05-26 21:46:33 -07:00
Corey O'Connor
522b740b8a add a debug log for input 2014-05-25 23:28:49 -07:00
Corey O'Connor
857cb6152f remove duplicate ANST/VT modules and just use a single module 2014-05-25 22:35:22 -07:00
Corey O'Connor
e010924c61 add a demo program to vty distribution 2014-05-03 16:33:56 -07:00
Corey O'Connor
5b30b8d9b9 move RougeStory 2014-05-02 11:12:47 -07:00
Corey O'Connor
e361a74920 expand input documentation 2014-04-27 11:27:45 -07:00
Corey O'Connor
03cc7124e8 update travis CI scripts 2014-04-26 11:17:56 -07:00
Corey O'Connor
d65b85c4cd adjust imports to satisfy GHC 7.4 and above 2014-04-26 10:05:25 -07:00
Corey O'Connor
279cc661ff use a GHC 7.4 compatible System.Environment API 2014-04-25 19:01:27 -07:00
Corey O'Connor
de6af31ee6 fix debugLog reference 2014-04-24 13:28:24 -07:00
Corey O'Connor
0b8eb61564 commentary update. add a minimal example. 2014-04-24 12:58:37 -07:00
Corey O'Connor
cb428e7bd2 commentary update 2014-04-24 09:28:33 -07:00
Corey O'Connor
83ddf779c3 update travis.ci def 2014-04-24 09:20:17 -07:00
Corey O'Connor
3822f036b1 finish the implementation of userConfig 2014-04-24 09:18:43 -07:00
Corey O'Connor
689e8f5732 add config parser and test 2014-04-23 19:07:19 -07:00
Corey O'Connor
ce9515ad7a implement config parsing 2014-04-18 21:44:02 -07:00
Corey O'Connor
021a059d24 more on config 2014-04-17 17:03:32 -07:00
Corey O'Connor
99bb4b8133 refactor Input.Internal into more specific modules 2014-04-16 16:44:44 -07:00
Corey O'Connor
0130279971 commentary updates 2014-04-15 12:07:00 -07:00
Corey O'Connor
e78f057378 doc the proposed user config options 2014-04-15 11:29:42 -07:00
Corey O'Connor
8abf7f94c6 commentary update 2014-04-14 22:07:31 -07:00
Corey O'Connor
d931217c12 commentary update 2014-04-14 21:41:02 -07:00
Corey O'Connor
dce715bde6 be consistent with lens 2014-04-14 19:29:12 -07:00
Corey O'Connor
6496205878 be consistent with terminfo dependencies 2014-04-14 19:27:06 -07:00
Corey O'Connor
8e0c7cc49b initialize GHCVER under jenkins 2014-04-14 19:20:47 -07:00
Corey O'Connor
aa2887657e more naming convention updates 2014-04-11 20:54:00 -07:00
Corey O'Connor
a4ef14d1d9 refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
Corey O'Connor
76b1a60dc8 update git ignore to include cabal sandbox config 2014-04-09 21:03:56 -07:00
Corey O'Connor
dbb8ff9612 use hack from SendFile for determining Fd for handle. Use when requesting window size 2014-04-09 17:08:40 -07:00
Corey O'Connor
c50531e66f up terminfo req 2014-04-07 16:38:49 -07:00
Corey O'Connor
e163145968 add build and test ci job for local jenkins system 2014-04-06 23:43:58 -07:00
Corey O'Connor
eaef6241f8 correct changelog 2014-03-21 11:37:10 -07:00
Corey O'Connor
5b4818cf84 support lens 4.X 2014-03-21 11:37:03 -07:00
Corey O'Connor
bb1b410c60 add view-benchmark-core to use ghc-core to view the full core of the benchmark exe 2014-02-03 01:46:28 -08:00
Corey O'Connor
cd5e64cbd7 clarify benchmark results tables 2014-02-02 02:21:31 -08:00
Corey O'Connor
faa248deab add benchmark results for my older AMD desktop 2014-02-01 11:42:54 -08:00
Corey O'Connor
a20928d610 resolve the failure to parse reads from the terminal that contained 2 or more ESC prefixed keys. 2014-01-31 12:10:45 -08:00
Corey O'Connor
24b6a9d741 add test demonstrating current parse failure 2014-01-31 01:26:53 -08:00
Corey O'Connor
ccb1b2487c resolve test compile failures 2014-01-31 01:13:24 -08:00
Corey O'Connor
76bffb44d8 fix terminfo cap parser tests 2014-01-30 21:12:01 -08:00
Corey O'Connor
f0dd4aae40 have eventecho print out final event 2014-01-29 08:13:25 +01:00
Corey O'Connor
6b08dfe1e6 clarify.. kinda 2014-01-29 08:04:00 +01:00