summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal
AgeCommit message (Expand)Author
2023-02-02Update winit to 0.28Kirill Chibisov
2023-02-02Prefer environment variables over passwdJovan Gerodetti
2023-01-15Preserve last column with erase in line rightChristian Duerr
2022-12-14Fix multi-line bracket selectionChristian Duerr
2022-11-03Update glutin to 0.30.0Kirill Chibisov
2022-10-22Fix startup failure on macOS with dash as /bin/shKirill Chibisov
2022-10-12Fix clippy warningsChristian Duerr
2022-09-30Migrate from winapi to windows-syskillian
2022-09-17Fix IPC config overriding previous valuesChristian Duerr
2022-09-03Bump development version to 0.12.0-devChristian Duerr
2022-09-01Add IPC config subcommandChristian Duerr
2022-08-10Bump glutin to 0.29.1Kirill Chibisov
2022-07-29Make grid mutably accessible to librariesMikayla Maki
2022-07-25Fix clippy warningsChris Copeland
2022-07-24Fix inverted condition for cell's extra clearingKirill Chibisov
2022-07-24Register Alacritty shells as tty sessions on macOSChris Copeland
2022-07-20Remove panics from UNIX PTY initializationMikayla Maki
2022-07-20Replace `map().unwrap_or()` with `map_or()`Chris Copeland
2022-07-11Fix hyperlinks not being keyboard actionableKirill Chibisov
2022-07-10Add support for hyperlink escape sequenceKirill Chibisov
2022-07-01Add `cursor.blink_timeout` config optionKirill Chibisov
2022-06-20Bump dirs to 4.0.0a5ob7r
2022-06-16Bump copypasta to 0.8.0Christian Duerr
2022-06-15Use `MaybeUninit<usize>` instead of `usize` in `Storage::swap`nils
2022-06-09Fix flickering during resize on WaylandKirill Chibisov
2022-06-07Fix old vi cursor not being properly damagedKirill Chibisov
2022-06-02Fix a few minor clippy lintsYuri Astrakhan
2022-06-01Fix DEC Special Character Set (Line drawing)André Kugland
2022-05-26Fix Vi cursor not being damaged on scrollKirill Chibisov
2022-05-20Enable damage tracking only on WaylandKirill Chibisov
2022-04-06Extract `SizeInfo` from alacritty_terminalKirill Chibisov
2022-03-31Fix OSC 4 color response formatChristian Duerr
2022-03-16Add colored underline supportKirill Chibisov
2022-03-10Fix crash when searching during resetChristian Duerr
2022-02-14Add support for dashed and dotted underlinesKirill Chibisov
2022-02-08Add support for drawing undercurlsKirill Chibisov
2022-02-07Fix alacritty_terminal not emitting damage on color changeKirill Chibisov
2022-02-02Add damage tracking and reporting to compatible compositorsKirill Chibisov
2022-01-21Fix typo in SizeInfo padding_y rustdocÖmer Sinan Ağacan
2022-01-20Fix OSC 104 with empty second parameterDaftMouse
2022-01-15Add ´?´ support to OSC 4DaftMouse
2022-01-08Fix fullwidth char regex search infinite loopChristian Duerr
2022-01-07Fix last column block selectiona5ob7r
2022-01-04Trim \n from hints/semantic-/simple selectiona5ob7r
2021-12-26Migrate to 2021 editionChristian Duerr
2021-12-26Bump development version to 0.11.0-devChristian Duerr
2021-12-23Fix CreateNewWindow CLI fallbackChristian Duerr
2021-12-19Remove shared PID/FD variablesChristian Duerr
2021-12-18Keep history position when viewport is cleareda5ob7r
2021-12-18Remove trailing whitespace from block selectionjeremycostanzo