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
path:
root
/
man
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Added some notes about what mouse protocols are supported
Paul LeoNerd Evans
2012-04-12
1
-0
/
+4
|
*
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 ↵
Paul LeoNerd Evans
2012-04-12
1
-3
/
+1
|
|
|
|
already done
*
Fix manpage bug in termkey_start.3
Paul LeoNerd Evans
2012-03-26
1
-1
/
+1
|
*
Added documentation for termkey_{start,stop}, termkey_is_started
Paul LeoNerd Evans
2012-03-08
5
-3
/
+33
|
*
Also link to termkey_{get,set}_buffer_size(3) from termkey(7)
Paul LeoNerd Evans
2012-03-08
1
-1
/
+1
|
*
Added manpage for termkey_{get,set}_buffer_size
Paul LeoNerd Evans
2012-02-13
4
-0
/
+26
|
*
Document the errors set by termkey_new(), use errno rather than fprintf() to ↵
Paul LeoNerd Evans
2012-01-29
1
-1
/
+10
|
|
|
|
stderr
*
Symlink manpage for termkey_new_abstract
Paul LeoNerd Evans
2012-01-26
1
-0
/
+1
|
*
Created termkey_new_abstract()
Paul LeoNerd Evans
2012-01-26
1
-1
/
+4
|
*
Various other minor fixes to manpages
Paul LeoNerd Evans
2012-01-21
6
-12
/
+13
|
*
Fix Makefile for manpage generation of new man/termkey.7
Paul LeoNerd Evans
2012-01-21
1
-0
/
+2
|
*
Removed note about termkey_keycmp() not canonicalising key structures, since ↵
Paul LeoNerd Evans
2012-01-21
1
-2
/
+0
|
|
|
|
it does in fact do exactly that
*
Fix some typoes in termkey_set_canonflags.3
Paul LeoNerd Evans
2012-01-21
1
-2
/
+2
|
*
Link to termkey(7) from other manpages, delete some of the duplicated sections
Paul LeoNerd Evans
2012-01-21
18
-134
/
+49
|
*
Initial stab at termkey(7) manpage
Paul LeoNerd Evans
2012-01-21
1
-0
/
+106
|
*
Note in termkey_new(3) that the caller has to init. the terminal in abstract ↵
Paul LeoNerd Evans
2012-01-20
1
-0
/
+2
|
|
|
|
or pipe cases
*
More minor docs updates
Paul LeoNerd Evans
2012-01-18
2
-2
/
+2
|
*
Use the 'also' list for aliased pages
Paul LeoNerd Evans
2012-01-18
1
-0
/
+3
|
*
Minor wording fixes to termkey_push_bytes.3 manpage
Paul LeoNerd Evans
2012-01-18
1
-3
/
+3
|
*
Allow passing fd = -1 to constructor to make an instance not associated with ↵
Paul LeoNerd Evans
2012-01-18
4
-4
/
+6
|
|
|
|
an fd; must use push_bytes to provide it input
*
Added termkey_push_bytes(), a new API for providing input bytes
Paul LeoNerd Evans
2012-01-18
4
-3
/
+28
|
*
Move the growing collection of manpages into their own man/ subdirectory
Paul LeoNerd Evans
2012-01-18
17
-0
/
+584