index
:
alacritty
alacritty_terminal_v0.21.0
alacritty_terminal_v0.22.0
alacritty_terminal_v0.23.0
alt-esc-unicode
alt-key-tester
antialias-option
bindings_on_crack
borderless-window
bump-glutin-0320
bump_deps
click-links
config-improvements
cursor-blink
cursor-config
dependabot/cargo/bumpalo-3.12.0
display-config-errors
fish-completions-dir-update
fix-deprecated
fix-hidden-cursor
fix-netbsd-build
fix-no-import-migrate
fix-releases
fix_colors
fontconfig
gentoo-install-deps
glutin-0.17-upgrade
initial-window-focus
issue-1115
issue-1150
issue-1336
issue-1582
issue-1773
issue-1786
issue-2145
kchibisov/fixup-manpage-title
kchibisov/winit-02911
kitty-char-no-char-fix
master
nll
not-reset-pixel
numpad-decimal
optimizations
period
playing-around
remove-debugonly-tests
resolver++
rewrite-appdataxml
scroll/fix-alt-grid-size
scroll/fix-tests
scroll/impossible-zero
scrollback
syslog-panics
underline-strikethrough
v0.10.0
v0.10.1
v0.11.0
v0.11.1
v0.12.0
v0.12.1
v0.12.2
v0.12.3
v0.13
v0.14
v0.15
v0.4.0
v0.4.1
v0.4.2
v0.4.3
v0.5.0
v0.6.0
v0.7.0
v0.7.1
v0.7.2
v0.8.0
v0.9.0
vec-deque-backing
wide-chars-fix
winpty-agent-docs
zero-width-chars
zerowidth
A cross-plantform, OpenGL terminal emulator
Alacritty
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
term
/
mod.rs
Age
Commit message (
Expand
)
Author
2018-01-14
Use memcpy for resetting row contents
Joe Wilm
2018-01-13
Remove some unused methods and impls
Joe Wilm
2018-01-13
Eliminate ClearRegion trait
Joe Wilm
2018-01-13
Back Grid with VecDeque
Joe Wilm
2018-01-06
Add clippy check to travis
Christian Duerr
2018-01-06
Improve ability of alacritty to deal with broken config
Christian Duerr
2018-01-05
Prevent font_size_modifier from sinking too low (#994)
Christian Duerr
2018-01-02
Add support for set-clipboard. (#970)
Geert Jansen
2017-12-24
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-23
Update bitflags to v1
Chet Gurevitch
2017-12-22
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-03
Add cursor style option (#928)
Christian Duerr
2017-11-11
Match LF behavior outside scroll region with urxvt
Joe Wilm
2017-11-11
Correct linefeed handling when scroll region set (#855)
Yan
2017-10-30
fix some typos in comments
Martin Lindhe
2017-10-21
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-14
Implement user actions for font resize (#625)
Dan Aloni
2017-10-14
Fix resize behavior
Joe Wilm
2017-09-27
Use clippy = "*", update, and fix some warnings (#796)
Aaron Hill
2017-09-05
Update most remaining deps
Jonathan Schleußer
2017-08-29
Fix reloading colors from config (#756)
Tuomas Siipola
2017-08-22
Fix newline + scroll region bug (#747)
Joe Wilm
2017-08-11
Fix smcup/rmcup toggle bug
Joe Wilm
2017-08-11
Rename some variables for clarity
Joe Wilm
2017-08-11
Fix BCE issues affecting vim
Joe Wilm
2017-07-28
Support background and foreground color escape codes (#662)
Tuomas Siipola
2017-07-24
add support for X input method (#691)
Ted Yin
2017-07-20
Implement and use ansi attribute CancelBold (#659)
ftilde
2017-06-23
Add dim color support
Jake Merdich
2017-06-19
Update tests for new Selection API
Joe Wilm
2017-06-19
Fix unnecessary redraws with active selection
Joe Wilm
2017-06-19
Implement semantic and line selection dragging
Joe Wilm
2017-06-18
Fix bright inverse colors (#621)
DarkDefender
2017-06-18
Implement 'backwards tab'
Aaron Hill
2017-06-14
Use cursor cell template when handling 'CSI X' escape sequence
Aaron Hill
2017-06-11
Add support for Beam, Underline cursors
Joe Wilm
2017-05-29
Implement FocusIn/FocusOut reports (#589)
Aaron Hill
2017-05-12
Use debug! instead of println!
Dominik Miedziński
2017-05-08
Fix Device Status reports
Dominik Miedziński
[next]