aboutsummaryrefslogtreecommitdiff
path: root/st.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-02undefined gfx doesn't draw \0.Aurélien Aptel1-3/+9
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-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-08-31use struct instead of array.Aurélien Aptel1-8/+9
2010-08-31cleanup.Aurélien Aptel1-13/+12
2010-08-31fix segfault when selecting big bufferspancake@nopcode.org1-16/+6
shift+insert paste clipboard honor CFLAGS and LDFLAGS in config.mk
2010-08-31fix build.Aurélien Aptel1-2/+2
2010-08-31add selinit() and renamed clipboard_* to sel*.Aurélien Aptel1-5/+13
2010-08-31move event configuration in xinit().Aurélien Aptel1-10/+8
2010-08-31use one global struct instead of many vars for selection. Cleanup.Aurélien Aptel1-36/+38
2010-08-31use GLYPH_SET to test if a char is set; cleanup.Aurélien Aptel1-6/+6
2010-08-31fix crash for small windowspancake@nopcode.org1-1/+5
use unconditional infinite loops
2010-08-31toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile.Aurélien Aptel1-17/+8
2010-08-30fix buildpancake1-3/+3
use config.def.h mechanism add SHELL in config.h
2010-08-30initial implementation of selection and clipboardpancake1-3/+108
2010-08-30fix segfaultpancake@nopcode.org1-1/+1
2010-08-30added support for alternate screen.Aurélien Aptel1-14/+56
2010-08-30cursor is hid when unfocused.Aurélien Aptel1-1/+2
2010-08-30use predefined OS macro instead of uname.Aurélien Aptel1-3/+3
2010-08-30st should compile on NetBSD.Aurélien Aptel1-1/+1
2010-08-30removed (visual) bell. '\a' sets the urgency flag if st is unfocused.Aurélien Aptel1-16/+26
2010-08-30removed useless cursor init. and renamed xcursor() to xdrawcursor().Aurélien Aptel1-7/+4
2010-08-30added support for the "magic margin", changed c.hide to c.state, changed ↵Aurélien Aptel1-22/+28
xcursor() to use term instead of a parameter and fixed the cursor position after setting a scrolling region.
2010-08-30removed old VT52 escapes, fixed VT100 IND.Aurélien Aptel1-14/+5
2010-08-29fixed optimized drawing routine and factored some code.Aurélien Aptel1-15/+18
2010-08-29fixed pixmap buffer drawing.Aurélien Aptel1-3/+3
2010-08-29added a XFlush() in xbell().Aurélien Aptel1-1/+2
2010-08-29moved term.hidec in term.c for consistency, put back delay in xbell()Aurélien Aptel1-28/+20
along with duration in config.h, factored some code in tnew()/treset() and cleaned some code.
2010-08-29merged tscroll() with tscrollup().Aurélien Aptel1-14/+1
2010-08-28st now runs on Linux, OpenBSD and FreeBSD.Aurélien Aptel1-13/+14
2010-08-27removed XINERAMA from config.mk and fixed a segfault when st isAurélien Aptel1-3/+2
started without a display. (thx Hiltjo Posthuma)
2010-08-27fixed potential bug in IS_SET().Aurélien Aptel1-1/+1
2010-08-27merged tcursorwrap() with tnewline(), added few comments and updated copyright.Aurélien Aptel1-14/+11
2010-08-27cleaned some spaces.Aurélien Aptel1-9/+9
2010-08-26added macro to test flags, removed tmovecursor().Aurélien Aptel1-27/+15
2010-08-26faster resizing.Aurélien Aptel1-12/+9
2010-08-26close master/slave pty in the shell process.Aurélien Aptel1-2/+4
2010-08-26clean \t.Aurélien Aptel1-6/+1
2010-08-26update function prototypes.Aurélien Aptel1-0/+4
2010-08-26fix \b and clean \t.Aurélien Aptel1-5/+0
2010-08-22added F1-12 key, fixed DCH and ICH.Aurélien Aptel1-4/+4
2010-08-19fixed backspace problem, updated terminfo entry and moved TNAME in config.h.Aurélien Aptel1-4/+2
2010-08-13renamed a function.Aurélien Aptel1-2/+3
2010-07-24applied Devin J Pohly's st color info patches, thanks Devin!Anselm R Garbe1-14/+66
2010-07-08fix gcc warningspancake@nopcode.org1-2/+2
2010-07-08fixed background color bug (thx Devin J. Pohly).Aurélien Aptel1-5/+5