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
/
term
/
mod.rs
Commit message (
Expand
)
Author
Age
*
Fix crash when selection leaves viewport
Christian Duerr
2018-06-02
*
Fix 4+ line copying
Joe Wilm
2018-06-02
*
Support selections with scrolling buffer
Joe Wilm
2018-06-02
*
Move selection into Grid
Joe Wilm
2018-06-02
*
Style cleanup
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
*
Fir cursor not scrolling
Joe Wilm
2018-06-02
*
checkpoint: very basic scrolling works
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
*
Back Grid with VecDeque
Joe Wilm
2018-06-02
*
Fix clippy lints
Christian Duerr
2018-05-11
*
Extend SGR and VT200 (normal) mouse support
Celti Burroughs
2018-03-12
*
Fix benchmarks
Christian Duerr
2018-03-09
*
Remove all instances of unwrap() from config
Christian Duerr
2018-03-04
*
Update arraydeque dependency
Andy Lok
2018-02-28
*
Implement `reset_state` of Term struct (#1035)
Christian Duerr
2018-01-18
*
Add clippy check to travis
Christian Duerr
2018-01-06
*
Improve ability of alacritty to deal with broken config
Christian Duerr
2018-01-06
*
Prevent font_size_modifier from sinking too low (#994)
Christian Duerr
2018-01-05
*
Add support for set-clipboard. (#970)
Geert Jansen
2018-01-02
*
Refactor populate cursor, fix-wide-cursor (#762)
Oliver Uvman
2017-12-24
*
Change mouse cursor on terminal mode change (#865)
Dustin
2017-12-24
*
Adding dynamic_title property to configuration (#819)
Wesley Gahr
2017-12-24
*
Add box cursor to unfocused underline and beam
Christian Duerr
2017-12-24
*
Add custom box cursor for unfocused window
Christian Duerr
2017-12-24
*
Add custom beam cursor
Christian Duerr
2017-12-24
*
Update comment to reference proper character
Christian Duerr
2017-12-24
*
Revert to old system for macos
Christian Duerr
2017-12-24
*
Add custom underline cursor
Christian Duerr
2017-12-24
*
Update bitflags to v1
Chet Gurevitch
2017-12-23
*
Assure that newlines are in selections (#777)
Dustin
2017-12-22
*
Style nits
Joe Wilm
2017-12-22
*
Implement faux scrolling
Christian Duerr
2017-12-22
*
Add cursor style option (#928)
Christian Duerr
2017-12-03
*
Match LF behavior outside scroll region with urxvt
Joe Wilm
2017-11-11
*
Correct linefeed handling when scroll region set (#855)
Yan
2017-11-11
*
fix some typos in comments
Martin Lindhe
2017-10-30
*
Set urgent WM flag on bell on X11 systems (#812)
Barret Rennie
2017-10-21
*
Fix solid background color opacity (#847)
Joe Wilm
2017-10-21
*
Implement user actions for font resize (#625)
Dan Aloni
2017-10-14
*
Fix resize behavior
Joe Wilm
2017-10-14
*
Use clippy = "*", update, and fix some warnings (#796)
Aaron Hill
2017-09-27
*
Update most remaining deps
Jonathan Schleußer
2017-09-05
*
Fix reloading colors from config (#756)
Tuomas Siipola
2017-08-29
*
Fix newline + scroll region bug (#747)
Joe Wilm
2017-08-22
*
Fix smcup/rmcup toggle bug
Joe Wilm
2017-08-11
*
Rename some variables for clarity
Joe Wilm
2017-08-11
[next]