From owner-freebsd-questions@freebsd.org Thu Nov 5 12:57:05 2015 Return-Path: Delivered-To: freebsd-questions@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 07781A23F2C for ; Thu, 5 Nov 2015 12:57:05 +0000 (UTC) (envelope-from mmatalka@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (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 9805A17B1 for ; Thu, 5 Nov 2015 12:57:04 +0000 (UTC) (envelope-from mmatalka@gmail.com) Received: by wmeg8 with SMTP id g8so13440701wme.0 for ; Thu, 05 Nov 2015 04:57:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=POLhn+iBLkFXd3GjFTJZ7gHvFMin+sOH3EjwUfYbG5s=; b=WkjvDjw6yhXCc9rj+bt0mcDH1FE/sXX2eJ5yQiW4SD8+ghHER7z03P2G4btBLMvwaj AillP2ySK3JNckyBj150hgAbbSEY0dfNmbwGfk8vwP9BWuwcWTVMWAzXzDyb2WWGTuU8 DDfHggD+PO2Dtx4qiMlRfSlq2tX6W0rvQi6aLxS705eyuPJ/POjsh65UwlVDaw4lc0I6 aL1mr4IW0WdFLMqv1Ux2o0MtqZkobLpBeMm/6FICnYwBs6efwWOiNbK0yI64dw7WnK1c H+PY94LQqNrzI+nNhgpSPv3yM5NHcGSz6djIOdRJ8GogZnwjFeQYpvtJ4coJQ1arcUWA MRcg== X-Received: by 10.28.55.209 with SMTP id e200mr3311202wma.79.1446728223190; Thu, 05 Nov 2015 04:57:03 -0800 (PST) Received: from localhost (li195-236.members.linode.com. [178.79.139.236]) by smtp.gmail.com with ESMTPSA id hu2sm6886554wjb.21.2015.11.05.04.57.01 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Nov 2015 04:57:01 -0800 (PST) From: Malcolm Matalka To: freebsd-questions@freebsd.org Subject: sterm & tmux Date: Thu, 05 Nov 2015 12:57:00 +0000 Message-ID: <86fv0ktxib.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2015 12:57:05 -0000 Is anyone using sterm with tmux inside of it? I am running into a few issues. - If I use st-256colors (which shows up in toe), then things that work redraw great and everything is good, except many programs do not run with an error about the terminal. For example: $ emacs -nw emacs: Cannot open terminfo database file - If I set TERM to xterm or xterm-256color and run in tmux, then programs work however it redraws in broken ways. For example, if I hit up arrow and then go to beginning of a line to edit it, the text gets overwritten, visually, however when you redraw the screen the text has been inserted. This doesn't happen at first, as well, but it takes the buffer getting full a bit. There are other issues along similar lines, as well. Does anyone know what's going on here and what to do? Thanks, /Malcolm