aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/terminal/terminal.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
* Restore asserts and error handlingGravatar John Hood2017-08-23
* Remove various assert(constant) callsGravatar John Hood2017-08-06
* Remove excessive parenthesesGravatar John Hood2017-08-06
* Collapse nested conditionals.Gravatar John Hood2017-08-06
* Describe Cell width as a narrow/wide boolean.Gravatar John Hood2016-11-17
* Remove unused includeGravatar John Hood2016-11-06
* Eliminated "handled" field in Parser::ActionGravatar Keith Winstein2016-02-10
* Fix prediction unicode bug. Make all Cell members private.Gravatar John Hood2015-12-24
* Avoid wcwidth(), wcrtomb() and mbrtowc() on ASCII/ISO8859-1 characters.Gravatar john hood2015-12-06
* Reduce character cell lookups in Emulator::print().Gravatar John Hood2015-12-06
* Change Framebuffer's containers/methods to improve performance.Gravatar John Hood2015-12-06
* terminal.cc: Remove overly-strong assertion on Unicode fallbackGravatar Keith Winstein2015-08-24
* Move Emulator::{open,close} to DisplayGravatar Anders Kaseorg2013-03-10
* Add OpenSSL licensing exceptionGravatar Keith Winstein2012-07-20
* Quit with cursor visible.Gravatar Keith Winstein2012-05-23
* Fix valgrind error with 1-col char then 2-col char in a 1x1 terminalGravatar Keith Winstein2012-04-15
* Fix bug sometimes causing missing (or spurious) wraparound copy-and-pasteGravatar Keith Winstein2012-04-02
* No need to reset scrolling region on close -- we always clean this upGravatar Keith Winstein2012-03-21
* Change shutdown sequence (take away DECSTR)Gravatar Keith Winstein2012-03-21
* Fix asserts with side-effects (per Keegan McAllister)Gravatar Keith Winstein2012-03-08
* Add copyright/license noticesGravatar Keith Winstein2012-02-06
* Separate modules by subdirectoryGravatar Keith Winstein2012-02-06