[xmonad] Newbie first patch to make the **Ssh** extension work with user.
adam vogt
vogt.adam at gmail.com
Mon May 5 00:27:47 UTC 2014
Thanks Lei, I've applied it.
Next time try to avoid introducing warnings:
(\(u,h) -> h)
is better written as:
(\(_u, h) -> h)
or
snd
Of course it doesn't really make any difference with tiny functions
like that one, but with bigger functions that warning helps us avoid
bugs and makes things easier to understand.
Regards,
Adam
On Sun, May 4, 2014 at 5:20 AM, Lei Chen <linxray at gmail.com> wrote:
> Hi,
>
> The patch add *user* support to the *Ssh* extension, .e.g ssh admin at host.
> By the way, it is the first time i write haskell code snippet for a great
> project. If there is anything wrong with the code, code style, comment,
> please let me know.
> The *XMonad* is awesome, i love it.
>
> --
> No pain ,No gain!
> From Ray!
>
> _______________________________________________
> xmonad mailing list
> xmonad at haskell.org
> http://www.haskell.org/mailman/listinfo/xmonad
>
More information about the xmonad
mailing list