Commits


bump version.


replace fwrite by printf.


rewrite csidump().


clean and name enum definitions.


fix default color overwriten bug.


show dark cursor when unfocused.


document possible configuration.


handle dim/bright colors.


merge


some minor fixes


reduce size of each glyph for faster copy.


Added tag 0.2 for changeset 3c2f9f2ab5e4


cosmetic, whitespace, etc.


fix PRINT/DRAW _TIMEOUT and fix redrawing bug.


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.


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


merge.


fix selection. (thx Tarmo Heiskanen)


drawregion() only copies region on screen.


add dirty flag for lines


no palette limit (thx Nick)


simplify version format.


selection is removed or scrolled properly. (thx Rafa Garcia Gallego)


working on old repo, merging recent changesets.


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