index
:
libterminput
master
[Feature complete] Terminal input parsing library
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libterminput.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2 days
m misc + add documentation to the header file
Mattias Andrée
1
-1
/
+1
4 days
libterminput_read.3: add missing member in union libterminput_input
Mattias Andrée
1
-0
/
+1
4 days
fix man page format issue
Mattias Andrée
1
-1
/
+1
2024-10-06
Update e-mail
Mattias Andrée
1
-1
/
+1
2023-06-23
Fix typos
1.0.3
Mattias Andrée
1
-2
/
+2
2022-02-19
Improve makefile
1.0.2.1
Mattias Andrée
5
-26
/
+34
2021-09-16
Improve make file, fix tests, fix warnings, and add macro and pause key to interative test
1.0.2
Mattias Andrée
4
-48
/
+57
2021-04-17
Fix and test CSI u
1.0.1
Mattias Andrée
2
-2
/
+110
2021-04-17
Reject surrogates in CSI u
Mattias Andrée
1
-1
/
+1
2021-04-17
Unimportant fix to makefile
Mattias Andrée
1
-1
/
+1
2021-04-10
Make test compile faster
1.0
Mattias Andrée
1
-135
/
+210
2021-04-10
Add last test
Mattias Andrée
2
-1
/
+21
2021-04-10
Add final tests for mouse tracking
Mattias Andrée
2
-15
/
+89
2021-04-10
Update readme
Mattias Andrée
1
-0
/
+3
2021-04-10
Fix mouse tracking support and add more tests for it
Mattias Andrée
3
-218
/
+277
2021-04-10
Add tests for mouse events
Mattias Andrée
2
-4
/
+141
2021-04-10
Add more tests and fixes
Mattias Andrée
2
-7
/
+192
2021-04-10
Fix bracketed paste support
Mattias Andrée
4
-35
/
+109
2021-04-10
Add tests and make some fixes
Mattias Andrée
4
-24
/
+297
2021-04-10
Fix cursor pos report and update interactive test
Mattias Andrée
4
-12
/
+27
2021-04-10
Add support for cursor position and device status reports
Mattias Andrée
5
-30
/
+99
2021-04-09
Add libterminput_is_ready
Mattias Andrée
7
-2
/
+76
2021-04-09
Add libterminput.7
Mattias Andrée
4
-6
/
+44
2021-04-09
Add libterminput_read.3
Mattias Andrée
4
-4
/
+442
2021-04-09
Add man page for libterminput_set_flags and libterminput_clear_flags
Mattias Andrée
3
-2
/
+138
2021-04-09
Add LIBTERMINPUT_SEPARATE_BACKTAB and LIBTERMINPUT_ESC_ON_BLOCK
Mattias Andrée
3
-9
/
+44
2021-04-09
Add flags for some incompatible input
Mattias Andrée
3
-4
/
+33
2021-04-09
Update todo
Mattias Andrée
1
-1
/
+0
2021-04-09
Fix warnings
Mattias Andrée
2
-17
/
+17
2021-04-09
Add mouse tracking support
Mattias Andrée
3
-18
/
+477
2021-04-08
Remove macro key as it conflicts with mouse tracking
Mattias Andrée
3
-3
/
+0
2021-04-08
Add readme
Mattias Andrée
2
-1
/
+7
2021-04-08
Add build of dynamically linked library
Mattias Andrée
5
-9
/
+52
2021-04-08
Add more sequences and remove pause key as it conflicts with F1
Mattias Andrée
3
-80
/
+120
2021-04-08
Add support for near full keyboard support
Mattias Andrée
1
-1
/
+52
2021-04-06
m
Mattias Andrée
1
-0
/
+1
2021-04-06
Add support for bracketed paste
Mattias Andrée
4
-10
/
+102
2021-04-02
Add more key codes
Mattias Andrée
2
-4
/
+11