From owner-freebsd-current@freebsd.org Mon Sep 11 16:09:36 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BECD3E14237 for ; Mon, 11 Sep 2017 16:09:36 +0000 (UTC) (envelope-from mqudsi@neosmart.net) Received: from mail-qk0-x22f.google.com (mail-qk0-x22f.google.com [IPv6:2607:f8b0:400d:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 812A866F07 for ; Mon, 11 Sep 2017 16:09:36 +0000 (UTC) (envelope-from mqudsi@neosmart.net) Received: by mail-qk0-x22f.google.com with SMTP id b82so19550862qkc.4 for ; Mon, 11 Sep 2017 09:09:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=neosmart.net; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=B0fVHER+23G2wj0HNV3qaF1Px2PlObaeAKpyNyBcREM=; b=NRwZoCVvNwgQp4w9iXQ0Q3DiqQjvLbMD0RMhqq2AYahQBhbsVrQY8GGPOIfiTS3Az2 /NClT7yHR/QhG5TU0Gw9jgo8USEn9dW5jo+K+j9+EuOZw2zyWy0MMh463G7SNVNAVL+F tbM64aA2CgFyewhP29lxOIeCtvPfjyGEa8tN8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=B0fVHER+23G2wj0HNV3qaF1Px2PlObaeAKpyNyBcREM=; b=SuhALpJDhIMqG/+qloFi5w3Zs1xPZ+7izFb6tVgWEwcZ82H6d8ctjN1DqgyiT7C+jz 7NxdDSKzDRd5NiYtRovlF7BC6PMUCcfMx+aGvt8uoXO6FBz7mxU/9Gd6ypXcQq1QAosF xOocXtPC2sjBLRetzSFYtHgC3lNBLTfgi0nuEYXuE8ox9hIhixUKwztHXlpnTyzo/gek Ic+gtFjdJegqczfdnyPFQh/n+Zd7978dJKKrsknLOKtOGVJgL+yGwocNTjXTALDhAKe4 /v9ohtantxAvikg8intUrQvDAxJh6mO8OewiA9CRpO2hlyOlb5Xh3nrzqvIzUsLIGsHK tmfQ== X-Gm-Message-State: AHPjjUjVcVIXqlKWzO7cFguEkX4SBYm/jiU+DiZw52qFv1E6DqdgLiMC oS5VNfk3rGLw/c6cCtVSAQGXBVSk7wAoH+4= X-Google-Smtp-Source: AOwi7QBN24Veusm1WTktF/DTaiUE5cUbq/cWoZxeN80SW8QTb4tdwD+cMc4wQEy0ozVn+KG1jLVUUKsF0CrLinyuW54= X-Received: by 10.55.39.22 with SMTP id n22mr17216969qkn.293.1505146175418; Mon, 11 Sep 2017 09:09:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.42.196 with HTTP; Mon, 11 Sep 2017 09:09:14 -0700 (PDT) In-Reply-To: <20170911090324.62f7d0aa@ernst.home> References: <20170911090324.62f7d0aa@ernst.home> From: Mahmoud Al-Qudsi Date: Mon, 11 Sep 2017 11:09:14 -0500 Message-ID: Subject: Re: SSH from WSL acts as if overwrite were enabled while actually inserting To: gljennjohn@gmail.com Cc: "freebsd-current@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2017 16:09:36 -0000 > Have you tried it with a different shell? Such as /bin/sh rather than > fish? As I mentioned, > (regardless of the $TERM value under FreeBSD or the SSH shell I___m logging into). It seems to be a lower level issue than that, perhaps termcap related. Mahmoud