summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-12-10Upgrade to Rust 2018Joe Wilm
2018-12-09Fix rendering of zero-width charactersChristian Duerr
2018-12-08Change missing config log level to infoTezkerek
2018-12-08Fix recording of ref testsChristian Duerr
2018-12-07Use tool lints for clippy allow/deny lint attributesMatthias Krüger
2018-12-06Detach Child process to avoid zombie processesVineeth Sagar
2018-12-03Launch a login shell by default on macOSBjorn Neergaard
2018-12-02Request user attention when bell received in macOSBarret Rennie
2018-11-25Fix for an underflow on some type conversions (#1715)Zac Pullar-Strecker
2018-11-23Ignore initial size if the window is maximized on startdm1try
2018-11-19Add option for launching Alacritty maximizedJonathan Dahan
2018-11-19Add keybinding action for clearing warns/errorsChristian Duerr
2018-11-18Remove `scale_with_dpi` setting from configChristian Duerr
2018-11-18Lower log level of warnings in ansi.rsChristian Duerr
2018-11-17Display errors and warningsChristian Duerr
2018-11-16Fix blurry fonts without dynamic paddingChristian Duerr
2018-11-15Add option for dynamic padding (#1780)Christian Duerr
2018-11-13Fix specifying 0 lines/columns in config fileChristian Duerr
2018-11-12Fix incorrect padding calculationsChristian Duerr
2018-11-11Center the grid inside the windowChristian Duerr
2018-11-11Set env variables before window startChristian Duerr
2018-11-10Remove re-export of glutin size typesChristian Duerr
2018-11-10Upgrade Glutin to v0.19.0Matt Keeler
2018-11-04Fix clippy issuesChristian Duerr
2018-11-02Fix selection while scrollingNathan Lilienthal
2018-11-01Fix default hollow cursor behavior with empty confChristian Duerr
2018-11-01Fix mouse pasting in mouse mode with shiftChristian Duerr
2018-11-01Rework cursor configurationChristian Duerr
2018-11-01Update serde_yaml to 0.8Do Duy
2018-10-28Explicitly detach from the console on exitZac Pullar-Strecker
2018-10-27Refactor platform-specific codeChristian Duerr
2018-10-27Relax matching of URL modifiersChristian Duerr
2018-10-22Add option to open URLs on clickChristian Duerr
2018-10-20Fix rotation of selection below 0Christian Duerr
2018-10-18Attach to the console of the parent process on windowsZac Pullar-Strecker
2018-10-16Allow the usage of scancodes in the configChristian Duerr
2018-10-16Add support for Windows (#1374)Zac Pullar-Strecker
2018-10-07fix erroneous indexed_color resultsRobert Martin Winterstein
2018-09-30Drop terminal lock before renderingtrimental
2018-09-29Fix failing test with `bench` featureChristian Duerr
2018-09-28Fix rendering of selections outside the viewportChristian Duerr
2018-09-28Fix deserialization of old decorations valuesChristian Duerr
2018-09-27Fix selection start point lagging behind cursorChristian Duerr
2018-09-26Fix selection of empty linesChristian Duerr
2018-09-26Implement CNL and CPL escape codes (#1590)Niklas Claesson
2018-09-24Add standalone terminfo definitionDaniel Eklöf
2018-09-24Dynamically initialize grid storageChristian Duerr
2018-09-24Allow copying selection to primary clipboardGris Ge
2018-09-23 Implement config option for term colors 16..256Christian Duerr
2018-09-23Fix mesa rendering outside window borders on waylandtrimental