aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
AgeCommit message (Expand)Author
2011-09-16remove dup of default window size.Aurélien Aptel
2011-06-09fix focus state when embed in another window.Aurélien Aptel
2011-06-09fix segfault with mouse selection. (thx anonymous)Aurélien Aptel
2011-06-08add -w option to embed st. (thx nodus cursorius)Aurélien Aptel
2011-06-08applied parts of "anonymous" cleanup patch.Aurélien Aptel
2011-06-08add altscreen escseq alias & caps to terminfo entry. (thx Bert Münnich)Aurélien Aptel
2011-06-08disable mouse highlight when mouse report enabled. (thx Bert Münnich)Aurélien Aptel
2011-06-08reverse video mode. (thx Bert Münnich)Aurélien Aptel
2011-05-22set title before mapping window (thx Kamil Cholewiński).Aurélien Aptel
2011-05-14applied parts of Connor Lane Smith's cleanup patch.Aurélien Aptel
2011-05-10macro cleanup.Aurélien Aptel
2011-05-10support for x11 xterm mouse reportingAurélien Aptel
2011-04-26whitespace.Aurélien Aptel
2011-04-26cleanup.Aurélien Aptel
2011-04-22update TODOAurélien Aptel
2011-04-22selection clicks, shift+arrow keys, fast(er) redraw, key mask in config.h (th...Aurélien Aptel
2011-04-03take BORDER into account for selection. (thx Petr Sabata)Aurélien Aptel
2011-04-03fix utf8 clipboard. (thx Petr Sabata)Aurélien Aptel
2011-04-03add support for utf8 clipboard. fix usage message.Aurélien Aptel
2011-04-01do not add newline to selection text if next line not selected (Nick)pancake@nopcode.org
2011-04-01remove debugging printfpancake@nopcode.org
2011-04-01apply Nick's patch to fix some error printf to use stderrpancake@nopcode.org
2010-12-12change X cursor to "I".Aurélien Aptel
2010-11-30change -e behaviour and update man page.Aurélien Aptel
2010-11-28-e flag handles arguments.Aurélien Aptel
2010-11-28use memmove() instead of memcpy() in ttyread().Aurélien Aptel
2010-11-27fix and clean ttyread(). buf wasn't static.Aurélien Aptel
2010-11-26merge.Aurélien Aptel
2010-11-26s/xw.dis/xw.dpy/Aurélien Aptel
2010-11-24Fix unused variable issue and OSX includespancake@nopcode.org
2010-11-20cleanup & bugfix in xdraws().Aurélien Aptel
2010-11-19clean comment regarding redrawing in bmotion().Aurélien Aptel
2010-11-19Add -c option to override the default window classGregor Best
2010-11-18some code cleaning.Aurélien Aptel
2010-11-18utf8 support! print text in delicious unicode greatness! all hail to the glor...Aurélien Aptel
2010-11-08selection code cleanup.Aurélien Aptel
2010-10-31fixed ED.Aurélien Aptel
2010-10-25redraw if we scroll on resizeDevin J. Pohly
2010-10-25get rid of artifacts in border on resize downDevin J. Pohly
2010-10-25copy old pixmap to new on resizeDevin J. Pohly
2010-10-25move code into new xresize func, add early exit to resizeDevin J. Pohly
2010-10-16\v and \f are have the same behaviour of \n.Aurélien Aptel
2010-10-16added LNM mode; re-organized kpress() to handle it.Aurélien Aptel
2010-10-16redraw optimization.Aurélien Aptel
2010-10-14fixed newline bug.Aurélien Aptel
2010-10-13replaced memset by loops in tresize(); turns out it's faster.Aurélien Aptel
2010-10-13remove useless draw().Aurélien Aptel
2010-10-13applied xclipboard patch. thx David Isaac Wolinsky.Aurélien Aptel
2010-10-13clean button selection code.Aurélien Aptel
2010-09-21compose key patch. thx federico luna.Aurélien Aptel