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
Age
Commit message (
Expand
)
Author
2017-03-15
Fix issue rendering double, zero width chars
wide-chars-fix
Joe Wilm
2017-03-04
Handle CSI command J3 (Clear saved lines)
Aaron Hill
2017-03-02
Add support for wide characters
Joe Wilm
2017-02-27
Update cell to cursor template when adding a tab.
Anders Rasmussen
2017-02-25
Change cursor colors config to use text and cursor
Joe Wilm
2017-02-22
Lazily reset `start_time` in VisualBell's `completed` method
Mark Andrus Roberts
2017-02-17
use an empty cell as template when resizing grids
Anders Rasmussen
2017-02-11
Handle OSC for setting indexed color values
Joe Wilm
2017-02-11
Move color list to Term struct
Joe Wilm
2017-02-11
Fix issue with cat /dev/urandom
Joe Wilm
2017-02-07
Add visual bell support
Mark Andrus Roberts
2017-02-07
Semantic Selection
Xiaoyu Yin
2017-02-07
Implement clearing above cursor
Joe Wilm
2017-02-07
Fix zsh tab completion
Joe Wilm
2017-02-06
Render underline on empty cells
Tuomas Siipola
2017-02-03
Fix bug with restore cursor
Joe Wilm
2017-02-03
Alacritty now compiles on stable Rust :tada:
Joe Wilm
2017-02-02
Fix bug introduced with save/restore patch
Joe Wilm
2017-02-02
Implement save/restore cursor position
Joe Wilm
2017-01-29
support for inverting the cursor or using colors
Danny Dulai
2017-01-23
Remove debug_print! macros
Joe Wilm
2017-01-23
Use the log-crate instead of printing to stdout
Lukas Lueg
2017-01-21
ansi: Designate and invoke graphic character sets
Richard Palethorpe
2017-01-11
Proposal for line wrap - ^[[7h and ^[[7l (private)
Michael Brumlow
2017-01-11
Add support for setting title from OSC
Joe Wilm
2017-01-09
Fix last panic with `cat /dev/urandom`
Joe Wilm
2017-01-10
Fixing panic on cat /dev/urandom
Michael Brumlow
2017-01-07
Merge pull request #216 from mbrumlow/better_bounds_checking
Joe Wilm
2017-01-07
Changes requested.
Michael Brumlow
2017-01-07
Fixing resize crashes.
Michael Brumlow
2017-01-07
Removing stale comment.
Michael Brumlow
2017-01-07
Implementing line wrapping.
Michael Brumlow
2017-01-07
Better bounds checking.
Michael Brumlow
2017-01-07
Fixes a slew of bounds issues.
Michael Brumlow
2017-01-06
Clippy fixes!
Manish Goregaokar
2017-01-06
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 range_contains feature
Manish Goregaokar
2017-01-06
Remove need for step_by feature
Manish Goregaokar
2017-01-06
Handle invalid gotos more gracefully.
Josh Leverette
2017-01-01
Add support for SGR mouse reporting
Joe Wilm
2016-12-29
Improve RenderableCellsIter performance
Joe Wilm
2016-12-29
Add Default impl for Cell
Joe Wilm
2016-12-29
Fix pty read sometimes not triggering draw
Joe Wilm
2016-12-29
Fix some bugs with selections
Joe Wilm
2016-12-29
Unify Cursor, Location and name it Point
Joe Wilm
2016-12-29
Fix selection copy for long lines
Joe Wilm
2016-12-26
Implement copying selection for macOS
Joe Wilm
2016-12-22
Implement visual component of mouse selections
Joe Wilm
2016-12-16
Misc formatting fixes
Joe Wilm
[next]