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
/
alacritty_terminal
/
src
/
term
/
mod.rs
Age
Commit message (
Expand
)
Author
2020-07-28
Bump minimum supported Rust version to 1.43.0
Kirill Chibisov
2020-07-27
Fix CellForeground and CellBackground cursor colors
Kirill Chibisov
2020-07-26
Invert fixed color cursor if it's close to cell bg
Christian Duerr
2020-07-23
Add secondary DA support
Christian Duerr
2020-07-15
Add support for searching without vi mode
Christian Duerr
2020-07-11
Remove gui dependencies from alacritty_terminal
Kirill Chibisov
2020-07-10
Add option to run command on bell
Kirill Chibisov
2020-07-09
Add regex scrollback buffer search
Christian Duerr
2020-07-06
Fix saved cursor handling
Christian Duerr
2020-07-06
Preserve linewrap flag across alt screen switches
Christian Duerr
2020-07-01
Fix reflow of empty wrapped cursor line
Christian Duerr
2020-06-29
Fix foreground dimming with truecolor text
Carlo Abelli
2020-06-28
Rename alt_grid to inactive_grid
Christian Duerr
2020-06-26
Clear selection on clear line/screen escapes
Kirill Chibisov
2020-06-18
Add automatic scrolling during selection
Christian Duerr
2020-06-07
Remove copypasta dependency from alacritty_terminal
Kirill Chibisov
2020-06-06
Remove copyright notice from files
Christian Duerr
2020-05-30
Refactor Term/Grid separation
Christian Duerr
2020-05-17
Fix crash when writing wide char in last column
Christian Duerr
2020-05-05
Extend style guideline documentation
Christian Duerr
2020-05-01
Fix clippy warnings
Matthias Krüger
2020-04-20
Clear selection on grid swap
Rémi Garde
2020-03-30
Fix tabstops not being reset with 'reset'
Kirill Chibisov
2020-03-26
Remove `fs::read_to_string` reimplementations
Christian Duerr
2020-03-24
Fix cursor position after alt screen resize
Christian Duerr
2020-03-21
Fix invisible selection
Christian Duerr
2020-03-18
Add modal keyboard motion mode
Christian Duerr
2020-03-14
Fix live config reload for window title
Christian Duerr
2020-03-07
Fix selection with invisible start and end
Christian Duerr
2020-03-01
Remove `tabspaces` config option
Christian Duerr
2020-03-01
Fix tabs across linewrap
Christian Duerr
2020-02-23
Fix config reload updating incorrect grid
Christian Duerr
2020-02-22
Fix block selection including last column
Christian Duerr
2020-02-10
Revert "Fix backspace deleting chars when IME is open"
Christian Duerr
2020-02-07
Fix selection expansion across full-width glyphs
Christian Duerr
2020-01-31
Mirror OSC query terminator
Christian Duerr
2020-01-26
Fix incorrect grid.len() and grid.history_size()
Kirill Chibisov
2020-01-21
Fix first cell when selection is off screen
Christian Duerr
2020-01-20
Remove scrolling.auto_scroll feature
Kirill Chibisov
2020-01-15
Expand line selection across wrapped lines
Christian Duerr
2020-01-11
Move Alacritty to organization
Christian Duerr
2020-01-09
Fix cut off full width glyphs in last column
Christian Duerr
2019-12-24
Fix screen reset not clearing cell flags
Christian Duerr
2019-12-21
Fix Windows CI build failure
Christian Duerr
2019-11-23
Move renderer from alacritty_terminal to alacritty
Kirill Chibisov
2019-11-18
Fix deletion of lines when clearing the screen
Nathan Lilienthal
2019-11-17
Fix ESC escapes not ignoring invalid intermediates
Kirill Chibisov
2019-11-17
Fix cell reset not clearing flags and foreground
Kirill Chibisov
2019-11-15
Fix `CSI Ps M` deleting lines above cursor
Christian Duerr
2019-11-14
Fix division by zero without any cols or lines
Burak Yigit Kaya
[next]