- Mar 11, 2013
-
-
Anders Kaseorg authored
cppcheck found an exception safety bug in the old code, but like, really now. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
In the old code, cppcheck complained about throwing in the destructor, but like, seriously? Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu> Closes #392.
-
Anders Kaseorg authored
The configure --enable-tests flag is no longer needed because check_PROGRAMS are not built until you run ‘make check’. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu> Closes #384. Closes #2.
-
Anders Kaseorg authored
Closes #2 Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu> Closes #385.
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
sqweek authored
Fixes the "window title being clobbered" issue raised in issue 137. Signed-off-by:sqweek <sqweek@gmail.com> Closes #380. Closes #137.
-
sqweek authored
For interoperability's sake, accept OSCs of the form ESC];title^G treating them the same as ESC]0;title^G Signed-off-by:sqweek <sqweek@gmail.com>
-
- Jan 19, 2013
-
-
Keith Winstein authored
-
Alexander von Gernler authored
A perror() message flanking an open() call was reading "dup2" where it should read "open". [closes #377]
-
Keith Winstein authored
-
Anton Lundin authored
Now when we don't need some fancy pty for sending on window-size and reading proxy-output from, just use a regular pipe to drop dependency on IO::Pty [closes #378]
-
Anton Lundin authored
Somehow we still need to have a real pty on stdin to ssh so window-size-thingie works.
-
Anton Lundin authored
-
- Jan 17, 2013
-
-
Anton Lundin authored
Make the whole extra curses/ncurses/ncursesw only check if we didn't find tinfo the "old" way.
-
Anton Lundin authored
Fixes issue rased in #358
-
Anton Lundin authored
Tabs where erronusly introduced in 993abf57
-
- Jan 16, 2013
-
-
Anton Lundin authored
Dup the pty to STDIN to prevent hour the exec'ed ssh from consuming our early input. Due to the fact that mosh-server copies the pty settings from the pty it as when starting, we can't set that one to a raw. This are probably a combination of effects cased by fcc629ac and 18dc967c. This probably fixes #366 [Closes #369]
-
- Jan 15, 2013
-
-
Keith Winstein authored
-
Keith Winstein authored
-
- Dec 17, 2012
-
-
Anton Lundin authored
When ncurses is in a separate include dir, we need to take the term.h from there to match with the [n]curses.h
-
- Dec 13, 2012
-
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
- Dec 01, 2012
-
-
Anton Lundin authored
-
Anton Lundin authored
getopt.h doesn't exist on AIX and getopt is in unistd.h
-
Anton Lundin authored
-
Anton Lundin authored
-
Anton Lundin authored
On solaris, the term.h pulls in termio.h and termios.h if it detects that they are not loaded. Because stmclient.h pulls in termios.h that breaks type definitions in term.h that needs termio.h.
-
Anton Lundin authored
Detect diffrent variants of curses and use them.
-
Anton Lundin authored
If subtract is called on itself, prefix and this is the same and the iterator is invalid after modifying the underlaying object. Instead just clear everyting. Closes #354. Closes #355.
-
- Nov 29, 2012
-
-
Jonathan McCrohan authored
-