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
/
mod.rs
Commit message (
Expand
)
Author
Age
*
Fix rendering of selections outside the viewport
Christian Duerr
2018-09-28
*
Dynamically initialize grid storage
Christian Duerr
2018-09-24
*
Implement `ansi::ClearMode::Saved`
Nathan Lilienthal
2018-09-02
*
Scroll visible area when growing window
Christian Duerr
2018-08-15
*
Reset visible area when RIS is received
Christian Duerr
2018-08-03
*
Scrollback cleanup
Christian Duerr
2018-07-21
*
Fix scrollback accessing indices out of bounds
Christian Duerr
2018-07-02
*
Allow changing scrollback history size at runtime
Christian Duerr
2018-06-02
*
Remove dead code
Joe Wilm
2018-06-02
*
Refactor Storage<T> to be a Vec<Row<T>> internally
Joe Wilm
2018-06-02
*
Fix issue with endless allocation loop
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
*
Truncate invisible lines before storing ref-tests
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
*
Enable history comparison in ref-tests
Christian Duerr
2018-06-02
*
Reset grid when running `reset`
Christian Duerr
2018-06-02
*
Fix bright characters in first column
Christian Duerr
2018-06-02
*
Revert "Fix cursor not showing in first column"
Christian Duerr
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
*
Add documentation to explain the process
Christian Duerr
2018-06-02
*
Fix cursor not showing in first column
Christian Duerr
2018-06-02
*
Fix BCE ref tests
Joe Wilm
2018-06-02
*
Make tests compile again
Joe Wilm
2018-06-02
*
Fix regression with scrolling regions
Joe Wilm
2018-06-02
*
Replace scrolling methods with enum
Christian Duerr
2018-06-02
*
Add scrollback hotkeys
Christian Duerr
2018-06-02
*
Fix crash when selection leaves viewport
Christian Duerr
2018-06-02
*
Support selections with scrolling buffer
Joe Wilm
2018-06-02
*
Move selection into Grid
Joe Wilm
2018-06-02
*
Fix scrolling backwards in tmux
Joe Wilm
2018-06-02
*
Make number of scrollback lines configurable
Joe Wilm
2018-06-02
*
Scroll to bottom on character received
Joe Wilm
2018-06-02
*
wip fix scroll_down
Joe Wilm
2018-06-02
*
Fir cursor not scrolling
Joe Wilm
2018-06-02
*
Add scrolling limit and update on grow lines
Joe Wilm
2018-06-02
*
checkpoint: very basic scrolling works
Joe Wilm
2018-06-02
*
wip scrollback
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
*
Use memcpy for resetting row contents
Joe Wilm
2018-06-02
*
Remove some unused methods and impls
Joe Wilm
2018-06-02
*
Eliminate ClearRegion trait
Joe Wilm
2018-06-02
*
Move grid Row and tests into submodules
Joe Wilm
2018-06-02