Don't forget this right here for some understanding on the fundamentals:
http://www.linusakesson.net/programming/tty/index.php
Also google around Stackexchange.
Morse, Richard E.MGH wrote:
> Hi! I've been trying to follow the discussions going on about tmux, but find
> that I don't seem to h
Also terminfo(3), terminfo(5), termcap(5) man pages for ncurses
interface and termcap/terminfo files.
On Wed, Nov 09, 2011 at 06:50:55PM +0100, Magnus Woldrich wrote:
> On 2011-11-09 17:27, Morse, Richard E.MGH wrote:
> >Is there some kind of tutorial, or background page, that I could read
> >tha
On 2011-11-09 17:27, Morse, Richard E.MGH wrote:
>Is there some kind of tutorial, or background page, that I could read
>that would at least give me the background to try and understand what
>is going on?
Oreilly have a book on termcap and terminfo [0]. Terminfo is the 'new' way of
doing things, b
Hi! I've been trying to follow the discussions going on about tmux, but find
that I don't seem to have the requisite background in terminals. I'm totally
lost on the difference between termcap and terminfo. I don't understand what
the various escape codes that are being discussed mean. I don't k
Applied, thanks!
On Tue, Nov 08, 2011 at 12:37:06AM -0600, Chris Johnsen wrote:
> This has been here since other-pane-height/-width was introduced
> ("OpenBSD patchset 799"?). It seems like a simple copy-and-paste error.
>
> This just changes w->sx to w->sy.
>
> ---
>
> I found this while tes