aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-02-11some minor fixesanselm@garbe.us3-3/+3
2012-02-07Added tag 0.2 for changeset 3c2f9f2ab5e4Aurélien Aptel1-0/+1
2012-01-21cosmetic, whitespace, etc.Aurélien Aptel1-37/+42
2012-01-21fix PRINT/DRAW _TIMEOUT and fix redrawing bug.Aurélien Aptel1-2/+2
2012-01-21copy dirty lines to screen, add select() timeout & min time between draw() ↵Aurélien Aptel1-9/+44
calls. * add a timeout value (SELECT_TIMEOUT) of 20ms in the select() call * wait at least 20ms (DRAW_TIMEOUT) between draw() calls * only copy dirty lines from the buffer to the screen what draw() does: * clears dirty lines in the buffer * draws the longest same-attributes string of each dirty line to the buffer with multiple xdraws() call * copies the current dirty line from buffer to the screen with a single xcopy() call this changeset makes st run ~10x faster.
2012-01-10fix segfault in selection. (thx Martti Kühne)Aurélien Aptel1-1/+1
2011-11-01merge.Aurélien Aptel1-1/+1
2011-11-01fix selection. (thx Tarmo Heiskanen)Aurélien Aptel1-1/+7
2011-10-20drawregion() only copies region on screen.Aurélien Aptel1-1/+1
2011-10-20add dirty flag for linesAurélien Aptel1-4/+39
2011-10-06no palette limit (thx Nick)Aurélien Aptel2-2/+2
2011-09-22simplify version format.Aurélien Aptel1-1/+1
2011-09-16selection is removed or scrolled properly. (thx Rafa Garcia Gallego)Aurélien Aptel1-0/+30
2011-09-16working on old repo, merging recent changesets.Aurélien Aptel3-26/+37
2011-09-16move xembedatom in XWindow struct, add link to xembed specs.Aurélien Aptel1-3/+5
2011-09-16tweak focus to support XEMBED client message and remove focus on ↵Aurélien Aptel1-3/+23
EnterNotify. (thx Adrian)
2011-09-16remove dup of default window size.Aurélien Aptel2-2/+3
2011-08-14change "op" cap in terminfo entry to xterm/rxvt value.Aurélien Aptel1-1/+1
2011-08-14fix custom key handling.Aurélien Aptel2-25/+36
2011-06-09fix focus state when embed in another window.Aurélien Aptel1-2/+5
2011-06-09fix segfault with mouse selection. (thx anonymous)Aurélien Aptel1-1/+1
2011-06-08add -w option to embed st. (thx nodus cursorius)Aurélien Aptel2-2/+14
2011-06-08applied parts of "anonymous" cleanup patch.Aurélien Aptel1-3/+2
2011-06-08add altscreen escseq alias & caps to terminfo entry. (thx Bert Münnich)Aurélien Aptel2-2/+6
2011-06-08disable mouse highlight when mouse report enabled. (thx Bert Münnich)Aurélien Aptel1-31/+51
2011-06-08reverse video mode. (thx Bert Münnich)Aurélien Aptel2-8/+24
2011-06-01add status bar (window title) to terminfo. (thx Rafa Gallego)Aurélien Aptel1-0/+3
2011-05-22set title before mapping window (thx Kamil Cholewiński).Aurélien Aptel1-1/+1
2011-05-14applied parts of Connor Lane Smith's cleanup patch.Aurélien Aptel2-20/+20
2011-05-10macro cleanup.Aurélien Aptel1-9/+11
2011-05-10add mouse report escape to terminfo entry.Aurélien Aptel1-0/+1
2011-05-10support for x11 xterm mouse reportingAurélien Aptel1-1/+36
2011-04-26whitespace.Aurélien Aptel1-33/+33
2011-04-26cleanup.Aurélien Aptel1-77/+27
2011-04-22update TODOAurélien Aptel2-3/+9
2011-04-22selection clicks, shift+arrow keys, fast(er) redraw, key mask in config.h ↵Aurélien Aptel3-61/+126
(thx Magnus Leuthner)
2011-04-03update README.Aurélien Aptel1-1/+8
2011-04-03quick bug-fixing 0.1.1 release.Aurélien Aptel1-0/+1
2011-04-03update VERSION.Aurélien Aptel1-1/+1
2011-04-03take BORDER into account for selection. (thx Petr Sabata)Aurélien Aptel1-4/+4
2011-04-03fix utf8 clipboard. (thx Petr Sabata)Aurélien Aptel1-1/+1
2011-04-03Added tag 0.1 for changeset cbc18c988236Aurélien Aptel1-0/+1
2011-04-03add support for utf8 clipboard. fix usage message.Aurélien Aptel1-3/+7
2011-04-01do not add newline to selection text if next line not selected (Nick)pancake@nopcode.org1-2/+2
2011-04-01remove debugging printfpancake@nopcode.org1-2/+1
2011-04-01apply Nick's patch to fix some error printf to use stderrpancake@nopcode.org1-2/+2
2011-01-23fix insert key, terminfo and changed TERM back to st. (thx Ondrej Martinek)Aurélien Aptel2-2/+4
2010-12-12change X cursor to "I".Aurélien Aptel1-2/+11
2010-12-08update terminfo entry.Aurélien Aptel1-0/+7
2010-12-08add new line glitch to terminfo entry.Aurélien Aptel1-0/+1