index
:
r-alacritty.git
experimental
rahm
rahm2
My custom-patched version of alacritty.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
grid.rs
Commit message (
Expand
)
Author
Age
*
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 step_by feature
Manish Goregaokar
2017-01-06
*
Unify Cursor, Location and name it Point
Joe Wilm
2016-12-29
*
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
*
Add support for recording/running ref tests
Joe Wilm
2016-11-19
*
Make use of `unlikely` intrinsic
Joe Wilm
2016-09-18
*
Minor fixes
Joe Wilm
2016-09-18
*
Fix crash
Joe Wilm
2016-09-16
*
Scrolling v2
Joe Wilm
2016-08-22
*
Remove unnecessary calls in grid
Joe Wilm
2016-07-29
*
Move ::grid::index to ::index
Joe Wilm
2016-07-03
*
Grid API is now generic and strongly typed
Joe Wilm
2016-07-03
*
Improve ergonomics of iterating on grid::Row
Joe Wilm
2016-07-02
*
Implement Term::erase_chars
Joe Wilm
2016-07-01
*
Add license headers to source files
Joe Wilm
2016-06-29
*
Implement terminal resizing
Joe Wilm
2016-06-29
*
Refactor Tty and Grid creation into Term::new
Joe Wilm
2016-06-28
*
Add support for macOS
Joe Wilm
2016-06-14
*
Add support for scrolling regions
Joe Wilm
2016-06-08
*
Tweak some Grid methods
Joe Wilm
2016-06-06
*
Fix bug where there were extra grid rows
Joe Wilm
2016-06-06
*
Terminal sets more attributes on grid Cells
Joe Wilm
2016-06-06
*
Add support for drawing background colors
Joe Wilm
2016-06-06
*
Add iterator methods to Grid and Row types
Joe Wilm
2016-06-04
*
Initial support for Terminal Emulation (woo!)
Joe Wilm
2016-06-02
*
Add render time meter
Joe Wilm
2016-05-21
*
Use subpixel font rendering
Joe Wilm
2016-04-11
*
Add a Grid
Joe Wilm
2016-04-10