summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-06-08reverse video mode. (thx Bert Münnich)Aurélien Aptel2-8/+24
2011-06-01add status bar (window title) to terminfo. (thx Rafa Gallego)Aurélien Aptel1-0/+3
2011-05-22set title before mapping window (thx Kamil Cholewiński).Aurélien Aptel1-1/+1
2011-05-14applied parts of Connor Lane Smith's cleanup patch.Aurélien Aptel2-20/+20
2011-05-10macro cleanup.Aurélien Aptel1-9/+11
2011-05-10add mouse report escape to terminfo entry.Aurélien Aptel1-0/+1
2011-05-10support for x11 xterm mouse reportingAurélien Aptel1-1/+36
2011-04-26whitespace.Aurélien Aptel1-33/+33
2011-04-26cleanup.Aurélien Aptel1-77/+27
2011-04-22update TODOAurélien Aptel2-3/+9
2011-04-22selection clicks, shift+arrow keys, fast(er) redraw, key mask in config.h ↵Aurélien Aptel3-61/+126
(thx Magnus Leuthner)
2011-04-03update README.Aurélien Aptel1-1/+8
2011-04-03quick bug-fixing 0.1.1 release.Aurélien Aptel1-0/+1
2011-04-03update VERSION.Aurélien Aptel1-1/+1
2011-04-03take BORDER into account for selection. (thx Petr Sabata)Aurélien Aptel1-4/+4
2011-04-03fix utf8 clipboard. (thx Petr Sabata)Aurélien Aptel1-1/+1
2011-04-03Added tag 0.1 for changeset cbc18c988236Aurélien Aptel1-0/+1
2011-04-03add support for utf8 clipboard. fix usage message.Aurélien Aptel1-3/+7
2011-04-01do not add newline to selection text if next line not selected (Nick)pancake@nopcode.org1-2/+2
2011-04-01remove debugging printfpancake@nopcode.org1-2/+1
2011-04-01apply Nick's patch to fix some error printf to use stderrpancake@nopcode.org1-2/+2
2011-01-23fix insert key, terminfo and changed TERM back to st. (thx Ondrej Martinek)Aurélien Aptel2-2/+4
2010-12-12change X cursor to "I".Aurélien Aptel1-2/+11
2010-12-08update terminfo entry.Aurélien Aptel1-0/+7
2010-12-08add new line glitch to terminfo entry.Aurélien Aptel1-0/+1
2010-11-30change -e behaviour and update man page.Aurélien Aptel2-17/+24
2010-11-28-e flag handles arguments.Aurélien Aptel1-3/+7
2010-11-28use memmove() instead of memcpy() in ttyread().Aurélien Aptel1-1/+1
2010-11-27fix and clean ttyread(). buf wasn't static.Aurélien Aptel1-14/+20
2010-11-26merge.Aurélien Aptel1-2/+2
2010-11-26s/xw.dis/xw.dpy/Aurélien Aptel1-54/+55
2010-11-24Fix unused variable issue and OSX includespancake@nopcode.org1-2/+2
2010-11-20cleanup & bugfix in xdraws().Aurélien Aptel1-126/+125
2010-11-19clean comment regarding redrawing in bmotion().Aurélien Aptel1-1/+3
2010-11-19Add -c option to override the default window classGregor Best2-2/+10
2010-11-18some code cleaning.Aurélien Aptel1-46/+42
2010-11-18utf8 support! print text in delicious unicode greatness! all hail to the ↵Aurélien Aptel2-91/+260
glorious Damian Okrasa for the patch! TERM set back to xterm. changed default fonts. Note: drawing is now (even) slower.
2010-11-08selection code cleanup.Aurélien Aptel1-73/+24
2010-10-31fixed ED.Aurélien Aptel1-2/+6
2010-10-25redraw if we scroll on resizeDevin J. Pohly1-4/+6
2010-10-25get rid of artifacts in border on resize downDevin J. Pohly1-0/+8
2010-10-25copy old pixmap to new on resizeDevin J. Pohly1-1/+15
2010-10-25move code into new xresize func, add early exit to resizeDevin J. Pohly1-8/+14
2010-10-16\v and \f are have the same behaviour of \n.Aurélien Aptel1-0/+2
2010-10-16added LNM mode; re-organized kpress() to handle it.Aurélien Aptel1-17/+34
2010-10-16redraw optimization.Aurélien Aptel1-12/+24
2010-10-14fixed newline bug.Aurélien Aptel1-1/+2
2010-10-13replaced memset by loops in tresize(); turns out it's faster.Aurélien Aptel1-5/+8
2010-10-13remove useless draw().Aurélien Aptel1-1/+1
2010-10-13applied xclipboard patch. thx David Isaac Wolinsky.Aurélien Aptel1-6/+124