Paul LeoNerd Evans
|
3b2d8eb813
|
Added TERMKEY_FORMAT_LOWERSPACE for strfkey() only
|
2013-08-26 01:32:35 +01:00 |
Paul LeoNerd Evans
|
a36648e172
|
Added TERMKEY_FORMAT_LOWERMOD
|
2013-08-26 01:14:35 +01:00 |
Paul LeoNerd Evans
|
24abb0c59e
|
Added TERMKEY_FORMAT_SPACEMOD
|
2013-08-26 00:56:07 +01:00 |
Paul LeoNerd Evans
|
89ac8b058c
|
Make some more things 'const' that should be
|
2013-07-15 01:03:35 +01:00 |
Paul LeoNerd Evans
|
b4067d8afb
|
Updated shared taplib
|
2013-01-04 17:39:41 +00:00 |
Paul LeoNerd Evans
|
5190963f1b
|
Make sure to implement newer event types in debug function
|
2012-12-06 02:09:03 +00:00 |
Paul LeoNerd Evans
|
58850dbac2
|
Bump VERSION to 0.16
|
2012-11-30 17:10:07 +00:00 |
Paul LeoNerd Evans
|
1cdeff872f
|
Further documentation clarifications on the 'code' field of a key event
|
2012-11-30 17:06:14 +00:00 |
Paul LeoNerd Evans
|
0be6f18019
|
Handle ANSI and DEC mode report CSIs
|
2012-11-30 16:34:47 +00:00 |
Paul LeoNerd Evans
|
c00f6cd3c6
|
Only recognise DECCPR as a position report, so it is distinct from F3
|
2012-11-30 16:12:26 +00:00 |
Paul LeoNerd Evans
|
efc5b7e088
|
Try to handle position reports -and- F3 concurrently.. somehow.. argh
|
2012-11-30 15:36:06 +00:00 |
Paul LeoNerd Evans
|
8152f9e018
|
Bugfix to argless CSIs; present 0 arguments, not 1 whose value is -1
|
2012-11-30 15:31:04 +00:00 |
Paul LeoNerd Evans
|
d08c0844a4
|
Slightly more generic custom CSI handling - name functions just after the letter they parse, so we can multiplex on 'cmd' or other things
|
2012-11-30 15:23:41 +00:00 |
Paul LeoNerd Evans
|
fdb44d9796
|
Moved the other termkey_interpret_*() functions into driver-csi.c where they arguably belong
|
2012-11-30 15:01:20 +00:00 |
Paul LeoNerd Evans
|
b87ca771bf
|
Make the generated termkey.h file readonly
|
2012-11-30 15:00:21 +00:00 |
Paul LeoNerd Evans
|
d5c3d9c8fe
|
Also interpret an intermediate CSI byte if present
|
2012-11-30 14:43:00 +00:00 |
Paul LeoNerd Evans
|
26912d989b
|
Unit test that CSI initial command also works
|
2012-11-30 14:37:28 +00:00 |
Paul LeoNerd Evans
|
7b3dc4be71
|
Return a real key type for unrecognised CSI sequences; allow accessing them by termkey_interpret_csi()
|
2012-11-30 14:35:23 +00:00 |
Paul LeoNerd Evans
|
d241d6216a
|
Split out the actual CSI parser into its own function, separate from peekkey_csi
|
2012-11-30 13:52:56 +00:00 |
Paul LeoNerd Evans
|
29298167d1
|
Install library using libtool install rather than libtool cp --remove-destination because the latter is non-portable
|
2012-05-10 16:00:01 +01:00 |
Paul LeoNerd Evans
|
1c816b753d
|
Make sure to 'make clean' includes demo-glib
|
2012-04-25 19:45:52 +01:00 |
Paul LeoNerd Evans
|
06fd040119
|
Bugfix to POSITION reporting - swap line<=>col
|
2012-04-25 18:34:47 +01:00 |
Paul LeoNerd Evans
|
ca4d98b0f7
|
Have demo.c request cursor position on '?'; print position reports and mouse nicer
|
2012-04-25 18:32:18 +01:00 |
Paul LeoNerd Evans
|
af3c0bf378
|
Many small manpage markup fixes
|
2012-04-25 00:59:13 +01:00 |
Paul LeoNerd Evans
|
cd57c39191
|
Bump VERSION to 0.15
|
2012-04-25 00:17:20 +01:00 |
Paul LeoNerd Evans
|
f06cd325a2
|
Ensure that key->type field is properly set for all mouse encoding protocols
|
2012-04-24 17:42:01 +01:00 |
Paul LeoNerd Evans
|
c944b95696
|
Documentation on new TERMKEY_TYPE_POSITION events
|
2012-04-24 17:34:12 +01:00 |
Paul LeoNerd Evans
|
f5cbf9eb57
|
Also handle CSI R; position report replies to CSI 6n
|
2012-04-24 17:27:48 +01:00 |
Paul LeoNerd Evans
|
6645ee9718
|
Neater CSI driver; dispatch command handlers from an array
|
2012-04-24 16:33:13 +01:00 |
Paul LeoNerd Evans
|
a6aa8c433b
|
Always load the CSI driver because it contains cross-terminal mouse and CSI u handling
|
2012-04-24 15:58:37 +01:00 |
Paul LeoNerd Evans
|
f33513282a
|
Created abstract accessors for getting/setting key event line/col counts
|
2012-04-24 15:25:17 +01:00 |
Paul LeoNerd Evans
|
3b3a7c2f45
|
Added some notes about what mouse protocols are supported
|
2012-04-12 19:21:31 +01:00 |
Paul LeoNerd Evans
|
72d9819a93
|
Also pass 'index' argument to man-to-html.pl
|
2012-04-12 19:21:03 +01:00 |
Paul LeoNerd Evans
|
fedda1bdd4
|
Note the limited range of mouse line/column number
|
2012-04-12 18:05:05 +01:00 |
Paul LeoNerd Evans
|
7d6a41eaba
|
termkey_interpret_mouse takes const key, does not set modifiers, as that's already done
|
2012-04-12 18:03:07 +01:00 |
Paul LeoNerd Evans
|
8cf0858276
|
Use spare bits in code.mouse[3] to store bigger mouse positions
|
2012-04-12 17:02:45 +01:00 |
Paul LeoNerd Evans
|
84378bcba8
|
Allow setting mouse encoding protocol from demo
|
2012-04-12 01:08:12 +01:00 |
Paul LeoNerd Evans
|
60b4bfaf72
|
Recognise SGR-style mouse encoding
|
2012-04-12 00:19:10 +01:00 |
Paul LeoNerd Evans
|
ff99b29b96
|
Recognise rxvt-style mouse encoding
|
2012-04-12 00:12:19 +01:00 |
Paul LeoNerd Evans
|
789a5a3c9d
|
Extract modifiers for mouse events at peekkey time
|
2012-04-05 18:54:30 +01:00 |
Paul LeoNerd Evans
|
5f942e9e3e
|
Added a unit test for mouse report events
|
2012-04-05 17:57:13 +01:00 |
Paul LeoNerd Evans
|
a29d9f0f3c
|
Created a demo to show libtermkey in a GLib-based program
|
2012-04-01 20:04:01 +01:00 |
Paul LeoNerd Evans
|
6070de26f1
|
Fix manpage bug in termkey_start.3
|
2012-03-26 19:07:56 +01:00 |
Paul LeoNerd Evans
|
36ab3ba8ea
|
Bump VERSION to 0.14
|
2012-03-26 18:56:57 +01:00 |
Paul LeoNerd Evans
|
4c9a4cab6b
|
Need to ship man/also in distribution tarball
|
2012-03-26 18:55:59 +01:00 |
Paul LeoNerd Evans
|
a3fecd8767
|
Also pack the unit tests into the dist tarball, and allow building them in-target
|
2012-03-26 18:49:45 +01:00 |
Paul LeoNerd Evans
|
85d44442e9
|
Avoid the underscore in struct _TermKey
|
2012-03-26 18:30:04 +01:00 |
Paul LeoNerd Evans
|
d3e56776b7
|
Consistency updates to Makefile to make it more like libvterm's
|
2012-03-12 19:47:30 +00:00 |
Paul LeoNerd Evans
|
775806d32b
|
Added documentation for termkey_{start,stop}, termkey_is_started
|
2012-03-08 21:58:27 +00:00 |
Paul LeoNerd Evans
|
24fd4f668d
|
Use man/also for manpage aliasing rather than duplicating the list (incorrectly) in the Makefile
|
2012-03-08 21:51:42 +00:00 |