aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 glor...Aurélien Aptel2-91/+260
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
2010-10-13clean button selection code.Aurélien Aptel1-2/+3
2010-09-21compose key patch. thx federico luna.Aurélien Aptel1-1/+13
2010-09-11s/hasfocus/focus/ for consistency.Aurélien Aptel1-4/+4
2010-09-11don't draw if the window is not visible.Aurélien Aptel1-4/+25
2010-09-11use xclear() in draw().Aurélien Aptel1-2/+1
2010-09-11use XCreateWindow(), set gravity bit.Aurélien Aptel1-17/+25
2010-09-03cleaning st.info. added comment in st.c for DECSCNM.Aurélien Aptel2-2/+11
2010-09-03cleaning st.info. fixed cvvis.Aurélien Aptel2-3/+16
2010-09-02set terminal colors to xterm default ones.Aurélien Aptel1-18/+18
2010-09-02removed gfx chars not present in xterm acsc.Aurélien Aptel1-6/+0
2010-09-02fixed start/end sequence of gfx.Aurélien Aptel1-2/+2
2010-09-02undefined gfx doesn't draw \0.Aurélien Aptel1-3/+9
2010-09-02fixed makefile.Aurélien Aptel1-1/+1
2010-09-02added manpage.Aurélien Aptel2-1/+28
2010-09-02resize from the top.Aurélien Aptel1-2/+15
2010-09-02added -e and -t option.Aurélien Aptel1-8/+28
2010-09-01factored code and fixed behaviour of tnewline().Aurélien Aptel1-40/+20
2010-09-01updated TODO.Aurélien Aptel1-3/+15
2010-09-01started to go through st.info and fix things.Aurélien Aptel1-0/+3
2010-09-01capabilities sorted by capname in st.info. copy acsc from xterm.Aurélien Aptel1-13/+13
2010-09-01removed debug code.Aurélien Aptel1-3/+1
2010-09-01fixed IL and DL.Aurélien Aptel1-19/+11
2010-09-01factor and cleanup code.Aurélien Aptel1-12/+11
2010-09-01added correct line drawing characters for default font.Aurélien Aptel1-31/+32
2010-08-31use struct instead of array.Aurélien Aptel1-8/+9