Re: Understanding terminals?

2011-11-10 Thread Morse, Richard E.MGH
On Nov 9, 2011, at 12:50 PM, Magnus Woldrich wrote: > Oreilly have a book on termcap and terminfo [0]. Terminfo is the 'new' way of > doing things, but termcaps is still used. > > ctlseqs [1] is a good read, as well as man console_codes. > > Here's a whole bunch of documentation and notes regard

Re: Understanding terminals?

2011-11-10 Thread Morse, Richard E.MGH
Thanks! Ricky On Nov 9, 2011, at 4:48 PM, Jesse Molina wrote: > > 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 tr

Re: Understanding terminals?

2011-11-10 Thread Morse, Richard E.MGH
Thanks! On Nov 9, 2011, at 1:25 PM, Nicholas Marriott wrote: > 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: >>> I

Re: Change colours in ins versus cmd edit mode

2011-11-10 Thread Tiago Cunha
Vim syntax diff committed, as well. Thanks. On Sat, Nov 05, 2011 at 01:32:07AM -0400, Ben Boeckel wrote: > Ah, whoops. New patches attached (they replace the previous ones). > > --Ben -- RSA(R) Conference 2012 Save $700

Re: Typo in tmux.vim

2011-11-10 Thread Tiago Cunha
Done. Thanks. On Sun, Nov 06, 2011 at 04:13:55PM +0100, Bastien Dejean wrote: > > Hi, > syn keyword tmuxOptsSetw word-separators window-status-alert-alert > > should be > > syn keyword tmuxOptsSetw word-separators window-status-alert-attr > > Greetings, > -- > Bastien ---