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
/
input.rs
Age
Commit message (
Expand
)
Author
2018-01-07
Non-bracketed paste support for DOS CRLFs.
Giorgio Gallo
2018-01-07
Resolves #733.
Giorgio Gallo
2018-01-06
Fix SGR mouse reporting
Joe Wilm
2018-01-06
Add clippy check to travis
Christian Duerr
2018-01-03
Pass ModifiersState to mouse_moved method too
Christian Duerr
2018-01-03
Pass ModifiersState to mouse input as whole
Christian Duerr
2018-01-03
Always clear selection
Christian Duerr
2018-01-03
Use default modifier state
Christian Duerr
2018-01-03
Fix failed tests
Christian Duerr
2018-01-03
Update mouse modifiers to only pass shift
Christian Duerr
2018-01-03
Enable shift+select in mouse mode
Christian Dürr
2018-01-02
Address feedback
Christian Duerr
2018-01-02
Allow faux scroll amount configuration
Christian Dürr
2018-01-02
Add config option for faux scrollback
Christian Dürr
2017-12-29
Fix zombie children (#976)
Joe Wilm
2017-12-23
Update bitflags to v1
Chet Gurevitch
2017-12-22
Style nits
Joe Wilm
2017-12-22
Adapt pixel-based scrolling behavior
Christian Duerr
2017-12-22
Fix faux scrolling for line-based touchpads
Christian Dürr
2017-12-22
Implement faux scrolling
Christian Duerr
2017-10-22
Rewrite err_println to eprintln introduced in Rust 1.19 (#799)
Roel
2017-10-14
Implement user actions for font resize (#625)
Dan Aloni
2017-09-27
Use clippy = "*", update, and fix some warnings (#796)
Aaron Hill
2017-09-02
Fix #721: touchpad scrolling (#726)
Linus Heckemann
2017-07-20
Update to latest Glutin/winit (#671)
Joe Wilm
2017-06-19
Update tests for new Selection API
Joe Wilm
2017-06-19
Implement semantic and line selection dragging
Joe Wilm
2017-06-06
Fix selection when padding is present
Tuomas Siipola
2017-05-29
Implement FocusIn/FocusOut reports (#589)
Aaron Hill
2017-05-25
Add support for running commands on key press (#566)
Dominik Miedziński
2017-05-06
Add window padding option
Tuomas Siipola
2017-02-07
Semantic Selection
Xiaoyu Yin
2017-02-06
Send mouse wheel commands only if they're supported
Tuomas Siipola
2017-02-05
Add "Quit" action to allow exit on a Cmd-W or Cmd-Q
Brandur
2017-02-02
Decouple input processing from Term
Joe Wilm
2017-01-30
Load the primary clipboard when pasting
jc00ke
2017-01-23
Use the log-crate instead of printing to stdout
Lukas Lueg
2017-01-08
Remove some dead code
Joe Wilm
2017-01-06
Fix issue with some international inputs
Joe Wilm
2017-01-06
Clippy fixes!
Manish Goregaokar
2017-01-02
Send correct character sequence with alt key
Joe Wilm
2017-01-02
Fix scrolling with SGR mode
Joe Wilm
2017-01-02
Better error message when xclip is not available
Joe Wilm
2017-01-01
Improve error handling for clipboard actions
Joe Wilm
2017-01-01
Add support for SGR mouse reporting
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-26
Implement copying selection for macOS
Joe Wilm
2016-12-26
Refactor bindings and fix binding tests
Joe Wilm
[next]