aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
AgeCommit message (Expand)Author
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-02undefined gfx doesn't draw \0.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
2010-09-01removed debug code.Aurélien Aptel
2010-09-01fixed IL and DL.Aurélien Aptel
2010-09-01factor and cleanup code.Aurélien Aptel
2010-08-31use struct instead of array.Aurélien Aptel
2010-08-31cleanup.Aurélien Aptel
2010-08-31fix segfault when selecting big bufferspancake@nopcode.org
2010-08-31fix build.Aurélien Aptel
2010-08-31add selinit() and renamed clipboard_* to sel*.Aurélien Aptel
2010-08-31move event configuration in xinit().Aurélien Aptel
2010-08-31use one global struct instead of many vars for selection. Cleanup.Aurélien Aptel
2010-08-31use GLYPH_SET to test if a char is set; cleanup.Aurélien Aptel
2010-08-31fix crash for small windowspancake@nopcode.org
2010-08-31toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile.Aurélien Aptel
2010-08-30fix buildpancake
2010-08-30initial implementation of selection and clipboardpancake
2010-08-30fix segfaultpancake@nopcode.org
2010-08-30added support for alternate screen.Aurélien Aptel
2010-08-30cursor is hid when unfocused.Aurélien Aptel
2010-08-30use predefined OS macro instead of uname.Aurélien Aptel
2010-08-30st should compile on NetBSD.Aurélien Aptel
2010-08-30removed (visual) bell. '\a' sets the urgency flag if st is unfocused.Aurélien Aptel
2010-08-30removed useless cursor init. and renamed xcursor() to xdrawcursor().Aurélien Aptel
2010-08-30added support for the "magic margin", changed c.hide to c.state, changed xcur...Aurélien Aptel
2010-08-30removed old VT52 escapes, fixed VT100 IND.Aurélien Aptel
2010-08-29fixed optimized drawing routine and factored some code.Aurélien Aptel
2010-08-29fixed pixmap buffer drawing.Aurélien Aptel
2010-08-29added a XFlush() in xbell().Aurélien Aptel
2010-08-29moved term.hidec in term.c for consistency, put back delay in xbell()Aurélien Aptel
2010-08-29merged tscroll() with tscrollup().Aurélien Aptel
2010-08-28st now runs on Linux, OpenBSD and FreeBSD.Aurélien Aptel
2010-08-27removed XINERAMA from config.mk and fixed a segfault when st isAurélien Aptel
2010-08-27fixed potential bug in IS_SET().Aurélien Aptel
2010-08-27merged tcursorwrap() with tnewline(), added few comments and updated copyright.Aurélien Aptel
2010-08-27cleaned some spaces.Aurélien Aptel
2010-08-26added macro to test flags, removed tmovecursor().Aurélien Aptel
2010-08-26faster resizing.Aurélien Aptel
2010-08-26close master/slave pty in the shell process.Aurélien Aptel
2010-08-26clean \t.Aurélien Aptel
2010-08-26update function prototypes.Aurélien Aptel
2010-08-26fix \b and clean \t.Aurélien Aptel