Now aliases file can contain comments, which have to start with '#'.
I changed the syntax from [alias] to @alias.
I made these and other changes in a different repository due of the
unresponsiveness of the maintainer.
Gitweb: http://www.aggro.it/gitweb/?p=mssh.git;a=summary
Clone url: git://daria
Patch attached.
>From 9cdc73315556816f384c2178d48eede5bbdce2a0 Mon Sep 17 00:00:00 2001
From: Lorenzo Masini
Date: Mon, 8 Aug 2011 20:58:06 +0200
Subject: [PATCH] Made the window to be resizable.
Organization: Develer s.r.l.
---
src/mssh-window.c |3 ++-
1 files changed, 2 insertions(+)
Patch attached.
--- a/src/mssh-terminal.c
+++ b/src/mssh-terminal.c
@@ -46,8 +46,9 @@ void mssh_terminal_start_session(MSSHTerminal *terminal, char **env)
args[1] = terminal->hostname;
args[2] = NULL;
-vte_terminal_fork_command(VTE_TERMINAL(terminal), "ssh", args,
-env, NULL
3 matches
Mail list logo