index
:
ori/libtermdraw.git
master
terminfo
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-10-30
Stylistic tweaks.
HEAD
master
Ori Bernstein
2017-10-30
Ensure that t.x tracks character widths
S. Gilles
2017-10-29
Improve the implementation of poll()
terminfo
Ori Bernstein
2017-10-28
Add termdraw.poll
S. Gilles
2017-10-28
Tweaks for readability.
Ori Bernstein
2017-10-27
Use Set_a_foreground and Set_a_background for colors
S. Gilles
2017-10-27
Allow multi-arm conditionals
S. Gilles
2017-10-27
Reorder binary operations
S. Gilles
2017-10-27
Allow litint with nontrivial start
S. Gilles
2017-10-25
Set attributes using terminfo.
Ori Bernstein
2017-10-24
Don't read unconditionally; peek.
Ori Bernstein
2017-10-22
Improve termdraw on OSX
Ori Bernstein
2017-10-21
Attempt to minimize damage area when drawing.
Ori Bernstein
2017-10-20
Turns out that terminfo params are 1-indexed.
Ori Bernstein
2017-10-20
Start using terminfo format strings.
Ori Bernstein
2017-10-20
Use string buffers for formatting
Ori Bernstein
2017-10-17
Reformat.
Ori Bernstein
2017-10-17
Add support for conditionals in termdraw.
Ori Bernstein
2017-10-17
More work towards terminfo formatting.
Ori Bernstein
2017-10-07
Add start of terminfo formatter.
Ori Bernstein
2017-10-06
Allow specifying colors by RGB values
S. Gilles
2017-10-04
Don't overread bytes.
Ori Bernstein
2017-10-04
Set terminal to application mode.
Ori Bernstein
2017-10-04
Fix operator precedence.
Ori Bernstein
2017-10-04
Add events from terminfo, if available.
Ori Bernstein
2017-10-03
Rename termevent => event
Ori Bernstein
2017-10-02
Move bio.status to std.result
Ori Bernstein
2017-09-27
Load up terminfo.
Ori Bernstein
2017-09-27
Add terminfo parser.
Ori Bernstein
2017-08-26
Add code to count the width of a string.
Ori Bernstein
2017-08-02
Use new for loop sytax.
Ori Bernstein
2017-06-25
Add OSX termios.
Ori Bernstein
2017-06-16
Remove dead code.
Ori Bernstein
2017-06-13
Insert '\r\n' at the end of a line.
Ori Bernstein
2017-06-12
Provide an API to check window sizes.
Ori Bernstein
2017-06-12
Write the tail of the buffer in flush.
Ori Bernstein
2017-06-08
Allow disabling the cursor.
Ori Bernstein
2017-04-20
Remove refactoring artifact.
Ori Bernstein
2017-04-19
Fix cursor position handling.
Ori Bernstein
2017-04-19
Handle backspace as a non-char event.
Ori Bernstein
2017-04-18
Keep spacing right.
Ori Bernstein
2017-04-17
Fix a few bugs, and separate cursor positioning from movement.
Ori Bernstein
2017-04-09
Allow for clearing rectangles with the current fg/bg.
Ori Bernstein
2017-04-09
Termios -> termdraw.
Ori Bernstein
2017-04-08
Add support for ctrl handling.
Ori Bernstein
2017-04-09
Add OpenBSD support
Ori Bernstein
2017-04-08
Initial commit.
Ori Bernstein