summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-03add support for utf8 clipboard. fix usage message.0.1Auré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
2011-01-23fix insert key, terminfo and changed TERM back to st. (thx Ondrej Martinek)Aurélien Aptel
2010-12-12change X cursor to "I".Aurélien Aptel
2010-12-08update terminfo entry.Aurélien Aptel
2010-12-08add new line glitch to terminfo entry.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
2010-09-11s/hasfocus/focus/ for consistency.Aurélien Aptel
2010-09-11don't draw if the window is not visible.Aurélien Aptel
2010-09-11use xclear() in draw().Aurélien Aptel
2010-09-11use XCreateWindow(), set gravity bit.Aurélien Aptel
2010-09-03cleaning st.info. added comment in st.c for DECSCNM.Aurélien Aptel
2010-09-03cleaning st.info. fixed cvvis.Aurélien Aptel
2010-09-02set terminal colors to xterm default ones.Aurélien Aptel
2010-09-02removed gfx chars not present in xterm acsc.Aurélien Aptel
2010-09-02fixed start/end sequence of gfx.Aurélien Aptel
2010-09-02undefined gfx doesn't draw \0.Aurélien Aptel
2010-09-02fixed makefile.Aurélien Aptel
2010-09-02added manpage.Aurélien Aptel
2010-09-02resize from the top.Aurélien Aptel
2010-09-02added -e and -t option.Aurélien Aptel
2010-09-01factored code and fixed behaviour of tnewline().Aurélien Aptel