Home
last modified time | relevance | path

Searched refs:ssh_pty (Results 1 – 15 of 15) sorted by relevance

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/src/
H A Dssh_cli.erl80 #ssh_pty{term = TermName,
101 Pty = Pty0#ssh_pty{width = Width, height = Height,
200 #ssh_pty{width=Width,height=Height} ->
288 {ok, Tty#ssh_pty.width, Buf};
290 {ok, Tty#ssh_pty.height, Buf};
382 when OldTty#ssh_pty.width == Tty#ssh_pty.width ->
386 N = erlang:max(Tty#ssh_pty.width - OldTty#ssh_pty.width, 0) * 2,
419 move_cursor(From, To, #ssh_pty{width=Width, term=Type}) ->
433 special_at_width(From0, #ssh_pty{width=Width}) when (From0 rem Width) == 0 -> From0 - 1;
611 get_echo(#ssh_pty{modes = Modes}) ->
H A Dssh.hrl468 -record(ssh_pty, {term = "", % e.g. "xterm" record
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/src/
H A Dssh_cli.erl83 #ssh_pty{term = TermName,
104 Pty = Pty0#ssh_pty{width = Width, height = Height,
215 #ssh_pty{width=Width,height=Height} ->
298 {ok, Tty#ssh_pty.width, Buf};
300 {ok, Tty#ssh_pty.height, Buf};
392 when OldTty#ssh_pty.width == Tty#ssh_pty.width ->
396 case OldTty#ssh_pty.width - Tty#ssh_pty.width of
444 move_cursor(From, To, #ssh_pty{width=Width, term=Type}) ->
458 special_at_width(From0, #ssh_pty{width=Width}) when (From0 rem Width) == 0 -> From0 - 1;
644 get_echo(#ssh_pty{modes = Modes}) ->
H A Dssh.hrl493 -record(ssh_pty, {term = "", % e.g. "xterm" record
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/src/
H A Dssh_cli.erl90 #ssh_pty{term = TermName,
170 Pty = Pty0#ssh_pty{width = Width, height = Height,
288 #ssh_pty{width=Width,height=Height} ->
436 {ok, Tty#ssh_pty.width, Buf};
438 {ok, Tty#ssh_pty.height, Buf};
536 when OldTty#ssh_pty.width == Tty#ssh_pty.width ->
540 case OldTty#ssh_pty.width - Tty#ssh_pty.width of
588 move_cursor(From, To, #ssh_pty{width=Width, term=Type}) ->
602 special_at_width(From0, #ssh_pty{width=Width}) when (From0 rem Width) == 0 -> From0 - 1;
808 proplists:get_value(Name, Tty#ssh_pty.modes, undefined)
H A Dssh.hrl508 -record(ssh_pty, {c_version = "", % client version string, e.g "SSH-2.0-Erlang/4.10.5" record
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_cli.erl90 #ssh_pty{term = TermName,
170 Pty = Pty0#ssh_pty{width = Width, height = Height,
288 #ssh_pty{width=Width,height=Height} ->
436 {ok, Tty#ssh_pty.width, Buf};
438 {ok, Tty#ssh_pty.height, Buf};
536 when OldTty#ssh_pty.width == Tty#ssh_pty.width ->
540 case OldTty#ssh_pty.width - Tty#ssh_pty.width of
588 move_cursor(From, To, #ssh_pty{width=Width, term=Type}) ->
602 special_at_width(From0, #ssh_pty{width=Width}) when (From0 rem Width) == 0 -> From0 - 1;
808 proplists:get_value(Name, Tty#ssh_pty.modes, undefined)
H A Dssh.hrl514 -record(ssh_pty, {c_version = "", % client version string, e.g "SSH-2.0-Erlang/4.10.5" record
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_cli.erl90 #ssh_pty{term = TermName,
170 Pty = Pty0#ssh_pty{width = Width, height = Height,
288 #ssh_pty{width=Width,height=Height} ->
436 {ok, Tty#ssh_pty.width, Buf};
438 {ok, Tty#ssh_pty.height, Buf};
536 when OldTty#ssh_pty.width == Tty#ssh_pty.width ->
540 case OldTty#ssh_pty.width - Tty#ssh_pty.width of
588 move_cursor(From, To, #ssh_pty{width=Width, term=Type}) ->
602 special_at_width(From0, #ssh_pty{width=Width}) when (From0 rem Width) == 0 -> From0 - 1;
808 proplists:get_value(Name, Tty#ssh_pty.modes, undefined)
H A Dssh.hrl514 -record(ssh_pty, {c_version = "", % client version string, e.g "SSH-2.0-Erlang/4.10.5" record
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_cli.erl90 #ssh_pty{term = TermName,
170 Pty = Pty0#ssh_pty{width = Width, height = Height,
288 #ssh_pty{width=Width,height=Height} ->
436 {ok, Tty#ssh_pty.width, Buf};
438 {ok, Tty#ssh_pty.height, Buf};
536 when OldTty#ssh_pty.width == Tty#ssh_pty.width ->
540 case OldTty#ssh_pty.width - Tty#ssh_pty.width of
588 move_cursor(From, To, #ssh_pty{width=Width, term=Type}) ->
602 special_at_width(From0, #ssh_pty{width=Width}) when (From0 rem Width) == 0 -> From0 - 1;
808 proplists:get_value(Name, Tty#ssh_pty.modes, undefined)
H A Dssh.hrl514 -record(ssh_pty, {c_version = "", % client version string, e.g "SSH-2.0-Erlang/4.10.5" record
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_cli.erl90 #ssh_pty{term = TermName,
170 Pty = Pty0#ssh_pty{width = Width, height = Height,
288 #ssh_pty{width=Width,height=Height} ->
436 {ok, Tty#ssh_pty.width, Buf};
438 {ok, Tty#ssh_pty.height, Buf};
536 when OldTty#ssh_pty.width == Tty#ssh_pty.width ->
540 case OldTty#ssh_pty.width - Tty#ssh_pty.width of
588 move_cursor(From, To, #ssh_pty{width=Width, term=Type}) ->
602 special_at_width(From0, #ssh_pty{width=Width}) when (From0 rem Width) == 0 -> From0 - 1;
808 proplists:get_value(Name, Tty#ssh_pty.modes, undefined)
H A Dssh.hrl514 -record(ssh_pty, {c_version = "", % client version string, e.g "SSH-2.0-Erlang/4.10.5" record
/dports/net/mosh/mosh-1.3.2/scripts/
H A Dmosh.pl81 my $ssh_pty = 1;
161 'ssh-pty!' => \$ssh_pty,
350 if ($ssh_pty) {