aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/examples/termemu.cc
Commit message (Expand)AuthorAge
* Switch to C++ versions of standard C headersGravatar Alex Chernyakhovsky2023-07-30
* Switch to fully-qualified #includeGravatar Alex Chernyakhovsky2023-07-30
* Use shared_ptr and references for Actions.Gravatar John Hood2017-08-02
* s/geteuid/getuid/ for correct user lookupsGravatar John Hood2016-11-23
* Remove unnecessary usage of #include <iostream>. Rename templated impls from ...Gravatar John Hood2016-05-14
* Remove usage of exceptional fdsets with select().Gravatar John Hood2016-01-11
* Remove display-posterizing code. It's been dead 3 years.Gravatar John Hood2015-12-06
* Resolve Coverity issuesGravatar John Hood2015-06-10
* termemu: respect $SHELL and exec argv if givenGravatar John Hood2015-06-05
* Mark local functions as staticGravatar Anders Kaseorg2015-06-04
* Fix forkpty() for FreeBSD 10.Gravatar john hood2015-05-25
* Move Emulator::{open,close} to DisplayGravatar Anders Kaseorg2013-03-10
* Added forkpty() and cfmakeraw() fallback implementations if they don't exist.Gravatar Timo Sirainen2012-08-11
* Add OpenSSL licensing exceptionGravatar Keith Winstein2012-07-20
* Remove unused sigfd and skalibsGravatar Keegan McAllister2012-05-16
* Use Select signal handling in examplesGravatar Keegan McAllister2012-05-16
* Make Select a singletonGravatar Keegan McAllister2012-05-16
* Use Select in examplesGravatar Keegan McAllister2012-05-16
* Define PROG, for newer versions of skalibsGravatar Keegan McAllister2012-05-05
* Change some asserts flagging runtime errors to fatal_asserts (Anders Kaseorg)Gravatar Keith Winstein2012-04-16
* Convey locale-related environment variables as backup, and nicer error.Gravatar Keith Winstein2012-04-14
* Linux: Use our own signalfd wrapper, rather than libstddjbGravatar Keegan McAllister2012-04-13
* Print warnings when IUTF8 missingGravatar Keith Winstein2012-03-31
* Fix poll.h locationGravatar Quentin Smith2012-03-28
* Move some locale handling into one placeGravatar Keegan McAllister2012-03-26
* Posterize to 8 colors when outer terminal does not support 256 colorsGravatar Keith Winstein2012-03-16
* Support 256color (and assume 256color terminal). Closes #3 github issue.Gravatar Keith Winstein2012-03-16
* Use TERM env var / terminfo to decide whether to send ECH. Fixes tmux bug.Gravatar Keith Winstein2012-03-10
* Fix asserts with side-effects (per Keegan McAllister)Gravatar Keith Winstein2012-03-08
* Use libstddjb's selfpipe instead of signalfdGravatar Quentin Smith2012-03-07
* Fix ioctlGravatar Quentin Smith2012-03-07
* Remove redundant uses of environGravatar Anders Kaseorg2012-03-07
* Handle util.h if it exists instead of pty.hGravatar Quentin Smith2012-03-07
* Add copyright/license noticesGravatar Keith Winstein2012-02-06
* Make examples compileableGravatar Keith Winstein2012-02-06