index
:
termo
master
term-string
origin/master
Terminal key input library
Přemysl Eric Janouch <p@janouch.name>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added TERMKEY_FORMAT_SPACEMOD
Paul LeoNerd Evans
2013-08-26
6
-9
/
+39
*
Make some more things 'const' that should be
Paul LeoNerd Evans
2013-07-15
5
-12
/
+12
*
Updated shared taplib
Paul LeoNerd Evans
2013-01-04
2
-3
/
+17
*
Make sure to implement newer event types in debug function
Paul LeoNerd Evans
2012-12-06
1
-0
/
+17
*
Bump VERSION to 0.16
Paul LeoNerd Evans
2012-11-30
1
-3
/
+3
*
Further documentation clarifications on the 'code' field of a key event
Paul LeoNerd Evans
2012-11-30
1
-6
/
+5
*
Handle ANSI and DEC mode report CSIs
Paul LeoNerd Evans
2012-11-30
7
-1
/
+152
*
Only recognise DECCPR as a position report, so it is distinct from F3
Paul LeoNerd Evans
2012-11-30
4
-22
/
+15
*
Try to handle position reports -and- F3 concurrently.. somehow.. argh
Paul LeoNerd Evans
2012-11-30
2
-8
/
+26
*
Bugfix to argless CSIs; present 0 arguments, not 1 whose value is -1
Paul LeoNerd Evans
2012-11-30
1
-4
/
+2
*
Slightly more generic custom CSI handling - name functions just after the let...
Paul LeoNerd Evans
2012-11-30
1
-23
/
+42
*
Moved the other termkey_interpret_*() functions into driver-csi.c where they ...
Paul LeoNerd Evans
2012-11-30
2
-76
/
+75
*
Make the generated termkey.h file readonly
Paul LeoNerd Evans
2012-11-30
1
-0
/
+2
*
Also interpret an intermediate CSI byte if present
Paul LeoNerd Evans
2012-11-30
3
-3
/
+18
*
Unit test that CSI initial command also works
Paul LeoNerd Evans
2012-11-30
1
-2
/
+9
*
Return a real key type for unrecognised CSI sequences; allow accessing them b...
Paul LeoNerd Evans
2012-11-30
7
-4
/
+101
*
Split out the actual CSI parser into its own function, separate from peekkey_csi
Paul LeoNerd Evans
2012-11-30
1
-59
/
+75
*
Install library using libtool install rather than libtool cp --remove-dest...
Paul LeoNerd Evans
2012-05-10
1
-2
/
+1
*
Make sure to 'make clean' includes demo-glib
Paul LeoNerd Evans
2012-04-25
1
-2
/
+4
*
Bugfix to POSITION reporting - swap line<=>col
Paul LeoNerd Evans
2012-04-25
2
-3
/
+3
*
Have demo.c request cursor position on '?'; print position reports and mouse ...
Paul LeoNerd Evans
2012-04-25
1
-3
/
+21
*
Many small manpage markup fixes
Paul LeoNerd Evans
2012-04-25
6
-21
/
+43
*
Bump VERSION to 0.15
Paul LeoNerd Evans
2012-04-25
1
-3
/
+3
*
Ensure that key->type field is properly set for all mouse encoding protocols
Paul LeoNerd Evans
2012-04-24
2
-0
/
+18
*
Documentation on new TERMKEY_TYPE_POSITION events
Paul LeoNerd Evans
2012-04-24
2
-0
/
+31
*
Also handle CSI R; position report replies to CSI 6n
Paul LeoNerd Evans
2012-04-24
4
-1
/
+76
*
Neater CSI driver; dispatch command handlers from an array
Paul LeoNerd Evans
2012-04-24
1
-80
/
+150
*
Always load the CSI driver because it contains cross-terminal mouse and CSI u...
Paul LeoNerd Evans
2012-04-24
3
-20
/
+10
*
Created abstract accessors for getting/setting key event line/col counts
Paul LeoNerd Evans
2012-04-24
3
-27
/
+25
*
Added some notes about what mouse protocols are supported
Paul LeoNerd Evans
2012-04-12
1
-0
/
+4
*
Also pass 'index' argument to man-to-html.pl
Paul LeoNerd Evans
2012-04-12
1
-1
/
+1
*
Note the limited range of mouse line/column number
Paul LeoNerd Evans
2012-04-12
1
-1
/
+1
*
termkey_interpret_mouse takes const key, does not set modifiers, as that's al...
Paul LeoNerd Evans
2012-04-12
1
-3
/
+1
*
Use spare bits in code.mouse[3] to store bigger mouse positions
Paul LeoNerd Evans
2012-04-12
3
-21
/
+34
*
Allow setting mouse encoding protocol from demo
Paul LeoNerd Evans
2012-04-12
1
-2
/
+11
*
Recognise SGR-style mouse encoding
Paul LeoNerd Evans
2012-04-12
3
-3
/
+61
*
Recognise rxvt-style mouse encoding
Paul LeoNerd Evans
2012-04-12
2
-1
/
+49
*
Extract modifiers for mouse events at peekkey time
Paul LeoNerd Evans
2012-04-05
2
-5
/
+28
*
Added a unit test for mouse report events
Paul LeoNerd Evans
2012-04-05
1
-0
/
+61
*
Created a demo to show libtermkey in a GLib-based program
Paul LeoNerd Evans
2012-04-01
3
-1
/
+79
*
Fix manpage bug in termkey_start.3
Paul LeoNerd Evans
2012-03-26
1
-1
/
+1
*
Bump VERSION to 0.14
Paul LeoNerd Evans
2012-03-26
1
-3
/
+3
*
Need to ship man/also in distribution tarball
Paul LeoNerd Evans
2012-03-26
1
-1
/
+1
*
Also pack the unit tests into the dist tarball, and allow building them in-ta...
Paul LeoNerd Evans
2012-03-26
1
-13
/
+20
*
Avoid the underscore in struct _TermKey
Paul LeoNerd Evans
2012-03-26
2
-2
/
+2
*
Consistency updates to Makefile to make it more like libvterm's
Paul LeoNerd Evans
2012-03-12
1
-15
/
+27
*
Added documentation for termkey_{start,stop}, termkey_is_started
Paul LeoNerd Evans
2012-03-08
5
-3
/
+33
*
Use man/also for manpage aliasing rather than duplicating the list (incorrect...
Paul LeoNerd Evans
2012-03-08
1
-7
/
+3
*
Have getkey/waitkey return RES_ERROR/EINVAL if stopped
Paul LeoNerd Evans
2012-03-08
2
-1
/
+12
*
Added a termkey_is_started() accessor; unit test it a bit
Paul LeoNerd Evans
2012-03-08
3
-1
/
+16
[next]