aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src
Commit message (Expand)AuthorAge
...
| * Fix typo in SizeInfo padding_y rustdocÖmer Sinan Ağacan2022-01-21
| * Fix OSC 104 with empty second parameterDaftMouse2022-01-20
| * Add ´?´ support to OSC 4DaftMouse2022-01-15
| * Fix fullwidth char regex search infinite loopChristian Duerr2022-01-08
| * Fix last column block selectiona5ob7r2022-01-07
| * Trim \n from hints/semantic-/simple selectiona5ob7r2022-01-04
| * Fix CreateNewWindow CLI fallbackChristian Duerr2021-12-23
| * Remove shared PID/FD variablesChristian Duerr2021-12-19
| * Keep history position when viewport is cleareda5ob7r2021-12-18
| * Remove trailing whitespace from block selectionjeremycostanzo2021-12-18
| * Remove outdated Rust compatibility codefee1-dead2021-12-17
| * Fix vi cursor moving incorrectly with new outputa5ob7r2021-12-03
| * Fix crash when vi cursor in history during cleara5ob7r2021-12-03
| * Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
| * Update signal-hook to 0.3.10James McCoy2021-11-15
| * Fix libxkbcommon-devel package name for openSUSEDiego Garza2021-11-02
| * Add multi-window supportChristian Duerr2021-10-23
| * Update rustfmt configurationChristian Duerr2021-10-11
* | Interprets mode 80 as Sixel Display Mode.Ayose2021-09-24
* | Terminal mode to control cursor position after a new graphic.Ayose2021-09-24
|\ \
| * | move_forward takes a relative column count, not an absolute column numberDaniel Brooks2021-06-20
| * | put the TermMode back to just u32; I had miscounted the bitsDaniel Brooks2021-06-20
| * | support DECSET/DECRST (CSI ? Pm h) to change where the cursor ends upDaniel Brooks2021-06-11
* | | Merge remote-tracking branch 'vendor/master' into graphicsAyose2021-09-23
|\ \ \ | | |/ | |/|
| * | Handle PTY EIO error for Rust 1.55+Ilya Bobyr2021-09-19
| * | Remove unused struct fieldsChristian Duerr2021-09-15
| * | Fix fullwidth character crash on resizeChristian Duerr2021-08-01
| * | Fix insert mode crash with fullwidth charactersChristian Duerr2021-07-22
| * | Fix vi cursor tracking during scrollingChristian Duerr2021-07-17
| * | Fix copying interrupted tab charactersChristian Duerr2021-07-16
| * | Fix search regressionsChristian Duerr2021-07-12
| * | Fix PTY performance regressionsChristian Duerr2021-07-08
| * | Fix vi cursor motion with ScrollPage* actionsa5ob7r2021-07-04
| * | Fix crash when resizing during vi modeChristian Duerr2021-07-04
| * | Add buffer for PTY reads during terminal lockChristian Duerr2021-07-03
| * | Fix clippy warningsChristian Duerr2021-07-03
* | | Merge remote-tracking branch 'vendor/master' into graphicsAyose2021-06-21
|\| | | |/ |/|
| * Fix regex search regressiona5ob7r2021-06-20
| * Fix ScrollHalfPageUp vi cursor motion regressiona5ob7r2021-06-16
* | Define MAX_GRAPHIC_DIMENSIONS as a 2-elements array.Ayose2021-05-31
* | Avoid unnecessary clone when set graphic data.Ayose2021-05-31
* | Merge commit '5972714b642efb3f257b77fdf526ebe8492cafd8' into graphicsAyose2021-05-31
|\ \
| * | remove an unncessary variable from insert_graphicDaniel Brooks2021-05-31
| * | Don’t erase text behind a sixel image; the image might be transparentDaniel Brooks2021-05-30
* | | Merge remote-tracking branch 'vendor/master' into graphicsAyose2021-05-29
|\ \ \ | |/ / |/| / | |/
| * Fix crashes with cut-off fullwidth charactersChristian Duerr2021-05-28
| * Improve rendering performanceChristian Duerr2021-05-22
| * Fix crash when copying out of bounds selectionsChristian Duerr2021-05-07
| * Fix release mode testsChristian Duerr2021-05-01
| * Fix single column block selectionChristian Duerr2021-05-01