Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:text': 0.05; 'assign': 0.07; 'subject:ANN': 0.07; 'currently,': 0.09; 'escape': 0.09; 'imply': 0.09; 'screen.': 0.09; 'subject:editor': 0.09; 'runs': 0.10; 'question.': 0.14; 'windows': 0.15; 'bash,': 0.16; 'box".': 0.16; 'locally,': 0.16; 'ssh': 0.16; 'ubuntu.': 0.16; 'sender:addr:gmail.com': 0.17; 'library': 0.18; 'meant': 0.20; 'header:In-Reply-To:1': 0.27; 'character': 0.29; 'dos': 0.30; 'message-id:@mail.gmail.com': 0.30; 'usually': 0.31; 'linux.': 0.31; 'run': 0.32; 'another': 0.32; 'linux': 0.33; 'mac': 0.33; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'ubuntu': 0.36; 'hi,': 0.36; 'so,': 0.37; 'thank': 0.38; 'to:addr :python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'skip:u 10': 0.60; 'within': 0.65; 'default': 0.69; 'conflicts': 0.84; 'received:mail-ob0-x22d.google.com': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=RTQKa5guuQovn6yGhyKIKZhoTEm+IVrargO5J7QEiYY=; b=H66dSNGNiBo0KhA6MrMbzy1+qeKqDX1crZBEc8gOR9u4ycvmgdrMWxdKcusUDSu5Q1 +uPgG02rCjww0qAO5HzTwh4K+tg/IXYt5rhk4RHmcgDJPbZQV92lpxohbxP4Bhs3XlGy OKM1SUs3eqF8ho23W8gx5pAwwoaPKgnPXcdEuEDgZqFoH5aSqD5WhnDWaSgX5t1rvGDY WR/L+4wzmzVUfhcpKQ2wFR9GqqEqamH3xqQyA4boDDBzbIEWZU5lUa+lfYN0CysowVc+ uFLSUy6uf5elXYAFCFHKBpWE/ae5W+UVHiJ40HsSfgHpUW0e2H2rlkjIMmQGHK+ptMSM JXGA== MIME-Version: 1.0 X-Received: by 10.60.173.205 with SMTP id bm13mr16710376oec.25.1381542872794; Fri, 11 Oct 2013 18:54:32 -0700 (PDT) Sender: atsuoishimoto@gmail.com In-Reply-To: References: Date: Sat, 12 Oct 2013 10:54:32 +0900 X-Google-Sender-Auth: nGPiNs2Dkp55JjHqfEbzlr5k-4M Subject: Re: ANN: CUI text editor Kaa 0.0.4 From: Atsuo Ishimoto To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Sat, 12 Oct 2013 08:36:23 +0200 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381559784 news.xs4all.nl 15923 [2001:888:2000:d::a6]:50226 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56727 Hi, Thank you for your question. > What's a "console user interface?" That's what Windows calls a "DOS > box". But otherwise you seem to imply it runs on Linux. I meant to say something like DOS box or Linux terminals. Unfortunately, Kaa does not work on Windows DOS box since Kaa requires curses library to run. > So, what OS's does it support? Which terminal programs? Currently, Kaa is tested on Mac OS X 10.8.5 and Ubuntu 13.04 box. I usually use iTerm2 on Mac and Gnome Terminal on Ubuntu. > Does it only work locally, or can it work from an ssh terminal? Works for both locally and ssh terminal. > Can it run within screen? Yes, but as Emacs or bash, default escape character of screen(^A) conflicts with Kaa,. So I recommend to assign another character for screen. Regards,