aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/terminal/terminaldisplayinit.cc
Commit message (Expand)AuthorAge
* clang-format MoshGravatar Benjamin Barenblat2023-08-07
* Switch to C++ versions of standard C headersGravatar Alex Chernyakhovsky2023-07-30
* Switch to fully-qualified #includeGravatar Alex Chernyakhovsky2023-07-30
* Add tmux and alacritty to title_term_typesGravatar Naïm Favier2021-08-26
* Remove private static class methods.Gravatar John Hood2017-08-06
* Remove display-posterizing code. It's been dead 3 years.Gravatar John Hood2015-12-06
* Change Framebuffer's containers/methods to improve performance.Gravatar John Hood2015-12-06
* Resolve cppcheck issues.Gravatar John Hood2015-06-10
* Throw std::exception subclasses instead of std::stringsGravatar Geoffrey Thomas2015-06-04
* scripts/mosh: Add --no-init option to disable alternate screen modeGravatar Anders Kaseorg2013-03-10
* Put the real terminal in alternate screen modeGravatar Anders Kaseorg2013-03-10
* Display: Abstract terminfo capability functionsGravatar Anders Kaseorg2013-03-10
* Use the right term.hGravatar Anton Lundin2012-12-16
* Rework curses detectionGravatar Anton Lundin2012-12-01
* Add OpenSSL licensing exceptionGravatar Keith Winstein2012-07-20
* Hardcode the terminals which accept "set window title"Gravatar Keegan McAllister2012-04-16
* Disable posterization and rely solely on TERM to tell remote end about colorsGravatar Keith Winstein2012-04-14
* Posterize to 8 colors when outer terminal does not support 256 colorsGravatar Keith Winstein2012-03-16
* Correctly render on terminals without BCE (fixes #56 github issue)Gravatar Keith Winstein2012-03-16
* Display::Display: Fix undefined pointer comparisonGravatar Anders Kaseorg2012-03-10
* Eliminate warning on OS X where argument to tigetstr is not constGravatar Keith Winstein2012-03-10
* Use TERM env var / terminfo to decide whether to send ECH. Fixes tmux bug.Gravatar Keith Winstein2012-03-10