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
/
storage.rs
Commit message (
Expand
)
Author
Age
*
Fix failing test with `bench` feature
Christian Duerr
2018-09-29
*
Dynamically initialize grid storage
Christian Duerr
2018-09-24
*
Fix build failure on 32-bit machines
Johannes
2018-09-20
*
Fix style issues
Matthias Krüger
2018-09-17
*
Replace runtime debug assertions with static asserts on scrollback
Th3Fanbus
2018-07-26
*
Scrollback cleanup
Christian Duerr
2018-07-21
*
Fix scrollback accessing indices out of bounds
Christian Duerr
2018-07-02
*
Optimize indexing of the grid's raw buffer
Christian Duerr
2018-06-16
*
Allow changing scrollback history size at runtime
Christian Duerr
2018-06-02
*
Remove dead code
Joe Wilm
2018-06-02
*
Optimize Storage::swap
Joe Wilm
2018-06-02
*
Refactor Storage<T> to be a Vec<Row<T>> internally
Joe Wilm
2018-06-02
*
Shave a few cycles off Grid::scroll_up
Joe Wilm
2018-06-02
*
Fix OOB index in grid::DisplayIter
Joe Wilm
2018-06-02
*
Optimize Storage::swap_lines
Joe Wilm
2018-06-02
*
Truncate invisible lines before storing ref-tests
Christian Duerr
2018-06-02
*
Add documentation for `len` field on `Storage`
Christian Duerr
2018-06-02
*
Remove `push` from `Storage`
Christian Duerr
2018-06-02
*
Improve the resizing implementation
Christian Duerr
2018-06-02
*
Improve storage comparison algorithm
Christian Duerr
2018-06-02
*
Reset grid content when running `reset`
Christian Duerr
2018-06-02
*
Enable history comparison in ref-tests
Christian Duerr
2018-06-02
*
Compile on stable
Joe Wilm
2018-06-02
*
Fix order of lines after resize
Christian Duerr
2018-06-02
*
Fix scrollback history size 0 bug
Christian Duerr
2018-06-02
*
Fix BCE ref tests
Joe Wilm
2018-06-02
*
Make tests compile again
Joe Wilm
2018-06-02
*
Fix scrolling backwards in tmux
Joe Wilm
2018-06-02
*
wip fix scroll_down
Joe Wilm
2018-06-02
*
checkpoint: very basic scrolling works
Joe Wilm
2018-06-02
*
Remove some unused impls
Joe Wilm
2018-06-02
*
Minor improvements
Joe Wilm
2018-06-02
*
WIP optimize scroll in region
Joe Wilm
2018-06-02