index
:
r-alacritty.git
experimental
rahm
rahm2
My custom-patched version of alacritty.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input.rs
Commit message (
Expand
)
Author
Age
*
Fix selection tests
Christian Duerr
2018-06-02
*
Rework auto-scrolling options
Christian Duerr
2018-06-02
*
Replace scrolling methods with enum
Christian Duerr
2018-06-02
*
Add scrollback hotkeys
Christian Duerr
2018-06-02
*
Fix multi-line selection with single cell end
Christian Duerr
2018-06-02
*
Fix selection in scrollback
Christian Duerr
2018-06-02
*
Fix linux config default value
Christian Duerr
2018-06-02
*
Merge branch #1095
Christian Duerr
2018-06-02
*
Make normal scrolling line amount configurable
Christian Duerr
2018-06-02
*
Disable faux scrolling when shift is pressed
Christian Duerr
2018-06-02
*
Add faux_scrolling back to scrollback
Christian Duerr
2018-06-02
*
Add SCROLL_MULTIPLIER
Joe Wilm
2018-06-02
*
Scroll to bottom on character received
Joe Wilm
2018-06-02
*
checkpoint: very basic scrolling works
Joe Wilm
2018-06-02
*
Don't paste selection when in mouse mode
Christian Duerr
2018-05-05
*
Switch meta key to alt instead of super
Christian Duerr
2018-03-12
*
Add modifiers to mouse events
Christian Duerr
2018-03-12
*
Fix clippy lints
Celti Burroughs
2018-03-12
*
Rename button_state to prev_state for clarity
Celti Burroughs
2018-03-12
*
Extend SGR and VT200 (normal) mouse support
Celti Burroughs
2018-03-12
*
Non-bracketed paste support for DOS CRLFs.
Giorgio Gallo
2018-01-07
*
Resolves #733.
Giorgio Gallo
2018-01-07
*
Fix SGR mouse reporting
Joe Wilm
2018-01-06
*
Add clippy check to travis
Christian Duerr
2018-01-06
*
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-03
*
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
2018-01-02
*
Fix zombie children (#976)
Joe Wilm
2017-12-29
*
Update bitflags to v1
Chet Gurevitch
2017-12-23
*
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-12-22
*
Rewrite err_println to eprintln introduced in Rust 1.19 (#799)
Roel
2017-10-22
*
Implement user actions for font resize (#625)
Dan Aloni
2017-10-14
*
Use clippy = "*", update, and fix some warnings (#796)
Aaron Hill
2017-09-27
*
Fix #721: touchpad scrolling (#726)
Linus Heckemann
2017-09-02
*
Update to latest Glutin/winit (#671)
Joe Wilm
2017-07-20
*
Update tests for new Selection API
Joe Wilm
2017-06-19
*
Implement semantic and line selection dragging
Joe Wilm
2017-06-19
*
Fix selection when padding is present
Tuomas Siipola
2017-06-06
*
Implement FocusIn/FocusOut reports (#589)
Aaron Hill
2017-05-29
*
Add support for running commands on key press (#566)
Dominik Miedziński
2017-05-25
[next]