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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ansi.rs
Age
Commit message (
Expand
)
Author
2019-01-07
Normalize Log Message Strings
Nathan Lilienthal
2018-12-22
Add proper underline and strikeout support
Christian Duerr
2018-12-10
Upgrade to Rust 2018
Joe Wilm
2018-11-18
Lower log level of warnings in ansi.rs
Christian Duerr
2018-11-17
Display errors and warnings
Christian Duerr
2018-07-23
Add optional dim foreground color
Rémi Garde
2018-07-15
Add bright foreground color option
Christian Duerr
2018-07-15
Add support for cursor shape escape sequence
Anthony Clays
2018-07-01
Fix clippy issues
Christian Duerr
2018-03-12
Add modifiers to mouse events
Christian Duerr
2018-03-04
Remove all instances of unwrap() from config
Christian Duerr
2018-01-08
Fix indexed color setting regression
Niklas Claesson
2018-01-06
Add clippy check to travis
Christian Duerr
2018-01-02
Add support for set-clipboard. (#970)
Geert Jansen
2017-12-24
Change mouse cursor on terminal mode change (#865)
Dustin
2017-12-03
Add cursor style option (#928)
Christian Duerr
2017-11-11
Support more color escape codes (#757)
Tuomas Siipola
2017-10-30
fix some typos in comments
Martin Lindhe
2017-09-30
implement ANSI CSI REP (Repeat)
Jasper Bryant-Greene
2017-09-27
Use clippy = "*", update, and fix some warnings (#796)
Aaron Hill
2017-07-28
Support background and foreground color escape codes (#662)
Tuomas Siipola
2017-07-20
Implement and use ansi attribute CancelBold (#659)
ftilde
2017-06-23
Add dim color support
Jake Merdich
2017-06-11
Add support for Beam, Underline cursors
Joe Wilm
2017-05-29
Implement FocusIn/FocusOut reports (#589)
Aaron Hill
2017-05-08
Fix Device Status reports
Dominik Miedziński
2017-05-07
Add support for Query Device Status
Dominik Miedziński
2017-05-01
Support insert mode
Joe Wilm
2017-04-19
Partially add DECCOLM support
Joe Wilm
2017-04-18
Fixes for vttest cursor movement screen 1
Joe Wilm
2017-04-18
Implement LF/NL
Joe Wilm
2017-03-04
Handle CSI command J3 (Clear saved lines)
Aaron Hill
2017-03-03
Handle OSC command '1' (Set Icon Name)
Aaron Hill
2017-02-25
Change cursor colors config to use text and cursor
Joe Wilm
2017-02-11
Handle OSC for setting indexed color values
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
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-08
Fix parsing of coalesced SGR attributes
Joe Wilm
2017-01-06
Remove need for inclusive ranges
Manish Goregaokar
2017-01-06
Remove need for range_contains feature
Manish Goregaokar
2017-01-01
Add support for SGR mouse reporting
Joe Wilm
2016-12-16
Misc formatting fixes
Joe Wilm
2016-12-16
Remove outdated and no longer correct doc
Joe Wilm
2016-12-16
Rustup and clippy
Joe Wilm
2016-12-11
Cleaning up main; Added window module
Joe Wilm
2016-12-11
Implement Handler::identify_terminal for Term
Joe Wilm
[next]