index
:
r-alacritty.git
experimental
old-rahm
rahm
rahm2
My custom-patched version of alacritty.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
term
Commit message (
Expand
)
Author
Age
*
ansi: Designate and invoke graphic character sets
Richard Palethorpe
2017-01-21
*
Proposal for line wrap - ^[[7h and ^[[7l (private)
Michael Brumlow
2017-01-11
*
Add support for setting title from OSC
Joe Wilm
2017-01-11
*
Fix last panic with `cat /dev/urandom`
Joe Wilm
2017-01-09
*
Fixing panic on cat /dev/urandom
Michael Brumlow
2017-01-10
*
Merge pull request #216 from mbrumlow/better_bounds_checking
Joe Wilm
2017-01-07
|
\
|
*
Changes requested.
Michael Brumlow
2017-01-07
|
*
Removing stale comment.
Michael Brumlow
2017-01-07
|
*
Implementing line wrapping.
Michael Brumlow
2017-01-07
|
*
Better bounds checking.
Michael Brumlow
2017-01-07
*
|
Fixing resize crashes.
Michael Brumlow
2017-01-07
|
/
*
Fixes a slew of bounds issues.
Michael Brumlow
2017-01-07
*
Clippy fixes!
Manish Goregaokar
2017-01-06
*
Add `nightly` feature, use for `unlikely` intrinsic
Manish Goregaokar
2017-01-06
*
Remove need for inclusive ranges
Manish Goregaokar
2017-01-06
*
Remove need for range_contains feature
Manish Goregaokar
2017-01-06
*
Remove need for step_by feature
Manish Goregaokar
2017-01-06
*
Handle invalid gotos more gracefully.
Josh Leverette
2017-01-06
*
Add support for SGR mouse reporting
Joe Wilm
2017-01-01
*
Improve RenderableCellsIter performance
Joe Wilm
2016-12-29
*
Add Default impl for Cell
Joe Wilm
2016-12-29
*
Fix pty read sometimes not triggering draw
Joe Wilm
2016-12-29
*
Fix some bugs with selections
Joe Wilm
2016-12-29
*
Unify Cursor, Location and name it Point
Joe Wilm
2016-12-29
*
Fix selection copy for long lines
Joe Wilm
2016-12-29
*
Implement copying selection for macOS
Joe Wilm
2016-12-26
*
Implement visual component of mouse selections
Joe Wilm
2016-12-22
*
Misc formatting fixes
Joe Wilm
2016-12-16
*
Rustup and clippy
Joe Wilm
2016-12-16
*
Handle overflow in Term::move_backward
Joe Wilm
2016-12-15
*
Remove need for Rc<RefCell<_>> usage
Joe Wilm
2016-12-12
*
Track terminal cells on mouse movement
Joe Wilm
2016-12-11
*
Display manages window, renderer, rasterizer
Joe Wilm
2016-12-11
*
Implement Handler::identify_terminal for Term
Joe Wilm
2016-12-11
*
Add support for indexed colors
Joe Wilm
2016-12-11
*
Add support for bracketed paste
Joe Wilm
2016-12-11
*
Move term::cell module to its own file
Joe Wilm
2016-12-11