aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Add color option to visual bellChristian Duerr2018-12-17
* Fixing tabs in copy-pasteSteve Blundy2018-12-15
* Ignore result on deregistering ptydm1try2018-12-14
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Fix rendering of zero-width charactersChristian Duerr2018-12-09
* Change missing config log level to infoTezkerek2018-12-08
* Fix recording of ref testsChristian Duerr2018-12-08
* Use tool lints for clippy allow/deny lint attributesMatthias Krüger2018-12-07
* Detach Child process to avoid zombie processesVineeth Sagar2018-12-06
* Launch a login shell by default on macOSBjorn Neergaard2018-12-03
* Request user attention when bell received in macOSBarret Rennie2018-12-02
* Fix for an underflow on some type conversions (#1715)Zac Pullar-Strecker2018-11-25
* Ignore initial size if the window is maximized on startdm1try2018-11-23
* Add option for launching Alacritty maximizedJonathan Dahan2018-11-19
* Add keybinding action for clearing warns/errorsChristian Duerr2018-11-19
* Remove `scale_with_dpi` setting from configChristian Duerr2018-11-18
* Lower log level of warnings in ansi.rsChristian Duerr2018-11-18
* Display errors and warningsChristian Duerr2018-11-17
* Fix blurry fonts without dynamic paddingChristian Duerr2018-11-16
* Add option for dynamic padding (#1780)Christian Duerr2018-11-15
* Fix specifying 0 lines/columns in config fileChristian Duerr2018-11-13
* Fix incorrect padding calculationsChristian Duerr2018-11-12
* Center the grid inside the windowChristian Duerr2018-11-11
* Set env variables before window startChristian Duerr2018-11-11
* Remove re-export of glutin size typesChristian Duerr2018-11-10
* Upgrade Glutin to v0.19.0Matt Keeler2018-11-10
* Fix clippy issuesChristian Duerr2018-11-04
* Fix selection while scrollingNathan Lilienthal2018-11-02
* Fix default hollow cursor behavior with empty confChristian Duerr2018-11-01
* Fix mouse pasting in mouse mode with shiftChristian Duerr2018-11-01
* Rework cursor configurationChristian Duerr2018-11-01
* Update serde_yaml to 0.8Do Duy2018-11-01
* Explicitly detach from the console on exitZac Pullar-Strecker2018-10-28
* Refactor platform-specific codeChristian Duerr2018-10-27
* Relax matching of URL modifiersChristian Duerr2018-10-27
* Add option to open URLs on clickChristian Duerr2018-10-22
* Fix rotation of selection below 0Christian Duerr2018-10-20
* Attach to the console of the parent process on windowsZac Pullar-Strecker2018-10-18
* Allow the usage of scancodes in the configChristian Duerr2018-10-16
* Add support for Windows (#1374)Zac Pullar-Strecker2018-10-16
* fix erroneous indexed_color resultsRobert Martin Winterstein2018-10-07
* Drop terminal lock before renderingtrimental2018-09-30
* Fix failing test with `bench` featureChristian Duerr2018-09-29
* Fix rendering of selections outside the viewportChristian Duerr2018-09-28
* Fix deserialization of old decorations valuesChristian Duerr2018-09-28
* Fix selection start point lagging behind cursorChristian Duerr2018-09-27
* Fix selection of empty linesChristian Duerr2018-09-26
* Implement CNL and CPL escape codes (#1590)Niklas Claesson2018-09-26
* Add standalone terminfo definitionDaniel Eklöf2018-09-24
* Dynamically initialize grid storageChristian Duerr2018-09-24