summaryrefslogtreecommitdiffstats
path: root/buffer-poll.c
AgeCommit message (Collapse)Author
2009-06-25Sync this properly.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Nuke unused buffer functions. Found by lint.Nicholas Marriott
Also remove some old debug output which was #if 0.
2009-05-13Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott
script which must be run before building. Still two makefiles but they are a hell of a lot simpler. HAVE_* also will make it easier to move to $buildsystem if necessary later.
2008-09-09Initial UTF-8 support.Nicholas Marriott
2008-08-28Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.Nicholas Marriott
2008-07-01long for pid.Nicholas Marriott
2008-06-18Trimify.Nicholas Marriott
2008-06-18More Sun OS crap.Nicholas Marriott
2008-05-31Don't hang when window closes early; also add lots more debugging.Nicholas Marriott
2007-11-30Change window name on \ek...\e\.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-07Try write even if read gets signal, some other tweaks.Nicholas Marriott
2007-07-09Initial import to CVS. Basic functions are working, albeit with a couple of ↵Nicholas Marriott
showstopper memory bugs and many missing features. Detaching, reattaching, creating new sessions, listing sessions work acceptably for using with shells. Simple curses programs (top, systat, tetris) and more complicated ones (mutt, emacs) that don't require scrolling regions (ESC[r) mostly work fine (including mutt, emacs). No status bar yet and no key remapping or other customisation.