summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-11-07Revert "Extend true color test to include background color erase."John Hood
2017-11-06Extend true color test to include background color erase.John Hood
2017-11-06Fix issue with incorrect true-color background erase colors.John Hood
2017-11-06Make Renditions::sgr() more compact in both code and output.John Hood
2017-11-06Overlays were getting set to the wrong colors. Fix.John Hood
2017-11-05Add syslog logging of connectionsTom Judge
2017-11-04Minor SGR printf type signedness fixes.John Hood
2017-11-04Make Terminal::Renditions smaller, and its members private.John Hood
2017-11-04Check tmux version for truecolor test.John Hood
2017-10-29Add emulation-attributes test for true color.Kang.Jianbin
2017-10-29Add true color support.Kang.Jianbin
2017-08-23Fix a minor uninitialized-variable warning.John Hood
2017-08-23Always use non-blocking sockets for recvmsg()John Hood
2017-08-23Restore asserts and error handlingJohn Hood
2017-08-17terminalframebuffer.cc: ignore unknown renditionsKeith Winstein
2017-08-11Safeguard tmux sanity check.John Hood
2017-08-06Remove various assert(constant) callsJohn Hood
2017-08-06Fix Debian GCC7 FTBFS: remove default constructorsJohn Hood
2017-08-06Remove an unnecessary conditional.John Hood
2017-08-06Do not set function parameters.John Hood
2017-08-06Remove private static class methods.John Hood
2017-08-06Various switch statement fixes.John Hood
2017-08-06Remove excessive parenthesesJohn Hood
2017-08-06Prefer early exit/break to large conditional blocks.John Hood
2017-08-06Eliminate unnecessary, trailing else conditional blocks.John Hood
2017-08-06Collapse nested conditionals.John Hood
2017-08-06Split a long printf format string.John Hood
2017-08-02Remove unused Action::operator==Anders Kaseorg
2017-08-02Simplify some conditionals in terminaloverlay.cc.John Hood
2017-08-02Use shared_ptr and references for Actions.John Hood
2017-08-02Deref a shared pointer in a per-byte loopJohn Hood
2017-08-02Convert new/delete to shared_ptr.John Hood
2017-08-02Convert strdup/free to stringJohn Hood
2017-08-02Remove redundant malloc/freeJohn Hood
2017-08-02remove unneeded new/delete in CompressorJohn Hood
2017-08-02Remove redundant new/deleteJohn Hood
2017-08-02Add missing shared::make_shared<T>()John Hood
2017-08-02Fix utempter #ifdefs.John Hood
2017-08-02--predict-overwrite was still inserting one column sometimes. Fix.John Hood
2017-08-02Allow non-inserting prediction.John Hood
2017-08-02Don't do prediction on large pastes into mosh-client.John Hood
2017-08-02Reformat printed strings in sourceJohn Hood
2017-07-31support osc 52 clipboard copy integration.Alex Cornejo
2017-05-28Explicitly set tmux window size in tests.John Hood
2017-05-28Add a pause mechanism for debugging tests.John Hood
2017-05-28Tests: symlink to tmux socketsJohn Hood
2017-05-28Make tmux version check work with tmux master.John Hood
2017-05-22When binding on the IPv6 any address bind for IPv4 tooGiel van Schijndel
2017-05-21Detect broken tmux in testsJohn Hood
2017-05-18Set locale more correctly in testsJohn Hood