Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Expand the Id keyword. | Tiago Cunha | 2011-07-09 |
| | |||
* | Solaris 9 has no stdint.h, ugh. Reported by a couple of people most | Nicholas Marriott | 2010-09-07 |
| | | | | | recently Timothy Larson. | ||
* | Sync OpenBSD patchset 467: | Tiago Cunha | 2009-10-28 |
| | | | | | tabs are better; ok nicm | ||
* | Sync OpenBSD patchset 463: | Tiago Cunha | 2009-10-28 |
| | | | | | Use strlcpy instead of strncpy, pointed out by deraadt. | ||
* | More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. | Nicholas Marriott | 2009-06-25 |
| | |||
* | Whitespace and more syncing. | Nicholas Marriott | 2009-06-25 |
| | |||
* | Nuke debugging. | Nicholas Marriott | 2009-01-29 |
| | |||
* | Multiple window splitting. | Nicholas Marriott | 2009-01-14 |
| | |||
* | Lose ensure* stuff. | Nicholas Marriott | 2008-08-07 |
| | |||
* | FreeBSD requires stdint.h. | Nicholas Marriott | 2007-10-19 |
| | |||
* | Skip exec on cmds. Also use xmemstrdup where appropriate. | Nicholas Marriott | 2007-10-03 |
| | |||
* | Lose intermediate handling (unused). Change argument parsing to work ↵ | Nicholas Marriott | 2007-09-29 |
| | | | | properly over multiple buffers by saving a copy of the argument (we can't just save off/len since the buffer may vanish at any point). | ||
* | Sync with fdm. | Nicholas Marriott | 2007-07-25 |
| | |||
* | Initial import to CVS. Basic functions are working, albeit with a couple of ↵ | Nicholas Marriott | 2007-07-09 |
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. |