- 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
-
- Nov 26, 2012
-
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
(based on patch by Nickolai Zeldovich)
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
- Nov 24, 2012
-
-
Keith Winstein authored
-
- Nov 10, 2012
-
-
Keith Winstein authored
-
- Nov 06, 2012
-
-
Keith Winstein authored
Closes #333
-
Keith Winstein authored
-
Keith Winstein authored
-
Kevin Ballard authored
Teach the 'lost contact' warning string about time units larger than seconds. After 60 esconds it will switch over to using a time display that looks like 1:23, or 1:02:34. Fixes #321. Signed-off-by:Kevin Ballard <kevin@sb.org>
-
- Nov 05, 2012
-
-
Keith Winstein authored
-
- Oct 30, 2012
-
-
Keith Winstein authored
-
Peter Iannucci authored
-
Luke Mewburn authored
Display configuration results at end of configure run, including the version, c++ compiler, and various compiler flag variables. Signed-off-by:Luke Mewburn <luke@mewburn.net>
-
Luke Mewburn authored
Extend mosh and mosh-server to support parsing a high port from the desired_port argument. The first (low) port must not be greater than the second (high) port. If only one value is provided, behaviour is as before; bind to one port. Also tweak the formatting in mosh-server(1) synopsis to be consistent. This resolves mosh issue # 296. Signed-off-by:Luke Mewburn <luke@mewburn.net>
-
- Oct 22, 2012
-
-
Keith Winstein authored
-
Keith Winstein authored
This reverts commit 0909ea55.
-
Keith Winstein authored
-
olgeni authored
On FreeBSD, the socket option length must be declared as an int. While I'm here, translate dscp (0x92) to the appropriate constants. (tested on FreeBSD only so far)
-