Commit Briefs

80a46b1270 Aurélien Aptel

bump version. (tags/0.2.1)


664c40f6bc Aurélien Aptel

replace fwrite by printf.


6cd5c3dab7 Aurélien Aptel

rewrite csidump().


8ebab41592 Aurélien Aptel

clean and name enum definitions.


1ec0515e75 Aurélien Aptel

fix default color overwriten bug.


adf5d2e32a Aurélien Aptel

show dark cursor when unfocused.


62d380947e Aurélien Aptel

document possible configuration.


5705e5dfd1 Aurélien Aptel

handle dim/bright colors.


45971204a2 Aurélien Aptel

merge


e478f91c10 anselm@garbe.us

some minor fixes


284430538d Aurélien Aptel

reduce size of each glyph for faster copy.


c7ed0d1bad Aurélien Aptel

Added tag 0.2 for changeset 3c2f9f2ab5e4


ae0966484c Aurélien Aptel

cosmetic, whitespace, etc. (tags/0.2)


156ce77645 Aurélien Aptel

fix PRINT/DRAW _TIMEOUT and fix redrawing bug.


96c22e1604 Aurélien Aptel

copy dirty lines to screen, add select() timeout & min time between draw() 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.


281174445b Aurélien Aptel

fix segfault in selection. (thx Martti Kühne)


197c466864 Aurélien Aptel

merge.


5ca0d3d2fa Aurélien Aptel

fix selection. (thx Tarmo Heiskanen)


b1b9dc7eb5 Aurélien Aptel

drawregion() only copies region on screen.


44c83397af Aurélien Aptel

add dirty flag for lines


7c350025b2 Aurélien Aptel

no palette limit (thx Nick)


4a421ffbbc Aurélien Aptel

simplify version format.



98042a1a2d Aurélien Aptel

working on old repo, merging recent changesets.


5c6df8b3c3 Aurélien Aptel

move xembedatom in XWindow struct, add link to xembed specs.